MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
241 stars 321 forks source link

Initial implementation of the CCPP-compliant parameterization of the YSU planetary boundary layer. #1053

Closed ldfowler58 closed 1 year ago

ldfowler58 commented 1 year ago
  1. In this PR, we added the directory physics_mmm. In its initial implementation, physics_mmm contains parameterizations of moist physics (surface layer scheme, planetary boundary layer scheme, convection scheme, and cloud microphysics scheme) for the mesoscale reference suite.
  2. Parameterizations in physics_mmm are CCPP-compliant (initial versions) and are shared between MPAS, WRF, and CM1.
  3. The initial version of module_bl_ysu.F is split in two separate files: bl_ysu.F in physics_mmm contains the actual parameterization of the YSU scheme whereas the modified version of module_bl_ysu.F reduces to a buffer between the parameterization and the MPAS physics driver.
mgduda commented 1 year ago

You could say this code matches with WRF v4.5 YSU.

@weiwangncar I can add that info to the final merge commit message. Thanks for the suggestion.