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

bug fix

parent dfea2efe
No related branches found
No related tags found
No related merge requests found
......@@ -551,8 +551,8 @@ def make_for_full_domain_predict(h5f, name_list=None, satellite='GOES16', domain
for i in range(n_x-1):
i_ul = i * w_x
if didx == 0:
ll.append(j_ul)
cc.append(i_ul)
ll.append(j_ul + j_0)
cc.append(i_ul + i_0)
grd_dct_n[ds_name].append(grd_dct[ds_name][j_ul:j_ul+w_y, i_ul:i_ul+w_x])
grd_dct = {name: None for name in name_list}
......
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