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

snapshot...

parent facc42b1
Branches
No related tags found
No related merge requests found
......@@ -95,10 +95,6 @@ def acspo_validate(oper_file, cspp_file, rel_tol=0.001, outfile_nc=None):
overlap_shape = lon_cspp.shape
print('overlap shape, size: ', overlap_shape, np.size(lon_cspp))
# check lon/lat arrays ------------------------------------
print('num of close overlap lons: ', np.sum(np.isclose(lon_cspp, lon_oper, rtol=rel_tol)))
print('num of close overlap lats: ', np.sum(np.isclose(lat_cspp, lat_oper, rtol=rel_tol)))
# sst_cspp_2d = np.where(cspp_clear, sst_cspp_2d, np.nan)
# sst_oper_2d = np.where(oper_clear, sst_oper_2d, np.nan)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment