ClimateImpactLab / dodola

Containerized application for running individual tasks in a larger, orchestrated CMIP6 bias-adjustment and downscaling workflow.
https://climateimpactlab.github.io/dodola/
Apache License 2.0
16 stars 8 forks source link

Add basic plots (mostly for validation) #68

Closed brews closed 3 years ago

brews commented 3 years ago

There are some general, common plots we could quickly put behind a dodola validate ... command (for example).

This might be worth a new module or breaking dodola.core into submodules.

We'd want CLI command to output PDFs or jpg/pngs. Internal function should maybe work on matplotlib axes? Zarr stores would be input to the CLI commands.

brews commented 3 years ago

It sounds like @merfish has some basic plotting logic scattered across her analysis notebooks. This could give us a good starting point.

dgergel commented 3 years ago

Closed with https://github.com/ClimateImpactLab/downscaleCMIP6/pull/274 (we made the decision to keep this separate from this repo)