Hailcast diagnostics: hail diameter, standard deviation#86
Merged
kkeene44 merged 1 commit intowrf-model:masterfrom Dec 30, 2016
kkeene44:hailcast
Merged
Hailcast diagnostics: hail diameter, standard deviation#86kkeene44 merged 1 commit intowrf-model:masterfrom kkeene44:hailcast
kkeene44 merged 1 commit intowrf-model:masterfrom
kkeene44:hailcast
Conversation
…ll hail options from afwa diagnostics
Contributor
|
Kelly, |
Collaborator
Author
|
@davegill done! |
Contributor
|
With the test of the hailcast in the OK domain, if you run with and then without the option turned on, what sort of timing performance do you see? |
Collaborator
Author
|
@davegill I added that information to the testing section. |
mkavulich
approved these changes
Dec 30, 2016
Contributor
mkavulich
left a comment
There was a problem hiding this comment.
Approved by wrf-dev committee
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.
TYPE: new feature
KEYWORDS: hailcast, physics, HAILCAST_DIAM_MEAN, HAILCAST_DIAM_STD, hailcast_opt, diagnostics
SOURCE: Becky Adams-Selin (AER)
DESCRIPTION OF CHANGES: Removed options/code related to AFWA hail forecasting, and added a new hailcast physics diagnostics option. Turning this on produces output for mean hail diameter (HAILCAST_DIAM_MEAN) and a standard deviation at each grid point (HAILCAST_DIAM_STD).
to the namelist.input file.
LIST OF MODIFIED FILES:
M Registry/Registry.EM_COMMON
M Registry/registry.afwa
M dyn_em/module_after_all_rk_steps.F
M phys/Makefile
M phys/module_diag_afwa.F
D phys/module_diag_afwa_hail.F
A phys/module_diag_hailcast.F
M phys/module_diagnostics/driver.F
M share/module_check_a_mundo.F
TESTS CONDUCTED: Verified that this compiles, verified that the 2 diagnostics are output in wrfout* files, and look okay (with a severe storm outbreak day in Oklahoma) - 2 ncview plots attached. Having the hailcast option activated adds 28 seconds of run-time to a 30 hour, 27/9/3 resolution domain. This was tested with Intel 15.0.1, using 32 processors. Regression tests pass.