Skip to content

Commit

Permalink
remove station elevation adjustment to T,Q and evaporation bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangPingLou-NOAA committed Jun 4, 2020
1 parent 8dc2e25 commit 7675368
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 206 deletions.
6 changes: 3 additions & 3 deletions sorc/gfs_bufr.fd/gfsbufr.f
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ program meteormrf
error=nf90_inq_dimid(ncid,"pfull",dimid)
error=nf90_inquire_dimension(ncid,dimid,dim_nam,levsi)
error=nf90_close(ncid)
!! print*,'NetCDF file im,jm,lm= ',im,jm,levs,levsi
print*,'NetCDF file im,jm,lm= ',im,jm,levs,levsi

else
call nemsio_init(iret=irets)
Expand All @@ -239,7 +239,7 @@ program meteormrf

call meteorg(npoint,rlat,rlon,istat,cstat,elevstn,
& nf,nfile,fnsig,jdate,idate,
& levs,levsi,im,jm,nsfc,
& levsi,im,jm,nsfc,
& landwater,nend1, nint1, nint3, iidum,jjdum,
& fformat,iocomms(ntask),iope,ionproc)
call mpi_barrier(iocomms(ntask), ierr)
Expand All @@ -248,7 +248,7 @@ program meteormrf
!! For nemsio input
call meteorg(npoint,rlat,rlon,istat,cstat,elevstn,
& nf,nfile,fnsig,jdate,idate,
& levs,levsi,im,jm,nsfc,
& levs,im,jm,nsfc,
& landwater,nend1, nint1, nint3, iidum,jjdum,
& fformat,iocomms(ntask),iope,ionproc)
endif
Expand Down
Loading

0 comments on commit 7675368

Please sign in to comment.