-
Notifications
You must be signed in to change notification settings - Fork 159
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
Refactor NRL h2o photochemical scheme #848
Refactor NRL h2o photochemical scheme #848
Conversation
@dustinswales I'm not seeing a UFS WM PR for this. Shouldn't there be one? Or were you expecting this to get combined with something since it doesn't change results? |
@grantfirl I will update my branches and open a PR into UWM. |
…ture/refactor_h2ophys
…wales/fv3atm into feature/refactor_h2ophys
…ture/refactor_h2ophys
…wales/fv3atm into feature/refactor_h2ophys
[thpsnmp_is_init] | ||
standard_name = flag_for_thompson_mp_scheme_initialization | ||
long_name = flag carrying scheme initialization status | ||
units = flag |
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.
@dustinswales FYI, this variable is missing the required dimensions attribute. I'm currently running RTs for a combined PR for this and Lisa's, so you probably don't need to fix anything since it is already fixed in the combined branch. I'm only commenting in case we can't keep the combination for some reason.
@jkbk2004 @dustinswales This can be closed since it is combined into #865 |
Description
Included in this PR are changes to NRL's stratospheric h2o photochemistry scheme to make it "safe across multiple CCPP instances". These changes are identical to the reorganization that o3 photochemistry scheme underwent in the fall of 2023..
Both schemes are called from a new module, GFS_photochemistry, at the start of the time-split section of the suite. Previously, the ozone scheme was called from GFS_stateout_update, and the h2o scheme was called just after.
Issue(s) addressed
N/A
Testing
No changes to RT's on Hera with Intel
Dependencies