-
Notifications
You must be signed in to change notification settings - Fork 254
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
Final step to remove IPD (remove _ccpp labels from regression tests), RAS updates and regression tests #448
Final step to remove IPD (remove _ccpp labels from regression tests), RAS updates and regression tests #448
Conversation
tests/parm/rasmgshoc.nml.IN
Outdated
no_anom_sst = .false. | ||
data_set = 'reynolds_oi', | ||
date_out_of_range = 'climo', | ||
/ |
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.
This namelist amip_interp_nml
is not used in ufs-weather-model (fv3atm). At some point (maybe even in this PR) we should remove it from all input namelist (templates). Few other namelists like coupler_nml
and interpolator_nml
should also be removed.
… rt.conf and rt_gnu.conf
fd403cc
to
c99b83c
Compare
…r-model into remove_ccpp_label_from_regression_tests
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.
We may have to make some changes when Model*ntchm > 0 and RAS is used as the default fscav is changed to 0.6 (RAS assumes fscav that enters RAS has values for all tracers, including tke). Also, scavenging in RAS itself may have to be updated at that point.
…r-model into remove_ccpp_label_from_regression_tests
7da8220
to
4436a11
Compare
This PR is ready for final review, I kicked off the CI tests. Orion is still busy creating baselines, after more than 24h. GitHub does a terrible job with displaying the diffs in this commit, even though I used |
CI test failed, it will be fixed in next PR. |
Baseline creation and verification of results finished post-commit on orion. Attaching log here. |
* upstream/develop: Stoch updates (ufs-community#372) Final step to remove IPD (remove _ccpp labels from regression tests), RAS updates and regression tests (ufs-community#448)
* Added orographic static data file generation for GSL drag suite. * Updating branch Feb. 26, 2021 * Final changes for PR * Modified comment in exregional_make_orog.sh to reflect that we are generating oro_data files instead of copying them * Added 'halo' to input list (grid_info.dat) for execution of orog_gsl Co-authored-by: Michael Toy <michael.toy@noaa.gov>
Description
This PR contains the following changes:
_ccpp
label from all regression test names, regression test setup scripts, namelist templates and thert.sh
run directoriesThis PR completes the removal of IPD.
Issue(s) addressed
Fixes NOAA-EMC/fv3atm#214
Testing
Regression testing will be done on all tier-1 platforms.
New baselines required because of the name changes of the directories. New results for RAS tests.
Regression testing completed on:
Note:
Dependencies
NCAR/ccpp-physics#585
NOAA-EMC/fv3atm#252
#448