-
Notifications
You must be signed in to change notification settings - Fork 46
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
CMIP collection input file structure #39
Comments
I think we have to consider that this file might play a fundamentally different role than in the CESM context. In CMIP, we have been operating in pure "discovery mode", leveraging the directory structure to infer the descriptors for each file (not so for CESM). In your example, the highest level key under I think we should consider sticking with the CESM rubric, and doing something like data_sources:
PIcontrol:
locations:
- name: GLADE
loc_type: posix
direct_access: True
urlpath:
- /glade/collections/cmip/cmip5
case_members:
- model: BCC
- model: BNU
esmHistorical:
locations:
- name: GLADE
loc_type: posix
direct_access: True
urlpath:
- /glade/collections/cmip/cmip5
case_members:
- model: BCC
- model: BNU We might consider implementing an optional We might also want different behavior than CESM. For instance, if the |
closed by mistake. |
I like this approach. I am going to start working on it and will get back to you when I have questions for you :) |
@matt-long, as you pointed out in #35 (comment), it is going to be a challenge to decide what goes in to a CMIP collection input file equivalent to what we have for CESM. I've started looking into this but I just realized that it's better to bring it to your attention so that you can help me with an overall structure that is robust.
So far, I have the following and I am wondering if this is how we might want to do it? What would like to see in this collection input file?
Your feedback/suggestions are appreciated.
Originally posted by @andersy005 in #38 (comment)
The text was updated successfully, but these errors were encountered: