From ded30462e42be325d41b83c4de5472db862b4654 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 15 Sep 2022 14:27:16 -0500 Subject: [PATCH] snaphot... --- modules/amv/caliop_clavrx_amv.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/amv/caliop_clavrx_amv.py b/modules/amv/caliop_clavrx_amv.py index 4774de82..b53f5f29 100644 --- a/modules/amv/caliop_clavrx_amv.py +++ b/modules/amv/caliop_clavrx_amv.py @@ -386,10 +386,11 @@ def compute_and_add_geo_hgt(path_to_amvs, path_to_gfs, amv_source, band='14', ou alt = pressure_to_altitude(amv_press, None, gfs_press, temp_prof_s[k, :]) alt_s.append(alt.magnitude) prs_s.append(amv_press) - alt_s = np.array(alt_s) - prs_s = np.array(prs_s) print('Done...') + alt_s = np.array(alt_s) + prs_s = np.array(prs_s) + if out_file is not None: np.save(out_file, (prs_s, alt_s)) else: -- GitLab