Skip to content

Commit

Permalink
Updates for wcoss2.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Mar 8, 2024
1 parent ba985d4 commit 2cb6941
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/gdas_init/driver.wcoss2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ PROJECT_CODE=GFS-DEV

source config

export machine=wcoss2

this_dir=$PWD

if [ $EXTRACT_DATA == yes ]; then
Expand Down
2 changes: 2 additions & 0 deletions util/gdas_init/set_fixed_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ ORO_NAME="${CTAR}.mx${OCNRES}_oro_data"

if [ "$machine" = 'hera' ] ; then
FIX_ORO_INPUT=/scratch1/NCEPDEV/global/glopara/fix/orog/20230615
elif [ "$machine" = 'wcoss2' ] ; then
FIX_ORO_INPUT=/lfs/h2/emc/global/noscrub/emc.global/FIX/fix/orog/20230615
else
set +x
echo ERROR machine $machine not supported.
Expand Down

0 comments on commit 2cb6941

Please sign in to comment.