Closed allibco closed 3 years ago
col_cloud = ldcpy.open_datasets( ["CLOUD"], [ "../../../cam-fv.CLOUD.3months.nc"], ["orig"], chunks={"time": 1}, ) c_data0 = col_cloud.isel(time=0) ldcpy.compare_stats(c_data0, 'CLOUD', 'orig', 'orig')
we get spatial relative error(% > 0.0001) : 37.871 (it should be 0!)
OK, i fixed this but it is not checked in yet...
we get spatial relative error(% > 0.0001) : 37.871 (it should be 0!)