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

snapshot...

parent 83b1d3be
No related branches found
No related tags found
No related merge requests found
...@@ -700,7 +700,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir): ...@@ -700,7 +700,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
ylen, xlen = bt.shape ylen, xlen = bt.shape
bt = bt[int(ylen/2):ylen, :] bt = bt[int(ylen/2):ylen, :]
cld_opd = get_grid_values_all(h5f, label_param) cld_opd = get_grid_values_all(h5f, 'cld_opd_dcomp_1')
ylen, xlen = cld_opd.shape ylen, xlen = cld_opd.shape
cld_opd = cld_opd[int(ylen/2):ylen, :] cld_opd = cld_opd[int(ylen/2):ylen, :]
cld_opd_hres = cld_opd.copy() cld_opd_hres = cld_opd.copy()
......
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