Skip to content

Commit dd24ab0

Browse files
committed
Merge branch 'matthewhoffman/mali/disable-prevent-margin-retreat' (PR #7640)
Allow retreat of ice-sheet calving front in MALI This PR changes the value of MALI's namelist option config_restore_calving_front_prevent_retreat from true to false in E3SM. When true, this option forces MALI to insert a thin layer of ice anywhere that ice shelves retreat to keep the spatial extent of ice shelves unchanged. This was implemented a long time ago to enforce consistency of the MALI active ice extent with the coupler's current assumption that ice-shelf spatial extent cannot change. However, it has become clear that by restoring ice where it has been removed by the model evolution creates a fictitious source of mass that is substantial. In a recent v3.LR G-case with MALI active, this feature was causing a cycle of removing and restoring ice on every time step, and this led to a mass flux integrated over the ice sheet of ~700 Gt/yr - nearly as much as ice-shelf basal melting and entirely fictitious. At the same time, even though the MCT coupler does not support changing component domain masks, there is not a requirement that the ice sheet's internal active domain needs to match that of the coupler - that is a lesser evil than violating mass conservation so flagrantly. [NML] - active MALI cases only [non-BFB] - active MALI cases only
2 parents f23be80 + a101b86 commit dd24ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mpas-albany-landice/bld/namelist_files/namelist_defaults_mali.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<config_data_calving>.false.</config_data_calving>
4545
<config_calving_timescale>0.0</config_calving_timescale>
4646
<config_restore_calving_front>.true.</config_restore_calving_front>
47-
<config_restore_calving_front_prevent_retreat>.true.</config_restore_calving_front_prevent_retreat>
47+
<config_restore_calving_front_prevent_retreat>.false.</config_restore_calving_front_prevent_retreat>
4848
<config_remove_icebergs>.true.</config_remove_icebergs>
4949
<config_remove_small_islands>.true.</config_remove_small_islands>
5050
<config_calving_speed_limit>100.0</config_calving_speed_limit>

0 commit comments

Comments
 (0)