Skip to content

Commit

Permalink
Issue #1 - Fit2Obs changes
Browse files Browse the repository at this point in the history
 (1) provide default defintion for CONVNETC

 (2) update WCOSS_DELL_P3 fitdir
  • Loading branch information
RussTreadon-NOAA committed Dec 19, 2019
1 parent d50076f commit 2d8499c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions parm/config/config.vrfy
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ if [ $VRFYFITS = "YES" ]; then
export HYBLEVS=$HOMEgfs/fix/fix_am/global_hyblev.l${LEVS}.txt
export CUE2RUN=$QUEUE

if [ ${netcdf_diag:-"NO"} = ".true." ]; then
export CONVNETC="NO"
if [ ${netcdf_diag:-".false."} = ".true." ]; then
export CONVNETC="YES"
fi

if [ $machine = "WCOSS_C" ]; then
export fitdir="$BASE_SVN/verif/global/parafits.fv3nems/batrun"
export PREPQFITSH="$fitdir/subfits_cray_nems"
elif [ $machine = "WCOSS_DELL_P3" ]; then
export fitdir="$BASE_SVN/verif/global/Fit2Obs/ncfits/batrun"
export fitdir="$BASE_SVN/verif/global/Fit2Obs/ncf-vqc/batrun"
export PREPQFITSH="$fitdir/subfits_dell_nems"
elif [ $machine = "THEIA" -o $machine = "HERA" ]; then
export fitdir="$BASE_GIT/Fit2Obs/batrun"
Expand Down

0 comments on commit 2d8499c

Please sign in to comment.