Skip to content

Commit

Permalink
1)update post manager for GFS V16; 2) add a bug fix for wafs. (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenMeng-NOAA committed Aug 17, 2020
1 parent 58690e6 commit 933f52e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_POST_MANAGER
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export cycle=t${cyc}z
setpdy.sh
. PDY

export ROTDIR=${COMROOT:?}/$NET/$envir
export ROTDIR=${ROTDIR:-{COMROOT:?}/$NET/$envir}
export COMIN=${COMIN:-$ROTDIR/$RUN.$PDY/$cyc/$COMPONENT}
export COMOUT=${COMOUT:-$ROTDIR/$RUN.$PDY/$cyc/$COMPONENT}

Expand Down
2 changes: 1 addition & 1 deletion scripts/exglobal_pmgr.sh.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ do
for fhr in $postjobs
do
fhr3=`printf "%03d" $fhr`
if [ -s ${COMIN}/${RUN}.${cycle}.logf${fhr}.nemsio -o -s ${COMIN}/${RUN}.${cycle}.logf${fhr3}.nemsio ]
if [ -s ${COMIN}/${RUN}.${cycle}.logf${fhr}.txt -o -s ${COMIN}/${RUN}.${cycle}.logf${fhr3}.txt ]
then
if [ $fhr -eq 0 ]
then
Expand Down
4 changes: 2 additions & 2 deletions sorc/ncep_post.fd/MDL2STD_P.f
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@ SUBROUTINE MDL2STD_P()


! Relabel the pressure level to reference levels
IDS = 0
IDS = (/ 450,480,464,465,466,518,519,520,521,522,523,524,525,(I,I=14,50) /)
! IDS = 0
IDS = (/ 450,480,464,465,466,518,519,520,521,522,523,524,525,(0,I=14,50) /)
do i = 1, NFDMAX
iID=IDS(i)
if(iID == 0) exit
Expand Down

0 comments on commit 933f52e

Please sign in to comment.