Remove the use of MUT in a few physics routines#23
Merged
weiwangncar merged 1 commit intowrf-model:masterfrom Oct 28, 2016
weiwangncar:phys_change_for_hybrid
Merged
Remove the use of MUT in a few physics routines#23weiwangncar merged 1 commit intowrf-model:masterfrom weiwangncar:phys_change_for_hybrid
weiwangncar merged 1 commit intowrf-model:masterfrom
weiwangncar:phys_change_for_hybrid
Conversation
…nge with hybrid coord
Contributor
|
Wei, thanks for this clean-up. These look good. The microphysics and fire codes need to have some tendencies decoupled. We will do that separately. |
mkavulich
approved these changes
Oct 28, 2016
Contributor
mkavulich
left a comment
There was a problem hiding this comment.
Change in commit message:
- Improvement -> enhancement
- temp.F -> temf.F
twjuliano
pushed a commit
to twjuliano/WRF
that referenced
this pull request
Jun 15, 2021
Add Jimenez depth dependent roughness to MYJ
janmandel
added a commit
to wrf-sfire/WRF-SFIRE
that referenced
this pull request
Feb 5, 2022
…el#10 previous default fire_wind_log_interp = 4 (with wind reduction factors) is obsolete and not parallel consistent, delete? wrf-model#23 Fixes wrf-model#13
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: mut, YSU, Shin-Hong PBL, GWDO
SOURCE: internal
DESCRIPTION OF CHANGES: Due to the upcoming vertical coordinate modification, the definition of mut will change, and hence the usage in the physics routines modified here will be wrong. Instead of using dry hydrostatic pressure, these routines will now use hydrostatic pressure. The developer for YSU, Shin-Hong PBL and GWDO routines have agreed to the changes. In the case of TEMF PBL, mut was never used.
LIST OF MODIFIED FILES:
phys/module_bl_ysu.F
phys/module_bl_shinhong.F
phys/module_bl_gwdo.F
phys/module_bl_temf.F
phys/module_pbl_driver.F
TESTS CONDUCTED:
Reg tested. A case test over East Asia is conducted. Small changes are found.