Commit 00f5ad2
Fix snow initialization over seaice points in MPAS-A
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.1 parent 942d402 commit 00f5ad2
2 files changed
Lines changed: 9 additions & 3 deletions
File tree
- src
- core_atmosphere/physics
- core_init_atmosphere
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
| 609 | + | |
609 | 610 | | |
610 | 611 | | |
611 | 612 | | |
| |||
637 | 638 | | |
638 | 639 | | |
639 | 640 | | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
640 | 644 | | |
641 | 645 | | |
642 | 646 | | |
| |||
699 | 703 | | |
700 | 704 | | |
701 | 705 | | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
702 | 711 | | |
703 | 712 | | |
704 | 713 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4122 | 4122 | | |
4123 | 4123 | | |
4124 | 4124 | | |
4125 | | - | |
4126 | | - | |
4127 | | - | |
4128 | 4125 | | |
4129 | 4126 | | |
4130 | 4127 | | |
| |||
0 commit comments