-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add(parameters): part 1: when kw and generic ParamSeries
the `when` keyword was added to address #40. As a result, keeping track of dates in the TimeSeries class is not necessary anymore. Still a more generic ParamSeries container needs to be there for future parametrized tasks, so it was implemented instead of just ditching TimeSeries and temporarily use regular dictionaries.
- Loading branch information
Showing
6 changed files
with
197 additions
and
108 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ scheduling: | |
- ERA5 | ||
output: | ||
- icon input | ||
depends: | ||
wait_on: | ||
- ICON: | ||
lag: '-P4M' | ||
# lag: '-P6M' | ||
|
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
Oops, something went wrong.