-
Notifications
You must be signed in to change notification settings - Fork 259
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
Develop ugwp improvements #1488
Develop ugwp improvements #1488
Conversation
…r-model into develop_ugwp_improvements
…ables to parm/diag_table/diag_table_rap
…r-model into develop_ugwp_improvements
…r-model into develop_ugwp_improvements
…r-model into develop_ugwp_improvements
…r-model into develop_ugwp_improvements
…drag_tofd and ugwp_seq_update
…r-model into develop_ugwp_improvements
…r-model into develop_ugwp_improvements
…r-model into develop_ugwp_improvements
@mdtoyNOAA Can you sync up branch to resolve the conflicts? We have open schedule today. If possible, we like to start working on this pr. |
I believe I am synced up. I haven’t run any regression tests yet. Will you take care of that?
… On Nov 29, 2022, at 12:37 PM, JONG KIM ***@***.***> wrote:
@mdtoyNOAA <https://github.com/mdtoyNOAA> Can you sync up branch to resolve the conflicts? We have open schedule today. If possible, we like to start working on this pr.
—
Reply to this email directly, view it on GitHub <#1488 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ARRVLIB7SOOGMXFUJGMYRTDWKZLPTANCNFSM6AAAAAAR44KAZE>.
You are receiving this because you were mentioned.
|
@BrianCurtis-NOAA @mdtoyNOAA I am starting to add the labels for hera. |
Automated RT Failure Notification |
Automated RT Failure Notification |
hera/nems disk space issue. I cleaned up baselines and some people cleaned up their space as well. we are ok now |
I agree. I was confused because I see no other environment variables depend on NEW_DIAGTABLE in develop branch. @SamuelTrahanNOAA @RatkoVasic-NOAA can we clarify about the issue? |
As @mdtoyNOAA points out. I see NEW_DIAGTABLE is a terminal variable. No other variables depend on NEW_DIAGTABLE. Then, question moves to accept baselines changes. I remember Mike attached a few figures to validate the result. @mdtoyNOAA can we re-confirm? |
The NEW_DIAGTABLE was an error, and I think the result is that it was using the DIAG_TABLE specified in default_vars.sh. |
@SamuelTrahanNOAA thanks for the comment! @mdtoyNOAA once you are happy with change result, we are good to go for final approvals. |
@jkbk2004 I know that the NEW_DIAGTABLE to DIAG_TABLE fix did not change the results. So I agree on getting final approvals. |
@BrianCurtis-NOAA I think new_diagtable issue is resolved. Would it be ok to skip the baseline creation and test on wcoss2? |
No. Let me try finishing things by tomorrow afternoon. |
Sure! |
The Acorn.Intel log is on Hera at /scratch1/NCEPDEV/stmp2/Brian.Curtis/ @mdtoyNOAA please add to your PR branch. |
@mdtoyNOAA The WCOSS2.Intel log is also on hera at the same location. Please add both to your PR branch. |
@BrianCurtis-NOAA @mdtoyNOAA I was able to push acorn and wcoss2 logs from url. Sounds like all sets. |
@ChunxiZhang-NOAA we can start merging in ufs-community/ccpp-physics#20 |
@jkbk2004 Done. |
@mdtoyNOAA fv3atm pr was merged. can you update submodule to that and revert branch in gitmodules? |
Done.
… On Dec 22, 2022, at 10:05 AM, JONG KIM ***@***.***> wrote:
@mdtoyNOAA <https://github.com/mdtoyNOAA> fv3atm pr was merged. can you update submodule to that and revert branch in gitmodules?
—
Reply to this email directly, view it on GitHub <#1488 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ARRVLIE73KVH72KYY3IA4NDWOSC4VANCNFSM6AAAAAAR44KAZE>.
You are receiving this because you were mentioned.
|
looks good! |
PR Checklist
This PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model wiki if you are unsure how to do this.
This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR
An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR
are specified below.
Results for one or more of the regression tests change and the reasons for the changes are understood and explained below.
Description
This pull request has three main components:
Also, fixed bugs in the rap, hrrr and rrfs test descriptions (changed instances of NEW_DIAGTABLE to DIAG_TABLE) and deleted extraneous line in tests/parm/rap.nml.IN (i.e., ldiag_ugwp=.false.).
Also, updated calculation of diagnostic output variables "u-gwd_ave" and "v-gwd_ave" to include surface drag stress due to small-scale GWD and Turbulent Orographic Form Drag.
Is a change of answers expected from this PR? Yes.
Issue(s) addressed
Testing
How were these changes tested? What compilers / HPCs was it tested with? Are the changes covered by regression tests? (If not, why? Do new tests need to be added?) Have regression tests and unit tests (utests) been run? On which platforms and with which compilers? (Note that unit tests can only be run on tier-1 platforms)
hera.intel
hera.gnu
orion.intel
cheyenne.intel
cheyenne.gnu
gaea.intel
jet.intel
wcoss2.intel
acorn.intel
opnReqTest for newly added/changed feature
CI
Will the code updates change regression test baseline? Yes. Changes to CCPP unified_ugwp drag suite. Please show the baseline directory below.
/scratch1/BMC/wrfruc/mtoy/git_local/ufs-weather-model/REGRESSION_TEST_INTEL.2022_11_08
Dependencies
If testing this branch requires non-default branches in other repositories, list them. Those branches should have matching names (ideally).
https://github.com/mdtoyNOAA/ufs-weather-model/tree/develop_ugwp_improvements
https://github.com/mdtoyNOAA/ccpp-physics/tree/ufs/dev_ugwp_improvements
https://github.com/mdtoyNOAA/fv3atm/tree/develop_ugwp_improvements
CCPP-physics pull request dependency: ccpp-physics#20
FV3-ATM pull request dependency: fv3atm#600