Skip to content

Commit

Permalink
one line wont work
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Esposito authored and Nicholas Esposito committed Sep 21, 2023
1 parent 49264ea commit b9c6a97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b9c6a97

Please sign in to comment.