Skip to content

Commit

Permalink
Add config options for slopeGen and interceptGen in registry
Browse files Browse the repository at this point in the history
Add slopeGen and interceptGen config options in iceshelf_melt record
  • Loading branch information
mshiv committed Feb 15, 2024
1 parent b64b61b commit 98a86c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/mpas-albany-landice/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,14 @@
<nml_option name="config_bmlt_variability_modifier" type="logical" default_value=".false." units="unitless"
description="If true, ... "
possible_values=".true. or .false."
/>
<nml_option name="config_basal_mass_bal_adj_aislens_slopeGen" type="real" default_value="0.0" units="unitless"
description="Slope co-efficient of the draft dependent adjustment function of basal melt applied for the aislens parameterization."
possible_values="Any real value"
/>
<nml_option name="config_basal_mass_bal_adj_aislens_interceptGen" type="real" default_value="0.0" units="unitless"
description="Intercept co-efficient of the draft dependent adjustment function of basal melt applied for the aislens parameterization."
possible_values="Any real value"
/>
<nml_option name="config_bmlt_float_flux" type="real" default_value="0.0" units="W m^{-2}"
description="Value of the constant heat flux applied to the base of floating ice (positive upward)."
Expand Down

0 comments on commit 98a86c9

Please sign in to comment.