You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust MALI SMB in G-cases and update hist fields
This branch updates a number of details about MALI coupling in
preparation of production runs:
* When ELM is not active (e.g. G-cases), MALI will now use a data SMB
from the MALI initial file
* The data volume of MALI history files is vastly reduced
[NML] only for configurations with MALI
[non-BFB] only for configurations with MALI
Copy file name to clipboardExpand all lines: components/mpas-albany-landice/bld/namelist_files/namelist_definition_mali.xml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,14 @@ Valid values: .true. or .false.
175
175
Default: Defined in namelist_defaults.xml
176
176
</entry>
177
177
178
+
<entryid="config_smb_source"type="char*1024"
179
+
category="advection"group="advection">
180
+
Source of surface mass balance used by sfcMassBal variable. 'file' uses whatever value has been read into the sfcMassBal field from an input or forcing file. 'coupler' uses a value passed from the E3SM coupler. The option 'coupler' behaves the same as 'file' when MALI is run in standalone mode.
Copy file name to clipboardExpand all lines: components/mpas-albany-landice/src/Registry.xml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,10 @@
128
128
description="If true, reset thickness to values at previous timestep after advection occurs. This is used for spinning up tracer fields such as damage. When this is true, geometry changes from surface and basal mass balance (grounded or floating) and facemelting are not retained, but changes from calving are."
description="Source of surface mass balance used by sfcMassBal variable. 'file' uses whatever value has been read into the sfcMassBal field from an input or forcing file. 'coupler' uses a value passed from the E3SM coupler. The option 'coupler' behaves the same as 'file' when MALI is run in standalone mode."
0 commit comments