From 801bf003c607bc79fe499ccd9ee71556865c73e3 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 17 Feb 2021 14:01:27 -0600
Subject: [PATCH] minor

---
 modules/amv/intercompare.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/amv/intercompare.py b/modules/amv/intercompare.py
index ec564ce8..9609ab59 100644
--- a/modules/amv/intercompare.py
+++ b/modules/amv/intercompare.py
@@ -179,7 +179,7 @@ def get_amv_nd(filename):
             qif = float(toks[17])
             cqi = float(toks[18])
 
-            if pres < 10 or pres > 1050:
+            if pres < 10 or pres > 1020:
                 continue
             if lat < -90 or lat > 90:
                 continue
-- 
GitLab