From ebbe55516bfb0671e2b2535a09670b8ee5ac44f8 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 19 Sep 2022 11:49:05 -0500 Subject: [PATCH] snapshot... --- 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 de943257..26ae8043 100644 --- a/modules/amv/caliop_clavrx_amv.py +++ b/modules/amv/caliop_clavrx_amv.py @@ -373,7 +373,7 @@ def get_temp_prof_s(gfs_ds, nom_time, amv_lons, amv_lats): return temp_prof_s, gfs_press -def get_temp_prof_s_intrp(gfs_ds, nom_time, amv_lons, amv_lats): +def get_temp_prof_s_intrp(nom_time, amv_lons, amv_lats): gfs_fname_left, nom_time_left, gfs_fname_rght, nom_time_rght = get_bounding_gfs_files(nom_time) gfs_xr_left = xr.open_dataset(gfs_fname_left) gfs_xr_rght = xr.open_dataset(gfs_fname_rght) -- GitLab