forked from wrf-model/WRF
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to P3, including a new 3-moment option (wrf-model#1356)
TYPE: new feature KEYWORDS: P3 microphysics SOURCE: Hugh Morrison (NCAR) DESCRIPTION OF CHANGES: 1. Main update is to add 3-moment option for P3, which we have chosen as MP option 53. This uses the same P3 module so that all 4 versions (MP options 50, 51, 52, 53) use the same code base. Also added new lookup tables. 2. Besides changes for the 3-moment option, a small bug fix was made to lookup table and the lookup tables were generalized to allow a larger range of mean ice particle sizes. This changes answers but has little impact compared to P3 in the previous WRF release. 3. We also did general code cleanup and improved code comments. LIST OF MODIFIED FILES: module_mp_p3.F module_microphysics_driver.F module_physics_init.F Registry_EM.COMMON Also added new lookup tables in: run/p3_lookupTable_2.dat-4.1 run/p3_lookupTable_1.dat-2momI_v5.1.6_oldDimax run/p3_lookupTable_1.dat-3momI_v5.1.6.gz Deleted the old lookup tables: p3_lookup_table_1.dat-v4.1 p3_lookup_table_2.dat-v4.1 Modified files to handle moving the p3 lookup tables around: Makefile clean test/em_b_wave/run_me_first.csh test/em_convrad/run_me_first.csh test/em_quarter_ss/run_me_first.csh test/em_scm_xy/run_me_first.csh test/em_seabreeze2d_x/run_me_first.csh test/em_tropical_cyclone/run_me_first.csh [Editor's note: We likely are removing all of these `run_me_first.csh` scripts in a later PR.] TESTS CONDUCTED: 1. Extensive testing was done for all MP options for P3 (50, 51, 52, 53) 2. Jenkins test is all pass. RELEASE NOTE: An updated version of P3 now includes a 3-moment option. Milbrandt et al. (2021) [Milbrandt, J. A., H. Morrison, D. T. Dawson II, and M. Paukert, 2021: A triple-moment representation of ice in the Predicted Particle Properties (P3) microphysics scheme, J. Atmos. Sci., 78(2), 439-458, https://doi.org/10.1175/JAS-D-20-0084.1]
- Loading branch information
1 parent
614c320
commit 574c481
Showing
17 changed files
with
32,905 additions
and
31,912 deletions.
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
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.