Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing value of minthck_ice_sheet in glissade_masks.F90 #69

Open
mpetrini-norce opened this issue Sep 10, 2024 · 0 comments
Open

Replacing value of minthck_ice_sheet in glissade_masks.F90 #69

mpetrini-norce opened this issue Sep 10, 2024 · 0 comments

Comments

@mpetrini-norce
Copy link

minthck_ice_sheet is the thickness threshold (in meters) under which new ice sheet cells will not be initialized. A value of 2000 meters was originally selected to prevent the formation of ice caps in northern Greenland during the CESM2/CISM2 coupled spinup (https://doi.org/10.1029/2019MS001984). However, in the coupled 1pctCO2 simulation this value led to massive chunks of ice to be immediately discharged to the ocean as soon they would disconnect from the ice sheet. This resulted in unrealistic, very high spikes in the calving rate. To avoid this, a SourceMods change was introduced setting this constant to a safe value of 100 meters. To avoid the use of SourceMods, I suggest that this value (100 m) should be the standard value (at least for the CISM version included in NorESM2.5_alpha05 and subsequent releases.

minthck_ice_sheet = 2000.d0 !> thickness threshold (m) for initializing ice sheet cells

@hgoelzer @mvertens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant