-
Notifications
You must be signed in to change notification settings - Fork 253
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
Reduce memory required by MERRA2 option; fix diag_tables for P7 tests; adds C384 P7 tests to Cheyenne.intel #866
Reduce memory required by MERRA2 option; fix diag_tables for P7 tests; adds C384 P7 tests to Cheyenne.intel #866
Conversation
* turn cpld_control_c384_p7 and cpld_bmark_p7 tests on cheyenne * using updated diag_table, confirm that all coupled tests fail because of changed fields in forecast files; all other compared files are B4B
* use variable NEW_DIAGTABLE to add merra2 output
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.
Thanks for getting the C384 P7 tests going on Cheyenne!
@DeniseWorthen Is the diag_table for cpld_bmark_p7 correct? Since it has merra2 update, I assume the diag_table will contain the 6 AOD fields too. |
@junwang-noaa All the coupled tests use the same file, |
Closed. Code will be committed in PR #831 |
…ression tests, set ECF_TRIES to 2, update Cheyenne job submission scripts; contains "Reduce memory required by MERRA2 option; fix diag_tables for P7 tests; adds C384 P7 tests to Cheyenne.intel" (#866), contains "Update CMEPS" (#775) (#831) - Remove unused/broken HAFS-HWRF regression tests that used Ferrier-Aligo MP, and updates the old HAFS-HWRF regression tests to use Noah MP instead of Noah-WRFv4. - An update in rt.sh that uses the automatic rerun capability for ecflow - Code updates to reduce memory required by MERRA2 option; fix diag_tables for P7 tests; adds C384 P7 tests to Cheyenne.intel - CMEPS update - Update Cheyenne job submission scripts due to a recent change on Cheyenne Co-authored-by: denise.worthen <Denise.Worthen@noaa.gov> Co-authored-by: Dusan Jovic <dusan.jovic@noaa.gov>
PR Checklist
Ths 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.
If new or updated input data is required by this PR, it is clearly stated in the text of the PR.
Instructions: All subsequent sections of text should be filled in as appropriate.
The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsiblity to keep the PR up-to-date with the develop branch of ufs-weather-model.
Description
diag_table_gfsv16
cpld_control_c384_p7
andcpld_bmark_p7
) tests to Cheyenne.intelIssue(s) addressed
Testing
Testing on hera.intel and hera.gnu show that all P7 tests (coupled and standalone) fail comparison only because of the changes to the forecast files associated with the updated
diag_table
. All common fields in the forecast files are B4B and all restart files are B4B.For hera.gnu, the failed tests are:
For hera.intel, the failed tests are:
RegressionTests_hera.gnu.log
RegressionTests_hera.intel.log
Comparing the
sfcf006.nc
file in thecpld_control_c384_p7
test against the current baseline using the comparison toolcprnc
gives the result:Dependencies