Skip to content

Commit eefcce3

Browse files
committed
Make bld files consistent with Registry
1 parent 230c889 commit eefcce3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,9 +1129,9 @@ Default: Defined in namelist_defaults.xml
11291129

11301130
<entry id="config_nISMIP6OceanLayers" type="integer"
11311131
category="io" group="io">
1132-
Value for nISMIP6OceanLayers dimension. If the nISMIP6OceanLayers dimension is in an input file, that value will be used instead of the value in this option. This option is only intended to be used for ocean thermal forcing coupling in E3SM, in which case E3SM will set this option, define the values of ismip6shelfMelt_zOcean through the driver, and pass thermal forcing from the ocean model. Note that the default value of zero will result in this dimension not being defined (unless overridden by the value in an input file)."
1132+
Value for nISMIP6OceanLayers dimension. If the nISMIP6OceanLayers dimension is in an input file, that value will be used instead of the value in this option. This option is only intended to be used for ocean thermal forcing coupling in E3SM, in which case E3SM will set this option, define the values of ismip6shelfMelt_zOcean through the driver, and pass thermal forcing from the ocean model. Note that the default value of zero will result in this dimension not being defined (unless overridden by the value in an input file).
11331133

1134-
Valid values: positive value or 0
1134+
Valid values: positive values or 0
11351135
Default: Defined in namelist_defaults.xml
11361136
</entry>
11371137

components/mpas-ocean/bld/build-namelist-section

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ add_default($nl, 'config_remove_ais_river_runoff');
242242
add_default($nl, 'config_remove_ais_ice_runoff');
243243
add_default($nl, 'config_scale_dismf_by_removed_ice_runoff');
244244
add_default($nl, 'config_ais_ice_runoff_history_days');
245+
add_default($nl, 'config_n_glc_z_levels');
245246
add_default($nl, 'config_glc_thermal_forcing_coupling_mode');
246247

247248
######################################

components/mpas-ocean/bld/namelist_files/namelist_definition_mpaso.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,14 +1297,14 @@ Default: Defined in namelist_defaults.xml
12971297

12981298
<entry id="config_n_glc_z_levels" type="integer"
12991299
category="coupling" group="coupling">
1300-
The number of z-levels to use for passing ocean properties to GLC for indirect ice-sheet/ocean coupling.
1300+
The number of z-levels to use for passing ocean properties to GLC for indirect ice-sheet/ocean coupling. This option is only intended to be used for ocean thermal forcing coupling in E3SM, in which case E3SM will set this option, define the values of ismip6shelfMelt_zOcean through the driver, and pass thermal forcing from the ocean model. Note that the default value of zero will result in this dimension not being defined (unless overridden by the value in an input file).
13011301

1302-
Valid values: positive values or 0
1302+
Valid values: Any positive integer or zero
13031303
Default: Defined in namelist_defaults.xml
13041304
</entry>
13051305

13061306
<entry id="config_glc_thermal_forcing_coupling_mode" type="char*1024"
1307-
category="coupling" group="coupling">
1307+
category="coupling" group="coupling">
13081308
If and how MPAS-Ocean sends thermal forcing to GLC (MALI) in E3SM. This is used for ocean coupling with a melt parameterization for grounded marine ice-cliffs in MALI. This is primarily relevant to the Greenland Ice Sheet, but also relevant to the Antarctic Ice Sheet. 'none' means no coupling of thermal forcing. '3d' means thermal forcing is passed at multiple z-levels.
13091309

13101310
Valid values: 'off', '3d'

0 commit comments

Comments
 (0)