Skip to content

Commit

Permalink
review comments, adj conv checker in layered soil
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Jun 26, 2024
1 parent 03155ae commit 322955d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutorials/standalone/Soil/layered_soil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

using Plots
import ClimaUtilities.SpaceVaryingInputs: SpaceVaryingInput
import NCDatasets
import SciMLBase
import ClimaTimeSteppers as CTS
using ClimaCore
Expand Down Expand Up @@ -117,7 +116,7 @@ conv_checker = CTS.ConvergenceChecker(norm_condition = convergence_cond)
ode_algo = CTS.IMEXAlgorithm(
stepper,
CTS.NewtonsMethod(
max_iters = 50,
max_iters = 10,
update_j = CTS.UpdateEvery(CTS.NewNewtonIteration),
convergence_checker = conv_checker,
),
Expand Down

0 comments on commit 322955d

Please sign in to comment.