Skip to content

Commit

Permalink
Change grid driver working directory to avoid conflict
Browse files Browse the repository at this point in the history
with Orion.

Fixes ufs-community#932.
  • Loading branch information
George Gayno committed Apr 25, 2024
1 parent c4965c5 commit 7bf7cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver_scripts/driver_grid.hercules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ fi
#-----------------------------------------------------------------------

export home_dir=$SLURM_SUBMIT_DIR/..
export TEMP_DIR=/work/noaa/stmp/$LOGNAME/fv3_grid.$gtype
export out_dir=/work/noaa/stmp/$LOGNAME/my_grids
export TEMP_DIR=/work2/noaa/stmp/$LOGNAME/fv3_grid.$gtype
export out_dir=/work2/noaa/stmp/$LOGNAME/my_grids

#-----------------------------------------------------------------------
# Should not need to change anything below here.
Expand Down

0 comments on commit 7bf7cf8

Please sign in to comment.