-
Notifications
You must be signed in to change notification settings - Fork 249
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
Feature/gfdlmpv3 #2503
base: develop
Are you sure you want to change the base?
Feature/gfdlmpv3 #2503
Conversation
@RuiyuSun I added two new tests, one for each of the SDFs that have V3 enabled. This is overkill and we probably only need one for testing. If you agree, do you have a favorite of the two new RTs? |
@dustinswales I think the global RT is more convenient. |
Commit Queue Requirements:
Description:
This PR contains host side changes to accommodate a new cloud microphysics parameterization in the physics.
For the physics refactoring, all of the configuration/namelist info is moved into a common module that is referenced by both MP versions and a shared fv_sat_adj.F90. There are default values for the scheme configurations defined within this module, and overwritten by the namelist, if provided. Both the v1 and v3 rely on some of the same parameters, but with different default values. This is handled by introducing a pre-processor directive into the new configuration module.
Commit Message:
Priority:
Git Tracking
Sub component Pull Requests:
UFSWM Blocking Dependencies:
Changes
Input data Changes:
Library Changes/Upgrades:
Testing Log: