Skip to content

Commit

Permalink
Remove un-readable path to systemdir on Hera. (#806)
Browse files Browse the repository at this point in the history
This is a bug fix for running the WE2E tests on Hera. The non-existence of this path is causing failures after the path has become unreadable.
  • Loading branch information
christinaholtNOAA authored Jun 30, 2022
1 parent 639a60f commit fcca0f3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ush/machine/hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@
function file_location() {

# Return the default location of external model files on disk
# Hera does not currently have any files staged on disk.

local external_file_fmt external_model location

external_model=${1}
external_file_fmt=${2}

location=""
case ${external_model} in

"FV3GFS")
location='/scratch1/NCEPDEV/rstprod/com/gfs/prod/gfs.${yyyymmdd}/${hh}/atmos'
;;

esac
echo ${location:-}

}
Expand Down

0 comments on commit fcca0f3

Please sign in to comment.