@namespace: unit_test

run_prefix    character  ""

small_temp    real       1.e5
small_dens    real       1.e5

# the final time to integrate to
tmax          real       1.e-2

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

# number of steps (logarithmically spaced)
nsteps        integer    100

density       real       1.d7

temperature   real       3.d9

X1            real       1.0d0
X2            real       0.0d0
X3            real       0.0d0
X4            real       0.0d0
X5            real       0.0d0
X6            real       0.0d0
X7            real       0.0d0
X8            real       0.0d0
X9            real       0.0d0
X10           real       0.0d0
X11           real       0.0d0
X12           real       0.0d0
X13           real       0.0d0
X14           real       0.0d0
X15           real       0.0d0
X16           real       0.0d0
X17           real       0.0d0
X18           real       0.0d0
X19           real       0.0d0
X20           real       0.0d0
X21           real       0.0d0


skip_initial_normalization    int    0
