-
Notifications
You must be signed in to change notification settings - Fork 118
Feature/chgres cube reg tests #21
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
Merged
GeorgeGayno-NOAA
merged 21 commits into
ufs-community:develop
from
GeorgeGayno-NOAA:feature/chgres_cube_reg_tests
Oct 2, 2019
Merged
Feature/chgres cube reg tests #21
GeorgeGayno-NOAA
merged 21 commits into
ufs-community:develop
from
GeorgeGayno-NOAA:feature/chgres_cube_reg_tests
Oct 2, 2019
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Baseline set of chgres_cube regression tests and a driver for Theia. 1) c192.fv3.history.sh - interpolate tiled history files to c192 uniform 2) c96.fv3.nemsio.sh - interpolate fv3 gaussian nemsio files to c96 uniform 3) c96.fv3.restart.sh - interpolate tiled restart files to c96 uniform 4) c96.gfs.nemsio.sh - interpolate spectral gfs nemsio files to c96 uniform 5) c96.gfs.sigio.sh - interpolate spectral gfs sigio/sfcio files to c96 uniform 6) c96.regional.sh - interpolate fv3 gaussian nemio file to c96 regional. Change-Id: If514dbd31a7b93b3deda7ff5c1ef5161d4a4876b
Baseline new regression test driver script for Cray. Minor updates to regression case scripts for running on Cray and Theia. Change-Id: I8fe8cdb782966f862070adec11194d9aec5aec43
Baseline regression test driver script for Dell. Change-Id: Icedf34c5b858d9e319bad1eb749dc3295e91fad4
Merge branch 'develop' into feature/chgres_cube_reg_tests. Change-Id: I57b3fb44a7b20f268e6208fc522a845971117bab
Update script documentation. Change-Id: Ie1c8d0f252473b593b97169703af81d3a1892c35
Create new 'ush' script for chgres_cube. Update fv3 nemsio regression test to call the 'ush' script. Change-Id: I60e6ba75f3f83674bae884db59939386cc3d3ddf
Update gfs nemsio test for new 'ush' script. Change-Id: I92824bed2f42db763ce01cbcc753d37fbd7f9c6c
Update gfs sigio test for new 'ush' script. Change-Id: I4b3bad216120dc2e77d98a2f8575fe41cc3294af
Updates to run the regional regression test. Change-Id: Ifa9962b23a16c901969a89d98ed0a124ec5f30fe
Update fv3 history test for new 'ush' script. Change-Id: Id5b11ea8118391ab78080f646320ee075c834c77
Updates for fv3 restart test required for new 'ush' script. Change-Id: I284edc58beecae18a9143f51e040644be01fb250
Add better comments to chgres_cube.sh and follow NCO standards on script variables. Change-Id: I7849e745db7a577d01f9c12d14062db6eabfc883
Merge branch 'develop' into feature/chgres_cube_reg_tests Change-Id: I57309840ecd09202d0b7d2408e09d26cb84de3bb
Add more comments to ./ush/chgres_cube.sh Change-Id: I068d623b85cfef0a3f2fdead9a8d1ede6f434783
Merge branch 'develop' into feature/chgres_cube_reg_tests Change-Id: Ie7c702d20a57f2f99128b96cab318434ff8a9539
Add regression test driver script for Jet. Change-Id: I00968b8857d4907eac65249e6792f319cfd69f93
Update prologs and README. Move all scripts to their own 'chgres_cube' subdirectory. Change-Id: I40852fed6fa0225309e1601838b4a1e5c354591d
Merge branch 'develop' into feature/chgres_cube_reg_tests Change-Id: I581ee3c24e30c9806c96451eb380c8400cc1495f
Merge branch 'develop' into feature/chgres_cube_reg_tests
Add chgres_cube regression test for Hera. Remove test for theia
Update hera regression driver script to use netcdf 4.7. The ufs_utils repo will use 4.7 on Hera per request of global workflow group.
JamesAbeles-NOAA
approved these changes
Oct 1, 2019
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 approve these changes
JamesAbeles-NOAA
approved these changes
Oct 1, 2019
JamesAbeles-NOAA
approved these changes
Oct 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge chgres_cube regression tests to 'develop'.