Skip to content
Snippets Groups Projects
Commit b10ce43c authored by Michael Hiley's avatar Michael Hiley
Browse files

can't fix stupid

parent 9bfb48f6
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ def populate_means(merra_file, erai_file, cfsr_file,
)
s['erai_counts'][level][mask] += 1
mask = good_mask(cfsr_data_regrid)
mask = good_mask(cfsr_data_2d)
s['cfsr_totals'][level][mask] += (
cfsr_data_2d[mask]
)
......
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