Skip to content

Commit

Permalink
Rename some scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Oct 14, 2021
1 parent 4ef2152 commit 12106cf
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion reg_tests/chgres_cube/25km.conus.gfs.grib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ set +x
if [ $test_failed -ne 0 ]; then
echo "<<< 25-KM CONUS GFS GRIB2 TEST FAILED. >>>"
if [ "$UPDATE_BASELINE" = "TRUE" ]; then
$HOMEufs/reg_tests/update.sh $HOMEreg "25km_conus_gfs_grib2" $commit_num
$HOMEufs/reg_tests/update_baseline.sh $HOMEreg "25km_conus_gfs_grib2" $commit_num
fi
else
echo "<<< 25-KM CONUS GFS GRIB2 TEST PASSED. >>>"
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/chgres_cube/25km.conus.gfs.pbgrib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ set +x
if [ $test_failed -ne 0 ]; then
echo "<<< 25-KM CONUS GFS PGRIB2+BGRIB2 TEST FAILED. >>>"
if [ "$UPDATE_BASELINE" = "TRUE" ]; then
$HOMEufs/reg_tests/update.sh $HOMEreg "25km_conus_gfs_pbgrib2" $commit_num
$HOMEufs/reg_tests/update_baseline.sh $HOMEreg "25km_conus_gfs_pbgrib2" $commit_num
fi
else
echo "<<< 25-KM CONUS GFS PGRIB2+BGRIB2 TEST PASSED. >>>"
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/chgres_cube/driver.wcoss_dell_p3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ PROJECT_CODE="${PROJECT_CODE:-GFS-DEV}"
#export UPDATE_BASELINE="FALSE"
export UPDATE_BASELINE="TRUE"

source ../check.sh
source ../get_hash.sh

export HOMEufs=$PWD/../..

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion reg_tests/global_cycle/C768.fv3gfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if [ $test_failed -ne 0 ]; then
echo "<<< C768 GLOBAL CYCLE TEST FAILED. >>>"
echo "*********************************"
if [ "$UPDATE_BASELINE" = "TRUE" ]; then
$BASE_GSM/reg_tests/update.sh $HOMEreg "c768.fv3gfs" $commit_num
$BASE_GSM/reg_tests/update_baseline.sh $HOMEreg "c768.fv3gfs" $commit_num
fi
else
echo
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/global_cycle/C768.lndincsnow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [ $test_failed -ne 0 ]; then
echo "<<< C768 LANDINC SNOW CYCLE TEST FAILED. >>>"
echo "****************************************"
if [ "$UPDATE_BASELINE" = "TRUE" ]; then
$BASE_GSM/reg_tests/update.sh $HOMEreg "c768.lndincsnow" $commit_num
$BASE_GSM/reg_tests/update_baseline.sh $HOMEreg "c768.lndincsnow" $commit_num
fi
else
echo
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/global_cycle/C768.lndincsoil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if [ $test_failed -ne 0 ]; then
echo "<<< C768 LANDINC SOILT CYCLE TEST FAILED. >>>"
echo "*****************************************"
if [ "$UPDATE_BASELINE" = "TRUE" ]; then
$BASE_GSM/reg_tests/update.sh $HOMEreg "c768.lndincsoil" $commit_num
$BASE_GSM/reg_tests/update_baseline.sh $HOMEreg "c768.lndincsoil" $commit_num
fi
else
echo
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/global_cycle/driver.wcoss_dell_p3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ QUEUE="${QUEUE:-dev}"
#export UPDATE_BASELINE="FALSE"
export UPDATE_BASELINE="TRUE"

source ../check.sh
source ../get_hash.sh

DATA_DIR="${WORK_DIR}/reg-tests/global-cycle"

Expand Down
File renamed without changes.

0 comments on commit 12106cf

Please sign in to comment.