-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implement fixes requested by ESMValTool team #38
Comments
@ellesmith88 , I have assigned this to the two of us. |
Suggested content for
|
Write up of what I have done so far:
This records the origin of the fix. For fixes proposed by dachar - the source is currently initialised by the check that identifies that a fix is needed e.g.
|
@ellesmith88 Thanks for the detailed write-up. This is looking really good. One thought about the format of the fixes: at the moment the attribute name and value are being embodied together in a string: By way of an example, this current fix:
would change to:
If we needed to use floats or ints we could then represent them in their native form, e.g.: |
@agstephens Good point, I'll update that 🙂 |
Required steps to manually add fixes:
dachar.fixes....
, with associated unit tests if requireddachar propose-fixes -p cmip6 <json_file>
dachar propose-fixes -p cmip6 --file-list=datasets_files.txt <fix_template.json>
Relevant to:
ESMValGroup/ESMValCore#755
ESMValGroup/ESMValCore#787
The text was updated successfully, but these errors were encountered: