Skip to content

Commit

Permalink
modified examples
Browse files Browse the repository at this point in the history
  • Loading branch information
schwemro committed Aug 13, 2024
1 parent 80f5e1a commit 0aca8e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def main():
)
# collect dimensions
for dfs in diag_files:
print(f"Processing {dfs}")
with h5netcdf.File(dfs, "r", decode_vlen_strings=False) as df:
f.attrs.update(roger_version=df.attrs["roger_version"])
# set dimensions with a dictionary
Expand Down

0 comments on commit 0aca8e3

Please sign in to comment.