Skip to content

Commit

Permalink
update tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Sharda authored and Piyush Sharda committed Aug 24, 2024
1 parent d11cf2b commit 0b0b93d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions unit_test/burn_cell_metal_chem/inputs_metal_chem
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ integrator.subtract_internal_energy = 0
# we do not want to clip species between 0 and 1
integrator.do_species_clip = 0
# minimum positive value of number densities
integrator.SMALL_X_SAFE = 0 #1e-100
integrator.SMALL_X_SAFE = 1e-100
integrator.burner_verbose = 0
# do you want to use the jacobian calculated in a previous step?
integrator.use_jacobian_caching = 0
Expand All @@ -70,15 +70,17 @@ integrator.jacobian = 2
integrator.renormalize_abundances = 0
# tolerances
integrator.rtol_spec = 1.0e-4
integrator.atol_spec = 1.0e-40
integrator.atol_spec = 1.0e-10
integrator.rtol_enuc = 1.0e-4
integrator.atol_enuc = 1.0e-10

#assumed redshift for Pop III star formation
network.redshift = 0.0
network.metallicity = 0.0
network.dust2gas_ratio = 0.0
network.metallicity = 1e-3
network.dust2gas_ratio = 1e-3

# amrex runtime parameters
# these params help debug the code
#amrex.throw_exception = 1
#amrex.signal_handling = 0

amrex.fpe_trap_invalid=1

0 comments on commit 0b0b93d

Please sign in to comment.