We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if (pref_mid_norm(k) > sigmab) then
in held_suarez_1994.F90 should be
if (pmid(i,k)/ps(i) > sigmab) then
PS (actual surface pressure) is currently not passed to subroutine.
PS
This PR would need to be coordinated with ESCOMP PR.
@cjablono working on PR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in held_suarez_1994.F90 should be
PS
(actual surface pressure) is currently not passed to subroutine.This PR would need to be coordinated with ESCOMP PR.
@cjablono working on PR
The text was updated successfully, but these errors were encountered: