.. _ConsoleArguments: Console Arguments ================= Instead of using the parameter file :ref:`param.dat`, some arguments can also be passed as console arguments. The console arguments have the highest priority and are overwriting the arguments of the :ref:`param.dat` file. The options are: - -dt : Time step in days - -ei : Energy output interval - -ci : Coordinates output interval - -I : Number of integration steps - -n1 : Value of n1 - -n2 : Value of n2 - -ndev : Number of devices to use - -dev : Device number - -in : Input file name - -out : Output name - -R : Restart a simulation at time step i - -TP : Test Particle mode i = 0, treat all bodies the same way, i = 1: small bodies don't affect big bodies. - -M : name of file, containing a list of the directories for the multi simulation mode. - -Nmin : Minimal number of bodies in the simulation, not including test particles. - -NminTP : Minimal number of test particles in the simulation. - -SIO : Order of symplectic integrator, The options are 2, 4 or 6. - -aeN : Name of the aeCount grid - -t : Start time of the simulation in years - -MT : Number of simulations in TTV calculations - -sl : Symplectic recursion levels - -sls : Symplectic recursion sub steps - -collPrec : Collision Precision - -collTshift : Collision Time Shift - -GR : Use GR - -Nomp : Number of parallel CPU cores to use. Only available in CPU version of GENGA Here i means an integer, f a floating point value, and s a string.