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

bug fix

parent dfea2efe
Branches
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 ...@@ -551,8 +551,8 @@ def make_for_full_domain_predict(h5f, name_list=None, satellite='GOES16', domain
for i in range(n_x-1): for i in range(n_x-1):
i_ul = i * w_x i_ul = i * w_x
if didx == 0: if didx == 0:
ll.append(j_ul) ll.append(j_ul + j_0)
cc.append(i_ul) 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_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} 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.
Please register or to comment