Skip to content

Commit

Permalink
feature/bash Update grid regression test scripts to use
Browse files Browse the repository at this point in the history
TEMP_DIR instead of TMPDIR.

Issue ufs-community#144.
  • Loading branch information
GeorgeGayno-NOAA committed Sep 8, 2020
1 parent c5c93ae commit 099b903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/c96.uniform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -x

export TMPDIR=${WORK_DIR}/c96.uniform.work
export TEMP_DIR=${WORK_DIR}/c96.uniform.work
export out_dir=${WORK_DIR}/c96.uniform

export res=96
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/gfdl.regional.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -x

export TMPDIR=${WORK_DIR}/gfdl.regional.work
export TEMP_DIR=${WORK_DIR}/gfdl.regional.work
export out_dir=${WORK_DIR}/gfdl.regional

export res=96 # global resolution in which grid is embedded.
Expand Down

0 comments on commit 099b903

Please sign in to comment.