-
Notifications
You must be signed in to change notification settings - Fork 153
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
Remove Noah-WRFv4, bug fix in Thompson MP inner loop, contains "reduce memory required by MERRA2 data" (#757) #743
Remove Noah-WRFv4, bug fix in Thompson MP inner loop, contains "reduce memory required by MERRA2 data" (#757) #743
Conversation
…adding aerosol surface emissions, credits @tanyasmirnova
…ve-noah-wrfv4-bugfix-mp-thompson
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.
The bug fix looks fine. Thanks!
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.
The developers have all agreed with removing the version of NOAH LSM inherited from HWRF, using the same NOAH LSM for all UFS application, and updating the apps to NOAH MP when it is appropriate.
…ve-noah-wrfv4-bugfix-mp-thompson
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.
I can only comment on the change to variable dt (dt_in) for the module_mp_thompson.F90 not the Noah-v4 removal piece. I am fine with this change. Seems quite a bit like this is a pretty important bug fix for doing inner loops.
…ve-noah-wrfv4-bugfix-mp-thompson
…ve-noah-wrfv4-bugfix-mp-thompson
…ve-noah-wrfv4-bugfix-mp-thompson
…ve-noah-wrfv4-bugfix-mp-thompson
* switch aerin and aer_pres to r*4. time and space bilinear interp will be done on r*4 variables and type promotion to r*8 will occur there
…ve-noah-wrfv4-bugfix-mp-thompson
…ve-noah-wrfv4-bugfix-mp-thompson
…ve-noah-wrfv4-bugfix-mp-thompson
…-physics into remove-noah-wrfv4-bugfix-mp-thompson
…ve-noah-wrfv4-bugfix-mp-thompson
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.
A little late, but looks fine to me.
Description
This PR contains two changes:
Fixes #734.
Fixes ufs-community/ufs-weather-model#698.
Associated PRs
#743
NOAA-EMC/fv3atm#398
ufs-community/ufs-weather-model#831
Testing
See ufs-community/ufs-weather-model#831