-
Notifications
You must be signed in to change notification settings - Fork 724
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding udm microphysics as option 27 (#2147)
TYPE: new feature KEYWORDS: UFS Double Moment Microphysics scheme (UDM) SOURCE: Songyou Hong via internal DESCRIPTION OF CHANGES: The new microphysics option is based on 7-class WDM7 with revision and improvements and will be mp_physics=27. LIST OF MODIFIED FILES: M Registry/Registry.EM_COMMON M phys/Makefile M phys/module_microphysics_driver.F M phys/module_physics_init.F M phys/module_mp_udm.F TESTS CONDUCTED: 1. Compilation on derecho Cray Intel (ftn) seems to need -O2. 2. squall2d_x test case runs OK. 3. The Jenkins tests are all passing. RELEASE NOTE: An new microphysics, UFS Double Moment (UDM), 7-class microphysics from Songyou Hong is added (mp_physics=27). UDM mp largely adopts microphysical processes in WDM7, but with bug fixes or revisions based on literature and accumulated realism. UDM mp utilizes the in-cloud microphysics concept (Kim and Hong 2018), with the addition of water-friendly aerosols for CCN initialization. Semi-lagrangian sedimentation of Juang and Hong (2010) is also re-configured for computational efficiency and numerical accuracy. All production terms are optimized by introducing a cloud-top definition for hydrometeors.
- Loading branch information
Showing
5 changed files
with
4,077 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.