[develop] Rename variables that store task names #598
Merged
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.
DESCRIPTION OF CHANGES:
To be consistent with the naming convention used for variables that specify per-task properties (e.g.
PPN_RUN_FCST
,WTIME_RUN_FCST
,MAXTRIES_RUN_FCST
), rename variables that store the task names (e.g.RUN_FCST_TN
) so that the "TN" part is at the beginning, e.g.TN_RUN_FCST
.This PR is part of a series to enhance the verification capabilities of the SRW App.
Type of change
TESTS CONDUCTED:
The following fundamental tests were run on Hera using the Intel compiler. All were successful.
From
fundamental.hera.gnu.com
and/orfundamental.hera.intel.nco
:MET_ensemble_verification
MET_verification
MET_verification_only_vx
community_ensemble_2mems
community_ensemble_2mems_stoch
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_2017_gfdlmp
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_2017_gfdlmp_regional_plot
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v16
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_RAP_suite_HRRR
grid_RRFS_CONUS_25km_ics_GSMGFS_lbcs_GSMGFS_suite_GFS_v15p2
grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_HRRR_suite_HRRR
grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_HRRR_suite_RRFS_v1beta
pregen_grid_orog_sfc_climo
From previous versions of
fundamental.hera.gnu.com
and/orfundamental.hera.intel.nco
:grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_RAP_suite_HRRR
grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta
nco_grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_RAP_suite_HRRR
DOCUMENTATION:
The documentation has been updated to reflect the changes in the PR.
ISSUE:
Resolves issue #599.
CHECKLIST
N/A
N/A