Skip to content

Commit

Permalink
add anowbufr_ext into gsimod namelist
Browse files Browse the repository at this point in the history
  • Loading branch information
hongli-wang committed Sep 19, 2023
1 parent 9714cc5 commit 126ba88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/gsi/read_anowbufr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ subroutine read_anowbufr(nread,ndata,nodata,gstime,&
conc=indata(ncopopm)
if ( iret > 0 .and. (conc < conc_missing ) .and. &
(conc >= zero)) then
if(indata(nxob) > r360)cycle
if(indata(nyob) > 0.5_r_kind*r360)cycle

if(indata(nxob) >= r360) indata(nxob) = indata(nxob) - r360
if(indata(nxob) < zero) indata(nxob) = indata(nxob) + r360
Expand Down
2 changes: 0 additions & 2 deletions src/gsi/setuppm2_5.f90
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,6 @@ subroutine setuppm2_5(obsLL,odiagLL,lunin,mype,nreal,nobs,isis,is,conv_diagsave)
call tintrp2a11(pm25wc(:,:,:,2,nfldsig),pm25wc_ges(2),dlat,dlon,dtime,hrdifsig,&
mype,nfldsig)
if (pm25wc_ges(1) >= pm2_5_bg_threshold) then
pm25wc_ges(1)=1.0_r_kind
else
pm25wc_ges(1)=0.0_r_kind
end if
if (pm25wc_ges(2) >= pm2_5_bg_threshold) then
Expand Down

0 comments on commit 126ba88

Please sign in to comment.