Skip to content
Snippets Groups Projects
Commit 990129c3 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 3c8238ab
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ def create_file(filename, data_dct, ds_list, lon_c, lat_c, time_s, fl_alt_s):
h5f_ds.attrs.create('standard_name', data=h5f_expl[ds_name].attrs.get('standard_name'))
h5f_ds.attrs.create('long_name', data=h5f_expl[ds_name].attrs.get('long_name'))
h5f_ds.attrs.create('units', data=h5f_expl[ds_name].attrs.get('units'))
h5f_ds.dims[0].label = 'time'
h5f_ds.dims[1].label = 'y'
h5f_ds.dims[2].label = 'x'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment