From cd4fad9fd9d5bb550c9a45025f7f4c4f010491fc Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 14 Sep 2022 11:12:25 -0500 Subject: [PATCH] snaphot... --- modules/amv/caliop_clavrx_amv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/amv/caliop_clavrx_amv.py b/modules/amv/caliop_clavrx_amv.py index 607179c0..130fbcb9 100644 --- a/modules/amv/caliop_clavrx_amv.py +++ b/modules/amv/caliop_clavrx_amv.py @@ -64,7 +64,7 @@ def match_calipso_clavrx_to_amvs(calipso_clavrx_ds, calipso_clavrx_file, amv_fil gfs_xr = xr.open_dataset(gfs_fname) gfs_press = gfs_xr['pressure levels'] gfs_press = gfs_press.values - gfs_press = gfs_press[::-1] + #gfs_press = gfs_press[::-1] match_dict[nom_time] = [] @@ -132,7 +132,7 @@ def match_calipso_clavrx_to_amvs(calipso_clavrx_ds, calipso_clavrx_file, amv_fil 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] + #temp_prof_s = temp_prof_s[:, ::-1] print(temp_prof_s.shape) for k in range(num_amvs): -- GitLab