Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
possible_values="positive real number"
/>

<nml_option name="config_SGH_use_iceThicknessHydro" type="logical" default_value=".true." units="unitless"
description="Option to use an altered ice thickness field called iceThicknessHydro that replaces local maxima/minima in upperSurface with a mean of the cells neighbors. This option has no significant effect on the behavior of the model but makes it more stable."
<nml_option name="config_SGH_use_iceThicknessHydro" type="logical" default_value=".false." units="unitless"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we will eventually need to port your MPAS-Tools ice surface alteration code into MALI if we want to run with evolving dynamics. The primary reason for iceThicknessHydro was the development if single-cell surface depressions that formed when running coupled simulations. This was mostly an issue when running with the higher order velocity solver, which created speckled ice thicknesses along the domain edges as the run progressed.

It seems like the MPAS-Tools code should fix that issue, so I think we should try replacing the iceThicknessHydro code with what you wrote there. Would it be better to make that it's own PR, or tack it onto this one?

description="Option to use an altered ice thickness field called iceThicknessHydro that replaces local maxima/minima in upperSurface with a mean of the cells neighbors. This option has no significant effect on the behavior of the model but makes it more stable. NOTE: Current implementation causes unrealistic bumps in thickness near the grounding line in many places, which prevents realistic outflow. Enable this option with care."
possible_values=".true. or .false."
/>

Expand Down