You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SOURCE: Peng Zimu (Peking University) and internal
DESCRIPTION OF CHANGES:
One of the FDDA capabilities for blending observations with the gridded simulation relies on the appropriate
observation density within a specified radius of influence, which is controlled by the option rinblw (km). To allow
for different observations on different nests, this option is defined in the Registry as a max_domains namelist entry.
Therefore this option should be specified for each individual domain. This PR:
adds (max_dom) to rinblw in test/em_real/README.grid_fdda
adds multiple columns for rinblw in test/em_real/examples.namelist.
For users with nested domains, before this mod, the WRF code returned:
Error in rinblw, please specify a reasonable value ***
This update to the documentation helps users to a priori correctly set rinblw for nested domains.
LIST OF MODIFIED FILES:
M test/em_real/examples.namelist
M test/em_real/README.grid_fdda
TESTS CONDUCTED:
After setting rinblw for nested domains, the WRF with surface-analysis nudging can run successfully.
Only README files changed, no tests required.
RELEASE NOTES: A modification to a couple of the README files, which helps users to correctly set rinblw when surface-analysis nudging is applied to nested domains. Previously, the rinblw was not consistently identified as a max_dom variable.
@pengzimu@smileMchen
We would like your affiliation please, so that we may reference you in our release notes, and so that your name is on this commit message.
@davegill@smileMchen
I have added my affiliation and test information to the PR commit message. And I also changed the word "observational nudging" to "surface-analysis nudging" in the release notes since the option rinblw belongs to surface-analysis nudging according to the test/em_real/examples.namelist.
@pengzimu
Peng,
Did you get an email from jenkins? Maybe in your spam folder? If so, please include the text of that email in one of these comment boxes below the commit message.
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
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: text only
KEYWORDS: readme, rinblw, max_dom
SOURCE: Peng Zimu (Peking University) and internal
DESCRIPTION OF CHANGES:
One of the FDDA capabilities for blending observations with the gridded simulation relies on the appropriate
observation density within a specified radius of influence, which is controlled by the option rinblw (km). To allow
for different observations on different nests, this option is defined in the Registry as a max_domains namelist entry.
Therefore this option should be specified for each individual domain. This PR:
For users with nested domains, before this mod, the WRF code returned:
This update to the documentation helps users to a priori correctly set rinblw for nested domains.
LIST OF MODIFIED FILES:
M test/em_real/examples.namelist
M test/em_real/README.grid_fdda
TESTS CONDUCTED:
RELEASE NOTES: A modification to a couple of the README files, which helps users to correctly set rinblw when surface-analysis nudging is applied to nested domains. Previously, the rinblw was not consistently identified as a max_dom variable.