@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

skip_initial_normalization    int    0
