Skip to content
Snippets Groups Projects
Commit 1a8f2a45 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 3de5bef0
Branches master
No related tags found
No related merge requests found
......@@ -556,7 +556,7 @@ def subset_by_time(match_file, dt_str_0, dt_str_1, amv_var_names):
mx_nlevs = np.max(n_levs_per_prof[time_idxs[0]:time_idxs[0]+n_times])
amvs = np.zeros((n_times, mx_namvs, nvars))
profs = np.zeros((n_times, mx_nlevs, nvars))
profs = np.zeros((n_times, mx_nlevs, 4))
amvs.fill(np.nan)
profs.fill(np.nan)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment