hdrake / cmip6hack-multigen

Multi-generational inter-comparison of climate model performance metrics
MIT License
2 stars 4 forks source link

Separate pre-processing of model output from plot-ready analysis #27

Closed hdrake closed 4 years ago

hdrake commented 4 years ago

Should separate out notebooks / scripts which

  1. pre-process the model output (and locally save to small interim files, which if small enough could be commited to git),
  2. compute plot-ready objects from pre-processing outputs (and save locally), and
  3. read in plot-ready objects and render plots
hdrake commented 4 years ago

See https://github.com/hdrake/cmip6hack-multigen/issues/22#issuecomment-595580826 and https://github.com/hdrake/cmip6hack-multigen/pull/30