Skip to content
Snippets Groups Projects
Commit 92d6b500 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 9fb63204
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,9 @@ def run_mean_std(directory):
if idx % 8 == 0:
h5f = h5py.File(mfile, 'r')
for param in mod_res_params:
gvals = get_grid_values_all(h5f, 'observation_data/'+param, range_name=None, stride=10)
name = 'observation_data/'+param
print(name)
gvals = get_grid_values_all(h5f, name, range_name=None, stride=10)
data_dct[param].append(gvals.flatten())
print(mfile)
h5f.close()
......
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