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

snapshot...

parent e6d35137
No related branches found
No related tags found
No related merge requests found
......@@ -671,7 +671,7 @@ class SRCNN:
def run_evaluate_static_new(in_file, out_file, ckpt_dir):
h5f = h5py.File(in_file, 'r')
grd_a = get_grid_values_all(h5f, data_params[0])
grd_b = get_grid_values_all(h5f, data_params[1])
grd_b = get_grid_values_all(h5f, 'cloud_fraction')
leny, lenx = grd_a.shape
x = np.arange(lenx)
y = np.arange(leny)
......
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