marbl-ecosys / HiRes-CESM-analysis

Notebooks and tools for validating the 0.1 degree POP / CICE run with ocean BGC
http://hires-cesm-analysis.dokku.projectpythia.org/Interactive_Dashboard
5 stars 7 forks source link

Expand time series support #39

Open mnlevy1981 opened 3 years ago

mnlevy1981 commented 3 years ago

Right now, we only support time series files containing exactly one year. (Looking at the logic in the code, it's possible that a 2-year time series file would also be treated correctly but that hasn't been tested.) Other projects often make 5-year or 10-year time series files, so it would be far better to support an arbitrary number of years in each file.

This will require some invasive changes to the code, so I'm not going to address it right away... but I think it's a pretty important step for getting other projects to use this package.