Problems
The problem
ClimateMachine.Problems.AbstractProblem — TypeAbstractProblemAn abstract type representing the initial conditions and the boundary conditions for a BalanceLaw.
Subtypes P should define the methods below.
Initial condition methods
ClimateMachine.Problems.init_state_prognostic! — Functioninit_state_prognostic!(
::P,
::BalanceLaw,
state_prognostic::Vars,
state_auxiliary::Vars,
coords,
t,
args...,
)Initialize the prognostic state variables at $t = 0$.
ClimateMachine.Problems.init_state_auxiliary! — Functioninit_state_auxiliary!(
::P,
::BalanceLaw,
state_auxiliary::Vars,
geom::LocalGeometry,
)Initialize the auxiliary state, at $t = 0$.