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

snapshot...

parent 6223bab5
No related branches found
No related tags found
No related merge requests found
...@@ -1072,10 +1072,6 @@ def prepare_evaluate(h5f, name_list, satellite='GOES16', domain='FD', res_fac=1, ...@@ -1072,10 +1072,6 @@ def prepare_evaluate(h5f, name_list, satellite='GOES16', domain='FD', res_fac=1,
solzen = solzen[0:(n_y-1)*s_y:s_y, 0:(n_x-1)*s_x:s_x] solzen = solzen[0:(n_y-1)*s_y:s_y, 0:(n_x-1)*s_x:s_x]
satzen = satzen[0:(n_y-1)*s_y:s_y, 0:(n_x-1)*s_x:s_x] satzen = satzen[0:(n_y-1)*s_y:s_y, 0:(n_x-1)*s_x:s_x]
# grd_dct = {name: None for name in name_list}
# for ds_name in name_list:
# grd_dct[ds_name] = np.stack(grd_dct_n[ds_name])
return grd_dct_n, solzen, satzen, ll, cc return grd_dct_n, solzen, satzen, ll, cc
......
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