Fix an issue in snow initialization#1438
Open
smileMchen wants to merge 1 commit intoMPAS-Dev:release-v8.4.0from
Open
Fix an issue in snow initialization#1438smileMchen wants to merge 1 commit intoMPAS-Dev:release-v8.4.0from
smileMchen wants to merge 1 commit intoMPAS-Dev:release-v8.4.0from
Conversation
Author
Author
|
The upper two panels show initial snow before and after the bug fix ( initial time is 2024-02-01_00) |
mgduda
reviewed
Apr 2, 2026
mgduda
requested changes
Apr 2, 2026
This commit fixes an issue in snow initialization over the Arctic Ocean and other areas covered by seaice. Snow water equivalent (as well as snow depth and snow cover) in the initial conditions of MPAS was set to zero over sea ice areas. This leads to a significant warm bias of skintemp during model integration. When MPAS is initialized in winter, the simulated conditions over polar regions become physically unrealistic. This commit corrects snow initialization, making it physically reasonable over Arctic Ocean and other areas covered by seaice in winter.
Contributor
|
@smileMchen When testing the changes in this PR with a global 60-km mesh using ERA5 data valid on 2025-01-01, it looks like snow over land points is getting removed. In the screenshot below, the top panel is the |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR fixes the bug in snow initialization over Arctic Ocean and other areas covered by seaice.
Snow water equivalent (as well as snow depth and snow cover) in the initial conditions of MPAS is currently set to zero over sea ice areas. This leads to a significant warm bias of skintemp during model integration. When MPAS is initialized in winter, the simulated conditions over polar regions become physically unrealistic.
This PR corrects snow initialization, making it physically reasonable over Arctic Ocean and other areas covered by seaice in winter.