RCMIP5 icon indicating copy to clipboard operation
RCMIP5 copied to clipboard

Consistent handling of multiple data per grid point

Open bpbond opened this issue 9 years ago • 2 comments

Some models (e.g. IPSL-CM5A-MR) have multiple data at some grid points, in particular their poles. How should we handle this? Right now, the dplyr implementation averages these to a single point before computing spatial/temporal summaries, while the array implementation treats them as individuals. We need to be consistent so that we produce identical results.

See also issue #139.

bpbond avatar Jul 10 '15 15:07 bpbond

If we address this in the loadEnsemble that it should propagate to both versions of loadCMIP5. Thoughts?

ktoddbrown avatar Jul 10 '15 20:07 ktoddbrown

Agreed, that's the obvious place. Handle it once, then never again.

bpbond avatar Jul 10 '15 20:07 bpbond