Michael Joyce created CLIMATE-346:
-------------------------------------
Summary: Subsetting must performed after Temporal Rebin
Key: CLIMATE-346
URL: https://issues.apache.org/jira/browse/CLIMATE-346
Project: Apache Open Climate Workbench
Issue Type: Bug
Components: regridding/data processing
Affects Versions: 0.3-incubating
Reporter: Michael Joyce
Assignee: Chris A. Mattmann
Fix For: 0.4-incubating
When rewriting the UI backend I ran into an issue where running
temporal rebin > subset > spatial rebin
worked, but
subset > temporal rebin > spatial rebin
fails.
The text for the backend is effectively the same as the
examples/simple_model_to_model.py test. Specifically, it is:
ocw-ui/backend/tests/test_processing.py:TestRunEvaluation. Basically the subset
would cause the temporal rebin to not generate the same shapes for multiple
datasets.
This behavior seems odd, but I'm not certain that it is necessarily wrong.
Thoughts on this? Working as intended? Mike doesn't know what he's talking
about?
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)