.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
LICENSE
README.md
env.yaml
pyproject.toml
conda.recipe/meta.yaml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/contributing.rst
docs/source/customize.rst
docs/source/examples.rst
docs/source/gettingstarted.rst
docs/source/index.rst
docs/source/quickstart.rst
docs/source/running.rst
docs/source/serializing.rst
docs/source/api/basic.rst
docs/source/api/dag.rst
docs/source/api/dask.rst
docs/source/api/pipelines.rst
docs/source/api/processors.rst
docs/source/api/register.rst
docs/source/pipelines/custom.rst
docs/source/pipelines/example.rst
docs/source/pipelines/overview.rst
docs/source/pipelines/pipelines.rst
docs/source/pipelines/running.rst
docs/source/pipelines/stages.rst
src/canesm_process.egg-info/PKG-INFO
src/canesm_process.egg-info/SOURCES.txt
src/canesm_process.egg-info/dependency_links.txt
src/canesm_process.egg-info/entry_points.txt
src/canesm_process.egg-info/requires.txt
src/canesm_process.egg-info/top_level.txt
src/canproc/__init__.py
src/canproc/cli/__init__.py
src/canproc/dag/__init__.py
src/canproc/dag/dag.py
src/canproc/dag/utils.py
src/canproc/pipelines/__init__.py
src/canproc/pipelines/loaders.py
src/canproc/pipelines/pipelines.py
src/canproc/pipelines/utils.py
src/canproc/pipelines/variable.py
src/canproc/processors/__init__.py
src/canproc/processors/base.py
src/canproc/processors/interpolate.py
src/canproc/processors/physics.py
src/canproc/processors/xarray_ops.py
src/canproc/runners/__init__.py
src/canproc/runners/dask.py
src/canproc/runners/distributed.py
src/canproc/templates/pipelines/canesm_pipeline.yaml
src/canproc/templates/pipelines/canesm_pipeline_v52.yaml
src/canproc/templates/pipelines/cmip/core/core.yaml
src/canproc/templates/pipelines/cmip/core/atmosphere/precipitation.yaml
src/canproc/templates/pipelines/cmip/core/atmosphere/radiation.yaml
src/canproc/templates/pipelines/cmip/core/atmosphere/temperature.yaml
src/canproc/templates/pipelines/cmip/volmip/volmip.yaml
src/canproc/templates/pipelines/custom/rlr001/pam.yaml
src/canproc/templates/pipelines/custom/rlr001/variability.yaml
src/canproc/templates/pipelines/rtd/core.yaml
test/conftest.py
test/cli/test_cli.py
test/dag/test_dag.py
test/data/test.json
test/data/pipelines/canesm_pipeline.yaml
test/data/pipelines/canesm_pipeline_v52.yaml
test/data/pipelines/docs_example_pipeline.yaml
test/data/pipelines/test_area_weights.yaml
test/data/pipelines/test_chunks.yaml
test/data/pipelines/test_compute_and_dag_in_stage.yaml
test/data/pipelines/test_compute_from_branch.yaml
test/data/pipelines/test_custom_loader.yaml
test/data/pipelines/test_custom_writer.yaml
test/data/pipelines/test_dag_naming.yaml
test/data/pipelines/test_default_resample_freqs.yaml
test/data/pipelines/test_destination_with_reuse.yaml
test/data/pipelines/test_duplicate_output.yaml
test/data/pipelines/test_encoding.yaml
test/data/pipelines/test_end_to_end.yaml
test/data/pipelines/test_formula.yaml
test/data/pipelines/test_formula_compute_syntax.yaml
test/data/pipelines/test_level_conversion.yaml
test/data/pipelines/test_masked_variable.yaml
test/data/pipelines/test_metadata.yaml
test/data/pipelines/test_multiple_reuse.yaml
test/data/pipelines/test_multistage_branching.yaml
test/data/pipelines/test_multistage_computation.yaml
test/data/pipelines/test_multivariable.yaml
test/data/pipelines/test_output_filename.yaml
test/data/pipelines/test_output_filenames.yaml
test/data/pipelines/test_reuse_compute.yaml
test/data/pipelines/test_short_form.yaml
test/data/pipelines/test_source.yaml
test/data/pipelines/test_stage_area_mean.yaml
test/data/pipelines/test_stage_cycle.yaml
test/data/pipelines/test_stage_resample.yaml
test/data/pipelines/test_user_function.yaml
test/data/pipelines/test_xarray_ops.yaml
test/data/pipelines/cmip/core/core.yaml
test/data/pipelines/cmip/core/atmosphere/precipitation.yaml
test/data/pipelines/cmip/core/atmosphere/radiation.yaml
test/data/pipelines/cmip/core/atmosphere/temperature.yaml
test/data/pipelines/cmip/volmip/volmip.yaml
test/data/pipelines/custom/rlr001/pam.yaml
test/data/pipelines/custom/rlr001/variability.yaml
test/data/pipelines/rtd/core.yaml
test/pipelines/test_dag_formatting.py
test/pipelines/test_end_to_end.py
test/pipelines/test_pipeline.py
test/pipelines/test_pipeline_utils.py
test/pipelines/test_run.py
test/processors/test_base.py
test/processors/test_interpolate.py
test/processors/test_physics.py
test/processors/test_xarray.py