From 496139e86e73babb67bd620adea31b7aa9f3ac41 Mon Sep 17 00:00:00 2001 From: JingCheng-NOAA Date: Thu, 25 Jan 2024 20:13:51 +0000 Subject: [PATCH] Block enhanced AMV data between 400mb and 600mb --- src/gsi/setupw.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gsi/setupw.f90 b/src/gsi/setupw.f90 index f671f084f1..554cc616c0 100644 --- a/src/gsi/setupw.f90 +++ b/src/gsi/setupw.f90 @@ -957,7 +957,7 @@ 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(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