From 9c609b642f78ef054e730ed557188f9d814e76b3 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 23 May 2024 10:38:17 -0500 Subject: [PATCH] snapshot... --- modules/util/gfs_reader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/util/gfs_reader.py b/modules/util/gfs_reader.py index 67a887ca..3dd5a8e6 100644 --- a/modules/util/gfs_reader.py +++ b/modules/util/gfs_reader.py @@ -441,4 +441,4 @@ def get_voxel_s(xr_dataset, fld_name_s, lon, lat, press, x_width=3, y_width=3, z sub_fld = sub_fld.assign_coords(channel=fld_name_s, fakeDim2=lon_coords[x_start:x_stop], fakeDim1=lat_coords[y_start:y_stop], fakeDim0=plevs[z_start:z_stop]) - return sub_fld \ No newline at end of file + return sub_fld -- GitLab