Skip to content

Commit

Permalink
Issue #179 and issue #243 - update Fit2Obs to newm.1.2 tag and correc…
Browse files Browse the repository at this point in the history
…t COMROOT path for Hera
  • Loading branch information
KateFriedman-NOAA committed Jan 21, 2021
1 parent bbf3000 commit 5a16a7a
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 5a16a7a

Please sign in to comment.