@namespace: unit_test

run_prefix    string  ""

# the final time to integrate to
tmax          real       1.e3

# first output time -- we will output in nsteps logarithmically spaced steps between [tfirst, tmax]
tfirst        real       0.0

# number of steps (logarithmically spaced)
nsteps        int    100

rho_min   real   1.e7
rho_max   real   1.e9

nrho      int    4

T_min     real   6.e9
T_max     real   8.e9

nT        int    4
