From 71f1cb16f84b0f0318f848a4552976a1af5d35fc Mon Sep 17 00:00:00 2001 From: JingCheng-NOAA Date: Thu, 25 Jan 2024 20:07:08 +0000 Subject: [PATCH] Block enhanced AMV data between 400mb and 600mb --- src/gsi/setupw.f90 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/gsi/setupw.f90 b/src/gsi/setupw.f90 index 6e653a9db0..f671f084f1 100644 --- a/src/gsi/setupw.f90 +++ b/src/gsi/setupw.f90 @@ -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