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

snapshot...

parent 3914c029
No related branches found
No related tags found
No related merge requests found
......@@ -578,8 +578,8 @@ def make_for_full_domain_predict2(h5f, satellite='GOES16', domain='FD'):
i_0 = taiwan_i0
j_0 = taiwan_j0
solzen = get_grid_values(h5f, 'solar_zenith_angle', j_0, i_0, num_j=ylen, num_i=xlen)
satzen = get_grid_values(h5f, 'sensor_zenith_angle', j_0, i_0, num_j=ylen, num_i=xlen)
solzen = get_grid_values(h5f, 'solar_zenith_angle', j_0, i_0, None, num_j=ylen, num_i=xlen)
satzen = get_grid_values(h5f, 'sensor_zenith_angle', j_0, i_0, None, num_j=ylen, num_i=xlen)
solzen = solzen[0:ylen:s_y, 0:xlen:s_x]
satzen = satzen[0:ylen:s_y, 0:xlen:s_x]
......
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