Skip to content

Commit

Permalink
Added S4-specific variables to three config files.
Browse files Browse the repository at this point in the history
References: NOAA-EMC#138
  • Loading branch information
DavidHuber-NOAA committed Jan 29, 2021
1 parent 0362365 commit 3d324de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parm/config/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ if [[ "$OUTPUT_FILE" == "netcdf" ]]; then
export OUTPUT_FILETYPES=" 'netcdf_parallel' 'netcdf' "
fi
fi
if [[ "$machine" == "S4" ]]; then
export OUTPUT_FILETYPES=" 'netcdf_parallel' 'netcdf' "
fi
fi


Expand Down
2 changes: 2 additions & 0 deletions parm/config/config.prepbufr
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ if [ $machine = "HERA" ]; then
export GESROOT=/scratch1/NCEPDEV/rstprod # set by module prod_envir on WCOSS_C
elif [ $machine = "ORION" ]; then
export GESROOT=/dev/null
elif [ $machine = "S4" ]; then
export GESROOT=/dev/null
fi

echo "END: config.prepbufr"
7 changes: 7 additions & 0 deletions parm/config/config.vrfy
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ if [ $VRFYFITS = "YES" ]; then
#export fitdir="$BASE_GIT/Fit2Obs/batrun"
export fitdir="$BASE_GIT/verif/global/Fit2Obs/ncf-vqc/batrun"
export PREPQFITSH="$fitdir/subfits_hera_slurm"
elif [ $machine = "S4" ]; then
export fitdir="$BASE_GIT/verif/global/Fit2Obs/ncf-vqc/batrun"
export PREPQFITSH="$fitdir/subfits_s4_slurm"
fi

fi
Expand Down Expand Up @@ -149,6 +152,10 @@ if [ $machine = "ORION" ] ; then
export HOMEens_tracker=$BASE_GIT/tracker/TC_tracker.v1.1.15.2
fi

if [ $machine = "S4" ] ; then
export COMINsyn="/scratch/jcsda-dataset/hurricane"
fi

if [ "$VRFYTRAK" = "YES" ]; then

export TRACKERSH="$HOMEgfs/jobs/JGFS_ATMOS_CYCLONE_TRACKER"
Expand Down

0 comments on commit 3d324de

Please sign in to comment.