Skip to content
Snippets Groups Projects
Commit 33b7cc9f authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 30e5374c
No related merge requests found
......@@ -680,7 +680,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
grd_b = get_grid_values_all(h5f, 'refl_0_65um_nom')
grd_b = grd_b[2432:4032, 2432:4032]
grd_c = get_grid_values_all(h5f, 'cloud_fraction')
grd_c = get_grid_values_all(h5f, label_param)
grd_c = grd_c[2432:4032, 2432:4032]
grd_c = grd_c[::2, ::2]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment