Bug fix for COARE3.5 (not used by default) and move some parameters t…#143
Merged
Conversation
…o namelist options
tanyasmirnova
approved these changes
Mar 25, 2022
mdtoyNOAA
approved these changes
Mar 25, 2022
| REAL, INTENT(OUT) :: Z_0 | ||
| REAL, PARAMETER :: G=9.81 | ||
| REAL, PARAMETER :: m=0.017, b=-0.005 | ||
| REAL, PARAMETER :: m=0.0017, b=-0.005 |
Collaborator
There was a problem hiding this comment.
Is this change the reason the regression tests failed?
Collaborator
There was a problem hiding this comment.
I don't see how the code could reach this point since COARE_OPT is hard-coded to 3.0, so this subroutine is never called.
Collaborator
Author
tanyasmirnova
approved these changes
Mar 29, 2022
Collaborator
|
These changes are in NCAR#911 and will be merged back to gsl/develop after the community repositories are updated. |
Collaborator
Collaborator
|
#143 will merge these changes |
| TH1D(I)=T1D(I)*THCON(I) !(Theta, K) | ||
| TC1D(I)=T1D(I)-273.15 !(T, Celsius) | ||
| TH1D(I)=T1D(I)**(100000./P1D(I))**ROVCP !(Theta, K) | ||
| TC1D(I)=T1D(I)-273.15 !(T, Celsius) |
There was a problem hiding this comment.
@joeolson42 Joe, this PR got the "buggy" MYNN surface layer scheme in. It looks like it did not get into the RRFS_dev branch
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.

Two changes: