From b9c6a974f0c572cfb1d16224ff5af36b2abbc8b7 Mon Sep 17 00:00:00 2001 From: Nicholas Esposito Date: Thu, 21 Sep 2023 11:06:00 -0400 Subject: [PATCH] one line wont work --- ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py b/ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py index 4f010850f..f00662018 100755 --- a/ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py +++ b/ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py @@ -180,9 +180,7 @@ def bufr_to_ioda(config): # ===================================== # Create the dimensions - dims = { - 'Location': np.arange(0, lat.shape[0]), - } + dims = {'Location': np.arange(0, lat.shape[0])} iodafile = f"{cycle_type}.t{hh}z.{data_type}.{data_format}.nc" OUTPUT_PATH = os.path.join(ioda_dir, iodafile)