Fix to allow RRTMG longwave radiation (ra_lw_physics=4) to be used with vertical nesting#981
Merged
davegill merged 3 commits intowrf-model:developfrom Jan 28, 2020
Merged
Conversation
…t was done previously for ra_lw_physics=1.
Contributor
|
@rsarthur |
Contributor
|
@weiwangncar @dudhia @smileMchen
We should do a 1-month test with these mods to validate that no longer-term biases are being introduced. That would require a set up something like: |
Contributor
Author
|
@davegill |
kkeene44
approved these changes
Jan 24, 2020
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: Enhancement
KEYWORDS: vertical nesting, RRTMG, longwave radiation, ra_lw_physics
SOURCE: Robert Arthur (LLNL)
DESCRIPTION OF CHANGES: When the RRTMG longwave radiation scheme (ra_lw_physics=4) was
used in combination with vertical nesting, the longwave radiation was incorrect because the
variable NLAYERS was set incorrectly. To fix this, NLAYERS is recalculated based on the updated
number of vertical levels. This fix follows what is done already in the code for ra_lw_physics=1.
LIST OF MODIFIED FILES:
phys/module_radiation_driver.F
share/module_check_a_mundo.F
TESTS CONDUCTED:
nesting (21VN), and is also able to run RRTMG without vertical nesting (case=tropical,
case=conus):
on and off on the finest domain (see plot). The non-vertically nested case has 88 vertical levels
and the nested case has 351. While there are differences in the longwave radiation (GLW)
depending on whether vertical nesting is used or not, the differences when using option 4 are
comparable (and slightly smaller) than those with option 1.
RELEASE NOTE: The vertical refinement option now works with the RRTMG radiation scheme.