Skip to content

Commit

Permalink
Issue NOAA-EMC#179 and issue NOAA-EMC#243 - update Fit2Obs to newm.1.…
Browse files Browse the repository at this point in the history
…2 tag and correct COMROOT path for Hera
  • Loading branch information
KateFriedman-NOAA authored and [David Huber] committed Feb 2, 2021
1 parent 2926f88 commit 55752b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parm/config/config.vrfy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export RUNMOS="NO" # whether to run entire MOS package

if [ $VRFYFITS = "YES" ]; then

export fit_ver="newm.1.1"
export fit_ver="newm.1.2"
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
Expand Down
2 changes: 1 addition & 1 deletion ush/rocoto/setup_expt.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def edit_baseconfig():
base_svn = '/scratch1/NCEPDEV/global/glopara/svn'
dmpdir = '/scratch1/NCEPDEV/global/glopara/dump'
nwprod = '/scratch1/NCEPDEV/global/glopara/nwpara'
comroot = '/scratch1/NCEPDEV/rstprod/com'
comroot = '/scratch1/NCEPDEV/global/glopara/com'
homedir = '/scratch1/NCEPDEV/global/$USER'
stmp = '/scratch1/NCEPDEV/stmp2/$USER'
ptmp = '/scratch1/NCEPDEV/stmp4/$USER'
Expand Down
2 changes: 1 addition & 1 deletion ush/rocoto/setup_expt_fcstonly.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def edit_baseconfig():
base_svn = '/scratch1/NCEPDEV/global/glopara/svn'
dmpdir = '/scratch1/NCEPDEV/global/glopara/dump'
nwprod = '/scratch1/NCEPDEV/global/glopara/nwpara'
comroot = '/scratch1/NCEPDEV/rstprod/com'
comroot = '/scratch1/NCEPDEV/global/glopara/com'
homedir = '/scratch1/NCEPDEV/global/$USER'
stmp = '/scratch1/NCEPDEV/stmp2/$USER'
ptmp = '/scratch1/NCEPDEV/stmp4/$USER'
Expand Down

0 comments on commit 55752b4

Please sign in to comment.