From db7be8152c7308de0be79fc08eaf18565a915e06 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 19 Sep 2022 12:17:15 -0500
Subject: [PATCH] snapshot...

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

diff --git a/modules/amv/caliop_clavrx_amv.py b/modules/amv/caliop_clavrx_amv.py
index 5b3491f7..bfd1aeab 100644
--- a/modules/amv/caliop_clavrx_amv.py
+++ b/modules/amv/caliop_clavrx_amv.py
@@ -380,7 +380,6 @@ def get_temp_prof_s_intrp(nom_time, amv_lons, amv_lats):
     gfs_press = gfs_xr_left['pressure levels'].values
 
     temp_prof = get_time_interpolated_vert_profile([gfs_xr_left, gfs_xr_rght], [nom_time_left, nom_time_rght], 'temperature', nom_time, amv_lons, amv_lats)
-    temp_prof = temp_prof.values
     temp_prof_s = temp_prof[0, :, :]
 
     return temp_prof_s, gfs_press
-- 
GitLab