Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions sorc/gfs_post.fd/sorc/ncep_post.fd/INITPOST_GFS_NEMS_MPIIO.f
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ SUBROUTINE INITPOST_GFS_NEMS_MPIIO(iostatusAER)
avisbeamswin,avisdiffswin,airbeamswin,airdiffswin, &
alwoutc,alwtoac,aswoutc,aswtoac,alwinc,aswinc,avgpotevp,snoavg, &
dustcb,bccb,occb,sulfcb,sscb,dustallcb,ssallcb,dustpm,sspm,pp25cb,pp10cb, &
maod,ti
ti,maod
use soil, only: sldpth, sh2o, smc, stc
use masks, only: lmv, lmh, htm, vtm, gdlat, gdlon, dx, dy, hbm2, sm, sice
! use kinds, only: i_llong
Expand Down Expand Up @@ -3692,9 +3692,6 @@ SUBROUTINE INITPOST_GFS_NEMS_MPIIO(iostatusAER)
enddo

! done with flux file, close it for now
call nemsio_close(ffile,iret=status)
deallocate(tmp,recname,reclevtyp,reclev)


#if 0
! Retrieve aer fields if it's listed (GOCART)
Expand Down
2 changes: 1 addition & 1 deletion sorc/gfs_post.fd/sorc/ncep_post.fd/MPI_FIRST.f
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ SUBROUTINE MPI_FIRST()
ocsmass25, occmass25, bcsmass, bccmass, bcsmass25, bccmass25, &
sssmass, sscmass, sssmass25, sscmass25, ducmass25, &
dustcb, sscb, bccb, occb, sulfcb, dustallcb, ssallcb,dustpm,sspm, pp25cb,&
pp10cb,maod !lzhang
pp10cb, ti, maod !lzhang
use soil, only: smc, stc, sh2o, sldpth, rtdpth, sllevel
use masks, only: htm, vtm, hbm2, sm, sice, lmh, gdlat, gdlon, dx, dy, lmv
use ctlblk_mod, only: me, num_procs, jm, jsta, jend, jsta_m, jsta_m2, &
Expand Down