From b4eb77e5243eeb0d6baae08e6cb84103e24a8a21 Mon Sep 17 00:00:00 2001 From: Wei-Ting Hung <107704243+angehung5@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:05:31 -0400 Subject: [PATCH] Update global_data_process.py --- python/global_data_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/global_data_process.py b/python/global_data_process.py index 7737333b..f4bedd62 100755 --- a/python/global_data_process.py +++ b/python/global_data_process.py @@ -151,7 +151,7 @@ def read_gfs_climatology(filename, lat, lon, varname): readin = Dataset(filename) if varname == "pavd": - ## map to met grids + # map to met grids yt = readin["lat"][:] xt = readin["lon"][:] data = np.squeeze(readin[varname][:])