-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove several deprecated grids (#342)
## DESCRIPTION OF CHANGES: * Rename the GSD_HAFS grids to include underscores (from GSD_HAVSV0.A3km, GSD_HAVSV0.A13km, and GSD_HAVSV0.A25km to GSD_HAVSV0.A_3km, GSD_HAVSV0.A_13km and GSD_HAVSV0.A_25km, respectively). * Remove grids EMC_CONUS_3km and EMC_CONUS_coarse since the grids CONUS_3km_GFDLgrid and CONUS_25km_GFDLgrid are very similar to these. * Remove WE2E tests involving the EMC_CONUS_3km and EMC_CONUS_coarse grids (names of removed tests are nco_EMC_CONUS_3km, nco_EMC_CONUS_coarse, and nco_EMC_CONUS_coarse__suite_FV3_GFS_2017_gfdlmp). * Modify the WE2E test nco_ensemble to use the CONUS_25km_GFDLgrid grid instead of EMC_CONUS_coarse. * Add new WE2E test nco_CONUS_25km_GFDLgrid to test this grid in NCO mode. (This test is a replacement for the removed test nco_EMC_CONUS_coarse.) * Rename all WE2E test configuration files containing the strings "RAPX" and "HRRRX" so that they are replaced with "RAP" and "HRRR", respectively. * Update the list of WE2E tests in baselines_list.txt. * Update the sample NCO-mode workflow configuration file config.nco.sh to: a) Use the CONUS_25km_GFDLgrid grid instead of EMC_CONUS_coarse. b) Use the FV3_GFS_v15p2 physics suite (which is one of the two supported by the release) instead of FV3_GFS_2017_gfdlmp. c) Remove commented-out code. * Reorder the remaining grids in the case-statement in set_predef_grid_params.sh and in valid_param_vals.sh. ## TESTS CONDUCTED: On Hera, ran the following tests: * The renamed test grid_RRFS_CONUS_25km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta. This is to make sure that the RAPX,HRRRX --> RAP,HRRR changes did not introduce bugs. * The existing test nco_ensemble. This is to make sure that the change in grid in this test didn't break this test. * The existing test grid_CONUS_25km_GFDLgrid_FV3GFS_FV3GFS to make sure it still works and to generate grid, orography, and surface climatology files for the new test nco_CONUS_25km_GFDLgrid (which uses pregenerated such files). * The new test nco_CONUS_25km_GFDLgrid. All tests were successful. Also used the sample NCO-mode workflow configuration file config.nco.sh to manually (i.e. without using cron) run a test, which was successful.
- Loading branch information
1 parent
161ae6d
commit 6332044
Showing
25 changed files
with
499 additions
and
678 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...ONUS_coarse__suite_FV3_GFS_2017_gfdlmp.sh → ...configs/config.nco_CONUS_25km_GFDLgrid.sh
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.