diff --git a/Docs/source/ode_integrators.rst b/Docs/source/ode_integrators.rst index 4644a347a..c180bfaa4 100644 --- a/Docs/source/ode_integrators.rst +++ b/Docs/source/ode_integrators.rst @@ -275,9 +275,11 @@ constraint on the intermediate states during the integration. The default is ``1.e-30``. * ``integrator.do_species_clip`` : this enforces that the mass fractions - all in $[\mathtt{SMALL\_X\_SAFE}, 1.0]$. + all in $[\mathtt{SMALL\_X\_SAFE}, 1.0]$ before calling the network righthand + side function. - This is enabled by default. + This is off by default. Turning this on can sometimes make the integrator + work a lot harder. diff --git a/integration/_parameters b/integration/_parameters index a11b5f3ea..bf697b44f 100644 --- a/integration/_parameters +++ b/integration/_parameters @@ -91,7 +91,7 @@ retry_atol_enuc real -1 # in the clean_state process, do we clip the species such that they # are in [0, 1]? -do_species_clip bool 1 +do_species_clip bool 0 # flag for turning on the use of number densities for all species use_number_densities bool 0