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

snapshot...

parent 4d3477d3
No related branches found
No related tags found
No related merge requests found
......@@ -57,8 +57,8 @@ def acspo_validate(oper_file, cspp_file):
print(np.size(lon_cspp), np.size(lon_oper))
print(np.size(lat_cspp), np.size(lat_oper))
print(np.sum(np.isclose(lon_cspp, lon_oper)))
print(np.sum(np.isclose(lat_cspp, lat_oper)))
print(np.sum(np.isclose(lon_cspp, lon_oper, rtol=0.001)))
print(np.sum(np.isclose(lat_cspp, lat_oper, rtol=0.001)))
sst_cspp = sst_cspp[start_idx_cspp:stop_idx_cspp, :].flatten()
sst_oper = sst_oper[start_idx_oper:stop_idx_oper, :].flatten()
......
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