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

bug fix

parent e4623a06
No related branches found
No related tags found
No related merge requests found
...@@ -545,7 +545,7 @@ def make_for_full_domain_predict(h5f, name_list=None, satellite='GOES16', domain ...@@ -545,7 +545,7 @@ def make_for_full_domain_predict(h5f, name_list=None, satellite='GOES16', domain
ll = [j_0 + j*w_y for j in range(n_y-1)] ll = [j_0 + j*w_y for j in range(n_y-1)]
cc = [i_0 + i*w_x for i in range(n_x-1)] cc = [i_0 + i*w_x for i in range(n_x-1)]
for ds_name in enumerate(name_list): for ds_name in name_list:
for j in range(n_y-1): for j in range(n_y-1):
j_ul = j * w_y j_ul = j * w_y
for i in range(n_x-1): for i in range(n_x-1):
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment