Private types and functions
Documentation for ClimaSeaIce.jl
's internal interfaces.
ClimaSeaIce
ClimaSeaIce.EnthalpyMethodSeaIceModels
ClimaSeaIce.EnthalpyMethodSeaIceModels.EnthalpyMethodSeaIceModel
— MethodEnthalpyMethodSeaIceModel(; grid,
closure = default_closure(grid),
ice_heat_capacity = 2090.0 / reference_density,
water_heat_capacity = 3991.0 / reference_density,
fusion_enthalpy = 3.3e5 / reference_density,
boundary_conditions = NamedTuple())
Return a thermodynamic model for ice sandwiched between an atmosphere and ocean on an Eulerian grid.
ClimaSeaIce.EnthalpyMethodSeaIceModels.compute_tendencies!
— MethodCalculate the right-hand-side of the free surface displacement (η) equation.