-
Notifications
You must be signed in to change notification settings - Fork 708
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
Adding udm microphysics as option 27 #2147
base: develop
Are you sure you want to change the base?
Conversation
It has failed the tests, so I need to know what happened. |
forgot to add new module, done now. |
The regression test results:
|
@dudhia |
PRESENT( QH_CURR ) .AND. & | ||
PRESENT( QNN_CURR ) .AND. PRESENT ( QNC_CURR ) .AND. & | ||
PRESENT( QNR_CURR ).AND. & | ||
PRESENT( RAINNC ) .AND. PRESENT ( RAINNCV ) ) THEN |
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.
Do we still check all these variables' presence if we only have one dynamic core?
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.
I think this is part of a bigger question, but if they are optional in the driver we need these.
@dudhia Can you or Songyou add some more description to the scheme, especially for its difference and improvements over WDM7? Is the computation speed improved? |
UDM mp largely adopts microphysical processes in WDM7, but with |
@dudhia @Songyou184 I took the liberty and added it to the PR itself. It may be useful to add it to the release notes too. |
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 and will be 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.
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:
RELEASE NOTE: UFS Double Moment (UDM) 7-class microphysics from Songyou Hong added (mp_physics=27).