-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
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
Restrict undefined grids from UPP computation Part 3 #348
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a few comments, let me know what you think
@@ -124,6 +136,7 @@ SUBROUTINE MIXLEN(EL0,EL) | |||
!$omp parallel do private(i,j,elst,elvgd,ensq,q2kl,ziag) | |||
DO J=JSTA_M,JEND_M | |||
DO I=2,IM-1 | |||
IF(T(I,J,L)<spval)THEN |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest you add PMID
The ufs-weather-model tests for global inline post, global inline post in debug mode, regional inline post and regional inline post in debug mode were conducted on WCOSS-Dell and Hera. All tests can be successfully run though. The UPP regression tests were conducted on WCOSS-Dell, WCOSS-Cray and Hera. With the PR merged, the baselines for |
Great news! Thank you for your effort. |
The main changes are: