Skip to content

Commit

Permalink
Issue #1 - (1) set RUN_ENVIR to OUTPUT_FILE for Fit2Obs, (2) change l…
Browse files Browse the repository at this point in the history
…og file dependency for post000 job
  • Loading branch information
RussTreadon-NOAA committed Dec 19, 2019
1 parent f6d5044 commit d50076f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/rocoto/vrfy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [ $VRFYFITS = "YES" -a $CDUMP = $CDFNL -a $CDATE != $SDATE ]; then
[[ ! -d $TMPDIR ]] && mkdir -p $TMPDIR

export RUN_ENVIR_SAVE=$RUN_ENVIR
export RUN_ENVIR=devpara
export RUN_ENVIR=$OUTPUT_FILE

$PREPQFITSH $PSLOT $CDATE $ROTDIR $ARCDIR $TMPDIR

Expand Down
2 changes: 1 addition & 1 deletion ush/rocoto/setup_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ def get_postgroups(post, cdump='gdas'):
fhrs = [f.tolist() for f in fhrs]

fhrgrp = ' '.join(['%03d' % x for x in range(0, ngrps+1)])
fhrdep = ' '.join(['f000'] + [f[-1] for f in fhrs])
fhrdep = ' '.join(['anl'] + [f[-1] for f in fhrs])
fhrlst = ' '.join(['anl'] + ['_'.join(f) for f in fhrs])

return fhrgrp, fhrdep, fhrlst
Expand Down

0 comments on commit d50076f

Please sign in to comment.