Skip to content

Commit

Permalink
Merge pull request #258 from GuangPingLou-NOAA/release/gfsv16.0.0
Browse files Browse the repository at this point in the history
Issue #257 shorten run time of postsnd job on WCOSS-Dell
  • Loading branch information
KateFriedman-NOAA committed Feb 4, 2021
2 parents 1871c7a + a2ae84f commit 28267e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sorc/gfs_bufr.fd/meteorg.f
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ subroutine meteorg(npoint,rlat,rlon,istat,cstat,elevstn,
integer :: n3dfercld,iseedl
integer :: istat(npoint)
logical :: trace
logical, parameter :: debugprint=.true.
!! logical, parameter :: debugprint=.false.
!! logical, parameter :: debugprint=.true.
logical, parameter :: debugprint=.false.
character lprecip_accu*3
real, parameter :: ERAD=6.371E6
real, parameter :: DTR=3.1415926/180.
Expand Down Expand Up @@ -1108,6 +1108,7 @@ subroutine meteorg(npoint,rlat,rlon,istat,cstat,elevstn,
!
! prepare buffer data
!
if(iope == 0) then
do np = 1, npoint
pi3(np,1)=psn(np)*1000
do k=1,levs
Expand Down Expand Up @@ -1305,6 +1306,7 @@ subroutine meteorg(npoint,rlat,rlon,istat,cstat,elevstn,
!! write(nfile) data
write(nfile) data2
enddo !End loop over stations np
endif
call date_and_time(date,time,zone,clocking)
! print *,'13reading write data end= ', clocking
print *,'13date, time, zone',date, time, zone
Expand Down

0 comments on commit 28267e7

Please sign in to comment.