From 1766a48bf45974bbb5a99eb9fa7c440388c9419b Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Mon, 25 Nov 2024 14:50:11 -0800 Subject: [PATCH] update timestepper comments --- experiments/long_runs/soil.jl | 2 +- lib/ClimaLandSimulations/src/utilities/make_timestepper.jl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/experiments/long_runs/soil.jl b/experiments/long_runs/soil.jl index 2b27190746..532e7ddf8b 100644 --- a/experiments/long_runs/soil.jl +++ b/experiments/long_runs/soil.jl @@ -10,7 +10,7 @@ # Soil depth: 50 m # Simulation duration: 365 d # Timestep: 900 s -# Timestepper: ARS343 +# Timestepper: ARS111 # Fixed number of iterations: 1 # Jacobian update: every new timestep # Atmos forcing update: every 3 hours diff --git a/lib/ClimaLandSimulations/src/utilities/make_timestepper.jl b/lib/ClimaLandSimulations/src/utilities/make_timestepper.jl index 7a0b3be7dd..6d45f1bb23 100644 --- a/lib/ClimaLandSimulations/src/utilities/make_timestepper.jl +++ b/lib/ClimaLandSimulations/src/utilities/make_timestepper.jl @@ -4,7 +4,7 @@ export make_timestepper make_timestepper(site_setup_out; N_spinup_days = 30, N_days_sim = 30, - timestepper = CTS.ARS343(), + timestepper = CTS.ARS111(), ode_algo = CTS.IMEXAlgorithm( timestepper, CTS.NewtonsMethod( @@ -15,8 +15,8 @@ export make_timestepper ) Define the setup for the simulation timestepper. -The default timestepper (ARS343) is an IMEX ARK algorithm with -3 implicit stages, 4 implicit stages, and 3rd order accuracy. +The default timestepper (ARS111) is an IMEX ARK algorithm with +1 implicit stage, 1 explicit stages, and 1st order accuracy. Other IMEX timesteppers from ClimaTimeSteppers.jl can be used. """ function make_timestepper(