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

snapshot...

parent d2fdfcfd
Branches
No related tags found
No related merge requests found
...@@ -839,8 +839,6 @@ class SRCNN: ...@@ -839,8 +839,6 @@ class SRCNN:
cp = get_grid_values_all(h5f, label_param) cp = get_grid_values_all(h5f, label_param)
t1 = time.time() t1 = time.time()
print(' read time:', (t1-t0)) print(' read time:', (t1-t0))
# lons = get_grid_values_all(h5f, 'longitude')
# lats = get_grid_values_all(h5f, 'latitude')
bt_nh = bt[0:h_y_len + 1, :] bt_nh = bt[0:h_y_len + 1, :]
refl_nh = refl[0:h_y_len + 1, :] refl_nh = refl[0:h_y_len + 1, :]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment