Skip to content

Commit

Permalink
Per #1753, make the read_tmp_dataplane.py script less verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Halley Gotway committed Apr 16, 2021
1 parent 909c80b commit ad553d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions met/data/wrappers/read_tmp_dataplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
import numpy as np
import netCDF4 as nc

print('Python Script:\t', sys.argv[0])
met_info = {}

netcdf_filename = sys.argv[1]
print('Read NetCDF:\t', netcdf_filename)

# read NetCDF file
ds = nc.Dataset(netcdf_filename, 'r')
Expand All @@ -32,4 +29,4 @@
del met_attrs['name_str']
met_info['met_data'] = met_data
met_info['attrs'] = met_attrs
print(met_info)

0 comments on commit ad553d7

Please sign in to comment.