-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tag all_years: True
#1122
Add tag all_years: True
#1122
Conversation
…to dev_dcpp_startdates
…to dev_dcpp_startdates
I think a more user-friendly (and introducing less overhead with less optional arguments) is to leave out either |
I am not a fan of this implicit approach. It makes the recipe depend on the available data and thus reduces the reproducibility. But I think there is an opportunity here: Other fairly common requests are things like using the first/last 20 years of an experiment (useful for monitoring among other things). Could we have something like
? Not sure about the exact API here. I know this is urgent for @sloosvel and @jvegasbsc, so I would also be ok with something simpler now, but if you can come up with something easy and generic, that would be great. |
I think @zklaus idea is more in line with the work that is already done, because the pull request already finds all data available and it would just be a matter of subsetting it. |
@zklaus @sloosvel sounds good to me! Sorry, I didn't realize this was urgent and don't want to sandbag it. The implicit configuration is useful (maybe not so implicit) since I've heard a lot of them scientists making noises they want to use all the available data on a particular site, they're not concerned how much it is available, but rather they just want to grab it all, and am honestly not a big fan of more configuration arguments/keys/definitions. But let's discuss this in the future, after this PR has been merged - Saskia, I can review it now if you ready! |
Let me give it a go at the timeselection range, and if it's too much trouble maybe we can do with this? |
I'm closing this and opening a new PR. |
Description
This pull request adds the option to load all years in an experiment. To be merged after #771, as I started from a commit in there because the changes were already there. I will update the branch after the merge of #771 to make these changes more clear.
Closes #1120
Link to documentation:
Before you get started
Checklist
It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.
To help with the number pull requests: