add max precipitation rate(s)#2351
Open
Jeff-Duda wants to merge 4 commits into
Open
Conversation
Add option for where to place warm bubble and perturbation temperature for idealized supercell case.
Also enhanced control over location and size of perturbation bubble for em_quarter_ss. Includes option to initialize along a line instead of a cellular bubble!
-Superimposed divergence in ideal ICs -Modified the structure of the initialization W field for ideal -Modified checks in diagnostics code to allow history_interval = 0 to be set with history_interval_[dhms] /= 0 for greater control over output interval
…esetting max precip rates.
Collaborator
|
@Jeff-Duda Can you rebase your change to the latest WRF release code v4.8.0 and target to develop branch? The regression tests are not able to point to earlier releases of MMM-physics code. Thanks. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose: to add arrays to WRF microphysics to calculate maximum precipitation rate over fixed (sub-hourly) periods
TYPE: enhancement
KEYWORDS: precipitation, microphysics, maximum, rate, diagnostics
SOURCE: Jeff Duda, CU/CIRES and NOAA/GSL
DESCRIPTION OF CHANGES:
Problem:
(1) Current code does not include maximum precipitation rates, especially over sub-hourly intervals. Time-maximum composite reflectivity is also absent.
(2) This particular code change also includes modifications to the methods of initializing convection in the idealized supercell test case
Solution:
Modified the microphysics_driver and diagnostics code to include these arrays.
ISSUE: None
LIST OF MODIFIED FILES:
M Registry/Registry.EM_COMMON
M dyn_em/module_initialize_ideal.F
M dyn_em/module_stoch.F
M dyn_em/solve_em.F
M phys/module_diag_misc.F
M phys/module_diag_nwp.F
M phys/module_diagnostics_driver.F
M phys/module_microphysics_driver.F
M share/module_check_a_mundo.F
TESTS CONDUCTED:
RELEASE NOTE: Added 1-, 5-, 10-minute maximum precipitation rate and history-interval-maximum composite reflectivity to available outputs. Also enhanced convection initiation mechanism in idealized supercell case by offering additional user controls.