ufs-community / ufs-weather-model

UFS Weather Model
Other
142 stars 249 forks source link

Feature/gfdlmpv3 #2503

Open dustinswales opened 6 days ago

dustinswales commented 6 days ago

Commit Queue Requirements:

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:

* UFSWM - GFDL Microphysics Version 3

Priority:

Git Tracking

Sub component Pull Requests:

UFSWM Blocking Dependencies:


Changes

Input data Changes:

Library Changes/Upgrades:


Testing Log:

dustinswales commented 4 days ago

@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?

RuiyuSun commented 4 days ago

@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.