Skip to content

Commit a54c8cb

Browse files
committed
Update halos on incrementalCalvingThickness
Replace the allocatable array dCalvingThickness with a Registry variable incrementalCalvingThickness, and update halos after calling li_apply_front_ablation_velocity and before subtracting from ice thickness.
1 parent 0afc6db commit a54c8cb

File tree

2 files changed

+105
-114
lines changed

2 files changed

+105
-114
lines changed

components/mpas-albany-landice/src/Registry.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,9 @@ is the value of that variable from the *previous* time level!
12541254
<var name="calvingFrontMask" type="integer" dimensions="nCells Time" units="none" time_levs="1"
12551255
description="mask of the calving front position on cells"
12561256
/>
1257+
<var name="incrementalCalvingThickness" type="real" dimensions="nCells Time" units="m" time_levs="1"
1258+
description="thickness of ice that calves in a given step. Maybe be updated multiple times per time step to calculate calvingThickness."
1259+
/>
12571260
<var name="calvingThickness" type="real" dimensions="nCells Time" units="m" time_levs="1"
12581261
description="thickness of ice that calves on a given timestep (less than or equal to ice thickness)"
12591262
/>

0 commit comments

Comments
 (0)