-
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
Handling of time ranges (mostly in datafinder) #345
Comments
I think this would mostly be applicable to the way we specify times in the recipe. What do you think about this, @mattiarighi ? |
Sounds convenient.
? How many formats are we going to support?
|
Ideally, I would like to go completely with CMIP, ie quoting from the abovementioned document:
and Table 2 is
|
Makes sense. It might be quite some work to adapt all recipes and test them after this change, but I support it. |
It's great news for me. I would need something like this for the decadal predictions support |
I fully support this. In C3S_511 we have to analyze data "as is". I currently filled the noncomplete years "by hand" with missing values. Would make my life easier ;) |
It sounds like everyone would be really happy to have this feature. @zklaus Would you be able to implement it? |
I'll have a look in the new year, that is after 2020-01-13. |
We're addressing at least part of this issue in #358 |
I think this has been addressed in #1133 |
There are a couple of issues with the current handling of time ranges in the data finder:
start_year
end_year
pair permitsfx
variables) don't have a time rangeThe intuitive choice seems to be to specify time ranges as a single string item per dataset, and adopting the CMIP convention for the format (that has stayed consistent from CMIP5 to CMIP6) that is also used for obs4MIPs these days.
This could also open up the possibility of having special values like
corresponding
to determine the correct range from other datasets and would allow the explicit use of the-clim
suffix that appears in climatological variables such as those in themonC
table.Challenges might include older obs4MIPs datasets that separate the two parts of their timerange with
_
instead of-
and non-standard datasets.So to sum up the idea is:
start_year
andend_year
in favor of atimerange
item in the dataset specs-clim
suffix{timerange}
tag for use in theconfig-developer.yml
fileWhat do you guys think?
The text was updated successfully, but these errors were encountered: