forked from MPAS-Dev/MPAS-Model
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR MPAS-Dev#282 'xylar/ocean/time_varying_land_ice_pressure' in…
…to ocean/develop This merge adds time-varying land-ice forcing via the following fields: landIceDraft landIcePressure landIceFraction A test case isomip_plus/2km/time_varying_Ocean0 is added as a (relatively trivial) test of this forcing. In this test case, landIcePressure and landIceDraft are initially 10% of their "correct" values and increase linearly over 1 year to their full values, then remain constant for an additional year. However, the test case crashes sometime during the second year because layers become too thin and/or tilted, or velocities become too large. This is an intentional feature of the test case, showing why further work is needed to handle coupled ice dynamics. Modifications are made to the ISOMIP+ viz (MPAS-Dev#275) to correctly handle repeated running of the viz while the simulation is in progress. A few other tweaks (e.g. the format of dates in the figure titles) are also included. Modifications were made to how sea-level is maintained in ISOMIP+ test cases despite freshwater fluxes and changes in land-ice pressure. A fictitious evaporation was already used at the northern boundary, but this has been modified to adjust to sea-level itself rather than melt fluxes to accommodate changing land-ice pressure. Finally, a division-by-zero error in timeSeriesStatsGlobal was fixed. If melt fluxes are turned on but there are no locations where the melt mask nonzero (which happened in my testing), global stats was trying to compute mean fluxes and other stats with zero area in the denominator. This has been fixed.
- Loading branch information
Showing
5 changed files
with
257 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.