PBL changes to emulate HWRF capabilities in HAFS#370
Closed
mrinalbiswas wants to merge 21 commits into
Closed
Conversation
Biswas hafs gjf
Collaborator
|
Associated PRs: |
Collaborator
|
FYI, this PR has been compiled and tested with SCM only as of now. The results with hurr_pbl = T and F are similar, but not identical. This is consistent with what would be expected from the extent of the code changes. |
This was referenced Dec 10, 2019
Collaborator
|
This pull request is likely going to be closed in favor of having different PRs for HWRF Noah LSM and the combined HWRF moninedmf PBL scheme. At this time, this work has not undergone a compilation attempt, let alone regression testing, but it can serve as the basis for upcoming separate PRs. |
Collaborator
|
Superseded by #395. |
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.
This version of moninedmf.f combines the FV3 and HWRF versions of the schemes. A namelist variable hurr_pbl is added to separate the FV3 and HWRF versions.
The HWRF hurr_pbl version includes calculation of the PBL height following Troen and Mahrt (1986) where a modified bulk Richardson number exceeds a critical value. Added moninq_fac (aka alpha) to control the eddy diffusivity (dependent on wind speed).