-
Notifications
You must be signed in to change notification settings - Fork 35
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
clm lake fix: pressure is not density + #142 and #148 #139
clm lake fix: pressure is not density + #142 and #148 #139
Conversation
@SamuelTrahanNOAA This PR also fixes the crash with the use of the CLM lake model caused by a lake point with the lake depth < 10 cm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SamuelTrahanNOAA Looks good. Just a small request to comment on a new parameter
This PR fixes another bug I forgot to mention. I've added an issue for it: |
@JiliDong-NOAA - Please confirm that I merged your changes into this branch correctly. |
merge looks correct. |
All tests were finished at ufs-community/ufs-weather-model#2044. @grantfirl @dustinswales @tanyasmirnova @Qingfu-Liu Can you merge this pr? |
Done. Note that the CI tests will fail until fv3atm #736 is merged |
PRs #142 and #148 are combined into this one
The CLM Lake Model was using near-surface pressure in place of near-surface density. This corrects the code to user near-surface density instead.
These two pull requests are included in this one. They can be closed once this one is merged.
Due to including #148:
And from #142: