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

snapshot...

parent d2681381
Branches
No related tags found
No related merge requests found
......@@ -62,6 +62,8 @@ def acspo_validate(oper_file, cspp_file, rel_tol=0.001, outfile_nc=None):
start_idx_oper, stop_idx_oper = -1, -1
start_idx_cspp, stop_idx_cspp = -1, -1
# Average latitude spacing: 0.00652 deg
for k in range(len(cntr_lat_oper)):
c_a = np.logical_and(np.isclose(cntr_lat_oper[k], cntr_lat_cspp), np.isclose(cntr_lon_oper[k], cntr_lon_cspp))
if np.size(np.nonzero(c_a)[0]) == 1:
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment