Running VSPACE ============== Run VSPACE with the command .. code-block:: bash vspace where *file* is an ASCII text file that contains instructions on how to build the parameter space. This file is typically called ``vspace.in``. .. note:: The `multi-planet script `_ also uses ``VSPACE``'s input file. vspace.in --------- The input file contains a list of template files and all the ``VPLanet`` options to vary. An example input file, called ``vspace.in``, is included in this directory and its lines are described below and is based off the `IoHeat example `_. .. code-block:: bash :linenos: sSrcFolder . sDestFolder data sTrialName ioheat sPrimaryFile vpl.in sBodyFile jupiter.in sBodyFile io.in dEcc [0.001,0.005,n5] ecc dObliquity [0,10,n5] obl The first line provides ``VSPACE`` with the location of a directory that contains the template ``VPLanet`` input files, such as vpl.in, star.in, etc. (see below). The format of these files is slightly different when used with ``VSPACE`` then when used with a single ``VPlanet`` run. Line 2 presents the name of the subdirectory that will contain all the initial conditions for the parameter sweep. In other words, a new directory called "data" will be created. Line 3 specifies a prefix for subdirectories in the *destfolder*. If this option is not set, the prefix is set to "default". With these top-level commands executed, the remaining lines describe how the individual parameters are to be varied and completes the names of the trial directories. The general syntax for these lines are: .. code-block:: bash