-
Notifications
You must be signed in to change notification settings - Fork 155
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
update the regression test checks #647
Comments
As reported in GSI PR #645, remove the maxmem and timing scalability tests from
This is an expected result since PR #645 does not alter code, namelists, modules, or scripts. |
Should we also remove the data, namelist, and scripts of the old cases that have been removed? |
Yes, removed ctests should have everything related to them removed. I did so in my Hera working copy of Once changes to remove old tests are merged into |
Agree. Should we ask Jing to merge your Hera working copy: /scratch1/NCEPDEV/da/Russ.Treadon/git/gsi/pr645 to her PR 645? |
Add HAFS related regression test into GSI Ctests to solve the issue #600. Four set of regression tests for the current suite of HAFSv1 GSI: 3DEnvar with GDAS Ensemble plus FGAT capability -- "hafs_3denvar_glbens". 4Denvar with GDAS Ensemble plus FGAT capability -- "hafs_4denvar_glbens". 3Envar with self-cycled HAFS Ensemble -- "hafs_3denvar_hafens". 3Envar with GDAS Ensemble plus self-cycled HAFS Ensemble -- "hafs_3denvar_hybens". Fixes #600 Partially fixes #647 **Type of change** - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update **How Has This Been Tested?** These changes are tested under Orion through GSI Ctests. **Checklist** - [x ] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] New and existing tests pass with my changes - [x] Any dependent changes have been merged and published **DUE DATE for this PR is 12/4/2023.** If this PR is not merged into `develop` by this date, the PR will be closed and returned to the developer.
Some of the regression test checks need to be updated or removed to better reflect the results of the regression tests.
such as maxmem and timing scalability tests.
Need to check and revise the following two files:
regression/regression_test.sh
regression/regression_test_enkf.sh
The text was updated successfully, but these errors were encountered: