Skip to content

Commit

Permalink
updated config.vrfy to point to the fit2obs version that supports re…
Browse files Browse the repository at this point in the history
…ading netcdf history files

    export fitdir="$BASE_GIT/verif/global/Fit2Obs/ncf-vqc/batrun"
    export PREPQFITSH="$fitdir/subfits_hera_slurm"
  • Loading branch information
emc.glopara committed May 8, 2020
1 parent ad86a55 commit a601acd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions parm/config/config.vrfy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ $VRFYFITS = "YES" ]; then
export HYBLEVS=$HOMEgfs/fix/fix_am/global_hyblev.l${LEVS}.txt
export CUE2RUN=$QUEUE

export VBACKUP_FITS=00
export VBACKUP_FITS=24

export CONVNETC="NO"
if [ ${netcdf_diag:-".false."} = ".true." ]; then
Expand All @@ -50,8 +50,9 @@ if [ $VRFYFITS = "YES" ]; then
export fitdir="$BASE_SVN/verif/global/Fit2Obs/ncf-vqc/batrun"
export PREPQFITSH="$fitdir/subfits_dell_nems"
elif [ $machine = "HERA" ]; then
export fitdir="$BASE_GIT/Fit2Obs/batrun"
export PREPQFITSH="$fitdir/subfits_theia_slurm"
#export fitdir="$BASE_GIT/Fit2Obs/batrun"
export fitdir="$BASE_GIT/verif/global/Fit2Obs/ncf-vqc/batrun"
export PREPQFITSH="$fitdir/subfits_hera_slurm"
fi

fi
Expand Down

0 comments on commit a601acd

Please sign in to comment.