Skip to content

Commit

Permalink
Update chgres script for Orion.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Jan 12, 2022
1 parent ae33ff7 commit 94deb26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions reg_tests/chgres_cube/driver.orion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,17 @@ QUEUE="${QUEUE:-batch}"
# and baseline data for each test.
#-----------------------------------------------------------------------------

export UPDATE_BASELINE="FALSE"
#export UPDATE_BASELINE="TRUE"

if [ "$UPDATE_BASELINE" = "TRUE" ]; then
source ../get_hash.sh
fi

export HOMEufs=$PWD/../..

export HOMEreg=/work/noaa/nems/role-nems/ufs_utils/reg_tests/chgres_cube
#export HOMEreg=/work/noaa/da/ggayno/save/ufs_utils.git/reg_tests.test/chgres_cube

LOG_FILE=consistency.log
SUM_FILE=summary.log
Expand Down

0 comments on commit 94deb26

Please sign in to comment.