From f91597032c0c216e48cd1ebe26e6678476bc1302 Mon Sep 17 00:00:00 2001 From: Wei-Ting Hung <107704243+angehung5@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:41:34 -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 9f64347b..2168b929 100755 --- a/python/global_data_process.py +++ b/python/global_data_process.py @@ -389,7 +389,7 @@ def read_frp_local(filename, lat, lon, fill_value): ATT = ["Mean fire radiative power", "MW", fill_value] if frp_src == 2: - DATA = read_gfs_climatology(f_can, "frp") + DATA = read_gfs_climatology(f_can, lat, lon, "frp") elif frp_src == 3: DATA = np.empty(lat.shape) DATA[:] = 1