diff --git a/jobs/JGLOBAL_POST_MANAGER b/jobs/JGLOBAL_POST_MANAGER index 5e729047e..275616234 100755 --- a/jobs/JGLOBAL_POST_MANAGER +++ b/jobs/JGLOBAL_POST_MANAGER @@ -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} diff --git a/scripts/exglobal_pmgr.sh.ecf b/scripts/exglobal_pmgr.sh.ecf index 32389b722..a9bcb4251 100755 --- a/scripts/exglobal_pmgr.sh.ecf +++ b/scripts/exglobal_pmgr.sh.ecf @@ -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 diff --git a/sorc/ncep_post.fd/MDL2STD_P.f b/sorc/ncep_post.fd/MDL2STD_P.f index faedd2ca7..6b6f73033 100644 --- a/sorc/ncep_post.fd/MDL2STD_P.f +++ b/sorc/ncep_post.fd/MDL2STD_P.f @@ -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