-
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
Add license_info to models in CMIP6_CV.json #360
Conversation
@mauzey1 it would be great to catch the |
@durack1 Okay. So we want to have the |
@mauzey1 I think that would be ideal, so we require inputs from the CMOR users, which are included in the input.json |
@durack1 So license_id and license_url come from the user? But those don't get stored in the NetCDF file as |
If we have a user provide two pieces of info |
The current
We should replace that with the
edit: Changing the license template in CMIP6_CV.json shouldn't affect the current version of CMOR. See #360 (comment) |
@mauzey1 thanks for the update. I assumed that we'd need to update CMOR to deal with the new format. I suggest we wrap this into the 3.7.0 changes planned, alongside the tweaks in PCMDI/cmor#628 @taylor13 @matthew-mizielinski pinging you guys here |
@durack1 Yes, I have already made an issue for it here: PCMDI/cmor#656 |
Correction: CMOR does use the license template in CMIP6_CV.json, but only for validation of a user-provided license. |
@durack1 Should we change the template text for the institution name to something that is MIP-neutral for CMOR?
to this...
We can change the text from within the script that builds CMIP6_CV.json from the WCRP-CMIP files. |
@mauzey1 thanks for catching this, yes please, it would be great for this to be project neutral |
The reason why the tests are not passing here is because the user input for them is using an outdated version of the license string. The changes from PCMDI/cmor#657 will update those license strings. The tests in that PR are using the CMIP6_CV.json from this branch's PR. @durack1 As soon as PCMDI/cmor#657 is merged, I will update this PR. |
@mauzey1 perfect, thanks |
@durack1 These changes don't seem to affect the current CMOR usage of the
license
attribute so I think we can merge these changes now.