From 313174769a9a6fd0a20b1b1f662c8af94f97dc46 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 19 Sep 2022 11:43:54 -0500
Subject: [PATCH] snapshot...

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

diff --git a/modules/amv/caliop_clavrx_amv.py b/modules/amv/caliop_clavrx_amv.py
index b26d8363..de943257 100644
--- a/modules/amv/caliop_clavrx_amv.py
+++ b/modules/amv/caliop_clavrx_amv.py
@@ -404,18 +404,6 @@ def compute_and_add_geo_hgt(path_to_amvs, path_to_gfs, amv_source, band='14', ou
         amv_lons = amvs_nd[:, amv_lon_idx]
         amv_lats = amvs_nd[:, amv_lat_idx]
 
-        # gfs_fname, _, _ = gfs_ds.get_file(nom_time, window=180.0)
-        # if gfs_fname is None:
-        #     return None
-        # print(gfs_fname)
-        # gfs_xr = xr.open_dataset(gfs_fname)
-        # gfs_press = gfs_xr['pressure levels']
-        # gfs_press = gfs_press.values
-        #
-        # temp_prof = get_vert_profile_s(gfs_xr, ['temperature'], amv_lons, amv_lats, method='nearest')
-        # temp_prof = temp_prof.values
-        # temp_prof_s = temp_prof[0, :, :]
-
         temp_prof_s, gfs_press = get_temp_prof_s(gfs_ds, nom_time, amv_lons, amv_lats)
 
         alt_f = []
-- 
GitLab