Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'xylar/ocn/init-land-ice-pressure-from-topo' into next (PR
#6375) Update global ocean init mode for meshes with ice-shelf cavities This merge updates MPAS-Ocean init mode for global_ocean in several ways that are critical for initialization that is compatible with planned coupling to MALI: * The fields landIcePressure, landIceDraft and ssh are now read from a topography file. This means that landIcePressure is no longer computed based on the density at the ocean surface in init mode. Similarly, ssh is not required to be the same as landIceDraft. * Support is removed for reading land-ice topography fields from a dataset on a lat-lon grid. We no longer use this capability and maintaining it is not worth the effort. * The land-ice topography data set is now required to have landIceFloatingFracObserved as a field, and this is used to set landIceFloatingFraction. Previously, landIceFracObserved was being used to compute both landIceFraction and landIceFloatingFraction (assuming no grounded ice in the domain). * We no longer set landIceFraction and landIceFloatingFraction to zero when landIceMask and landIceFloatingMask, respectively, are zero. This is in order to allow melting in cells that are less than 50% land ice in order to better support conservation between ice sheet and ocean. * In addition, we use sshAdjustmentMask instead of landIceMask as the starting point for smoothing mask used to produce the Haney-number vertical coordinate. This is needed because otherwise locations with nonzero ice draft get missed and the Haney number may be too high for model stability. [BFB] mpas-ocean standalone feature
- Loading branch information