Skip to content

Commit

Permalink
more coding norms
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 49a7573 commit 49264ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def bufr_to_ioda(config):

# Create the dimensions
dims = {
'Location': np.arange(0, lat.shape[0]),
'Location': np.arange(0, lat.shape[0]),
}

iodafile = f"{cycle_type}.t{hh}z.{data_type}.{data_format}.nc"
Expand Down

0 comments on commit 49264ea

Please sign in to comment.