-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hard coded attributes #35
Comments
For other experiment, you need to take this out: |
Perfect, thanks! |
@dnadeau4 for non-cmip6 projects, should we explicitly set this entry to If yes, we'll have to add this into the demos - is there anything else missing from |
This should not be used, you can either set it to anything else than |
@dnadeau4 thanks for the heads up.. @Funkensieper where did you get the |
I think it was a leftover of the CMOR3 Python example example. |
@Funkensieper thanks for the heads up, we'll need to clean up any of these undocumented examples.. @dnadeau4 can you take a peek to make sure the https://cmor.llnl.gov/mydoc_cmor3_python/ is up-to-date with |
I'm trying to use CMOR3 with the obs4MIPs tables and CV:
This is my user_input.json
I generated the CV using the python script in demo1. The formula terms were copied from the CMIP6 repository as I couldn't find them here. Running the above python script throws the following errors:
Seems like CMOR has some hard coded attribute requirements for
experiment_id
andsub_experiment_id
, but as far as I know they are not desired in obs4MIPs. Furthermore CMOR wants to check them against the CV, but there are no such entries. Finally, CMOR wants to checksource_id
against the CV. Issource_id
registered content as well? If so, how do I register a dataset?The text was updated successfully, but these errors were encountered: