Skip to content

Commit 3941a53

Browse files
committed
initial ClimaSeaIce infrastructure changes
1 parent 3713e23 commit 3941a53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

experiments/ClimaEarth/components/ocean/prescr_seaice.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ Interfacer.get_field(sim::PrescribedIceSimulation, ::Val{:ice_concentration}) =
171171
sim.integrator.p.area_fraction
172172
Interfacer.get_field(sim::PrescribedIceSimulation, ::Val{:emissivity}) =
173173
sim.integrator.p.params.ϵ
174+
Interfacer.get_field(sim::PrescribedIceSimulation, ::Val{:ice_concentration}) =
175+
sim.integrator.p.area_fraction
174176
Interfacer.get_field(sim::PrescribedIceSimulation, ::Val{:roughness_buoyancy}) =
175177
sim.integrator.p.params.z0b
176178
Interfacer.get_field(sim::PrescribedIceSimulation, ::Val{:roughness_momentum}) =

0 commit comments

Comments
 (0)