From 2d461e8fc10abd534bc37b2517f3a955460d8158 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 14 Sep 2022 09:40:50 -0500
Subject: [PATCH] snaphot...

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

diff --git a/modules/amv/caliop_clavrx_amv.py b/modules/amv/caliop_clavrx_amv.py
index d42ad7fd..e6179529 100644
--- a/modules/amv/caliop_clavrx_amv.py
+++ b/modules/amv/caliop_clavrx_amv.py
@@ -131,7 +131,7 @@ def match_calipso_clavrx_to_amvs(calipso_clavrx_ds, calipso_clavrx_file, amv_fil
         lats = amv_lats[in_box]
         lons = lons[s_idxs]
         lats = lats[s_idxs]
-        temp_prof = get_vert_profile_s(gfs_ds, ['temperature'], lons, lats, method='nearest')
+        temp_prof = get_vert_profile_s(gfs_xr, ['temperature'], lons, lats, method='nearest')
         temp_prof = temp_prof.values
         temp_prof_s = temp_prof[0, :, :]
         temp_prof_s = temp_prof_s[:, ::-1]
-- 
GitLab