Skip to content
Snippets Groups Projects
Commit 8e259d53 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 929e1382
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,10 @@ def run_mean_std(directory):
for idx, mfile in enumerate(mod_files):
if idx % 16 == 0:
h5f = h5py.File(mfile, 'r')
try:
h5f = h5py.File(mfile, 'r')
except:
continue
for param in mod_res_params:
name = 'observation_data/'+param
gvals = get_grid_values_all(h5f, name, range_name=None, stride=10)
......
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