-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to read data from time series
gen_dataset() first reads time series from campaign, then reads any additional data from history files (from archive or run directory). There's an API change where, instead of expecting start_date and end_date (strings formatted as 'YYYY-MM'), the function wants integers start_year and end_year. Figuring out better default values will be necessary to extend this to other CESM runs but it's a good start. I split plot_suite_004.ipynb into 4-year segments, as it was choking on 8 years of output. I also added plot_suite_map notebooks for 004 for years 0006 and 0007 (we're one month shy of 0008).
- Loading branch information
1 parent
5309e40
commit 4c43880
Showing
18 changed files
with
17,195 additions
and
3,583 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.