From 472974a2235430f3d94d24b0c9be8b57d087fe8f Mon Sep 17 00:00:00 2001 From: Harrison Nicholls Date: Tue, 3 Dec 2024 11:51:00 +0000 Subject: [PATCH] Fastchem max iter default --- src/atmosphere.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atmosphere.jl b/src/atmosphere.jl index ea3d14c..ffcd0f9 100644 --- a/src/atmosphere.jl +++ b/src/atmosphere.jl @@ -322,7 +322,7 @@ module atmosphere use_all_gases::Bool = false, fastchem_work::String = "", fastchem_floor::Float64 = 273.0, - fastchem_maxiter::Float64 = 240.0, + fastchem_maxiter::Float64 = 2e4, fastchem_xtol::Float64 = 1.0e-4, )::Bool