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

snapshot...

parent 4a533a68
Branches
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
n_x = int(xlen/s_x) * s_x
n_y = int(ylen/s_y) * s_y
n_x = int(xlen/s_x)
n_y = int(ylen/s_y)
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)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment