Skip to content

Support tests for multimodel statistics preprocessor function #2

@bouweandela

Description

@bouweandela

To support testing the multimodel statistics preprocessor function with the data from this repository, the following still needs to be done

Importable data loader #3:

  • A function for loading the data conveniently, e.g. load_timeseries() which returns a cubelist (use cube_helper.load for loading the data?)
  • Make installable module esmvaltool_sample_data

Download script in #4:

  • Replace the . in the paths with a / for all subdirectories of esmvaltool_sample_data/data/timeseries
  • Download all timeseries datasets, but only save small ones (e.g. skip AWI data for now, because they save one file per year and this becomes big even with subsetting)
  • Improve download script so the subsetting is done for equal geographical regions/vertical levels instead of just by slicing the first 2 steps
  • Select also an ocean variable for subsetting (item 2 in Populate repository with data #1), e.g. with a daily frequency (if multimodel statistics supports it) -> this needs proper support from iris first
  • Clean up the script for downloading data (now in esmvaltool_sample_data/sample_data.py)

Add metadata #11 :

  • Add license information
  • Improve README
  • Improve CONTRIBUTING
  • Update setup.py

Other:

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions