Commit db6dbba
committed
Merge branch 'initsnow' into release-v8.4.0 (PR #1438)
This merge fixes an issue in snow initialization over areas covered by seaice
in MPAS-A.
Snow water equivalent (as well as snow depth and snow cover) in the initial
conditions 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 merge corrects snow initialization, making it physically reasonable over
areas covered by seaice in winter.
* initsnow:
Fix snow initialization over seaice points in MPAS-A2 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 | |
|---|---|---|---|
| |||
4539 | 4539 | | |
4540 | 4540 | | |
4541 | 4541 | | |
4542 | | - | |
4543 | | - | |
4544 | | - | |
4545 | 4542 | | |
4546 | 4543 | | |
4547 | 4544 | | |
| |||
0 commit comments