Skip to content

Commit

Permalink
Merge pull request #239 from KateFriedman-NOAA/issue179
Browse files Browse the repository at this point in the history
Issue #179 - update to config.vrfy for Fit2Obs tag which supports Orion
  • Loading branch information
KateFriedman-NOAA authored Jan 14, 2021
2 parents c7e6a7f + 48be4d1 commit 43ae19b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions parm/config/config.vrfy
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export RUNMOS="NO" # whether to run entire MOS package

if [ $VRFYFITS = "YES" ]; then

export fit_ver="newm.1.1"
export fitdir="$BASE_GIT/verif/global/Fit2Obs/${fit_ver}/batrun"
export PRVT=$HOMEgfs/fix/fix_gsi/prepobs_errtable.global
export HYBLEVS=$HOMEgfs/fix/fix_am/global_hyblev.l${LEVS}.txt
export CUE2RUN=$QUEUE
Expand All @@ -49,17 +51,17 @@ if [ $VRFYFITS = "YES" ]; then
export fitdir="$BASE_GIT/verif/global/parafits.fv3nems/batrun"
export PREPQFITSH="$fitdir/subfits_cray_nems"
elif [ $machine = "WCOSS_DELL_P3" ]; then
export fitdir="$BASE_GIT/verif/global/Fit2Obs/ncf-vqc/batrun"
export PREPQFITSH="$fitdir/subfits_dell_nems"
elif [ $machine = "HERA" ]; 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 = "ORION" ]; then
export PREPQFITSH="$fitdir/subfits_orion_netcdf"
else
echo "Fit2Obs NOT supported on this machine"
fi

fi


#----------------------------------------------------------
# VSDB STEP1, Verify Precipipation and Grid To Obs options
#----------------------------------------------------------
Expand Down

0 comments on commit 43ae19b

Please sign in to comment.