Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added more verbose text feedback on reading NetCDF file
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Sep 15, 2021
1 parent 10f3616 commit 5e5ebd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/swiftest/swiftest/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ def swiftest2xr(param):
ds = xr.combine_by_coords([cbds, plds, tpds])

elif ((param['OUT_TYPE'] == 'NETCDF_DOUBLE') or (param['OUT_TYPE'] == 'NETCDF_FLOAT')):
print('\nCreating Dataset')
print('\nCreating Dataset from NetCDF file')
ds = xr.open_dataset(param['BIN_OUT'], mask_and_scale=False)
ds = clean_string_values(param, ds)
else:
Expand Down

0 comments on commit 5e5ebd1

Please sign in to comment.