Skip to content

Commit

Permalink
Update Registry for new damage options
Browse files Browse the repository at this point in the history
Forgot to add Registry to previous commits!
  • Loading branch information
trhille committed Dec 15, 2022
1 parent 311c5dd commit 637ad9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/mpas-albany-landice/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@
description="If true, then the value of 'stiffnessFactor' is coupled to damage evolution, i.e. 'stiffnessFactor' = 1-damage."
possible_values=".true. or .false."
/>
<nml_option name="config_damage_gl_setting" type="character" default_value="nye" units="unitless"
<nml_option name="config_initialize_damage_with_stiffnessFactor" type="logical" default_value=".false." units="unitless"
description="If true, then initialize damage to max((1 - stiffnessFactor), 0)"
possible_values=".true. or .false."
/>
<nml_option name="config_damage_gl_setting" type="character" default_value="nye" units="unitless"
description="Selection of the method for initializing damage in the first floating grid cells past the grounding line: 'nye' uses Nye's zero stress criteria (Nye, 1957, Proc. R. Soc. A, 239) for defining the damage value, 'extrapolate' extrapolates values from the floating ice downstream back to the first floating cells."
possible_values="'nye', 'extrapolate'"
/>
Expand Down

0 comments on commit 637ad9d

Please sign in to comment.