Skip to content

Commit

Permalink
Block enhanced AMV data between 400mb and 600mb
Browse files Browse the repository at this point in the history
  • Loading branch information
JingCheng-NOAA committed Jan 25, 2024
1 parent 699f96b commit 71f1cb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/gsi/setupw.f90
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,12 @@ subroutine setupw(obsLL,odiagLL,lunin,mype,bwork,awork,nele,nobs,is,conv_diagsav
error=zero ! no data between 400-800mb
endif
endif
if(itype ==241 ) then
if( presw >399.0_r_kind .and. presw <601.0_r_kind) then !CIMISS (enhanced AMV) winds
error=zero ! no data between 400-600mb
endif
endif

if(itype == 252 .and. presw >499.0_r_kind .and. presw <801.0_r_kind) then ! JMA IR winds
error=zero
endif
Expand Down

0 comments on commit 71f1cb1

Please sign in to comment.