Skip to content

Commit

Permalink
Xu Lu modify the default value for SFMR surface pressure from 1000 to…
Browse files Browse the repository at this point in the history
… missing in case of future use.
  • Loading branch information
XuLu-NOAA committed Jan 9, 2024
1 parent f767f18 commit 0924749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsi/read_fl_hdob.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ subroutine read_fl_hdob(nread,ndata,nodata,infile,obstype,lunout,gstime,twind,si
cdata_all( 1,iout)=woe ! wind error
cdata_all( 2,iout)=dlon ! grid relative longitude
cdata_all( 3,iout)=dlat ! grid relative latitude
cdata_all( 4,iout)=1000. ! ln(surface pressure in cb) !Since dlnpsob is not provided by SFMR, force it to be 1000hPa. Not used in setupspd.f90
cdata_all( 4,iout)=missing ! ln(surface pressure in cb) !Since dlnpsob is not provided by SFMR, force it to be missing. Not used in setupspd.f90
cdata_all( 5,iout)=spdob*sqrt(two)*half ! u obs
cdata_all( 6,iout)=spdob*sqrt(two)*half ! v obs
cdata_all( 7,iout)=rstation_id ! station id
Expand Down

0 comments on commit 0924749

Please sign in to comment.