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

snapshot...

parent 0f1fbc0c
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ def acspo_validate(oper_file, cspp_file, rel_tol=0.001, deg_tol=0.0002, outfile_
if outfile_nc is not None:
xarray_data.to_netcdf(outfile_nc)
print('fraction approx equal: ',
print('fraction SSTs approx equal: ',
np.sum(np.isclose(valid_sst_cspp, valid_sst_oper, rtol=rel_tol))/np.sum(keep))
h5f_oper.close()
......
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