mauzey1
mauzey1
I'm currently making changes to PrePARE to make its checks more like those done when cmorizing datasets. Below is the relevant section of cmor.c that does those checks. https://github.com/PCMDI/cmor/blob/304db223f77b32df94d2337eca557da0c3d2c7cc/Src/cmor.c#L3038-L3062 The...
@durack1 Why is CMOR checking if the `further_info_url` is not an empty string before checking the source ID? The comment above this section of code suggests that it is related...
Getting back into working on this issue, I've dug deeper into how the `further_info_url` attribute is used by PrePARE. When PrePARE calls the function `check_furtherinfourl`, it will retrieve the further...
@durack1 Yes, I agree with your suggestion of making this a CMOR4 milestone.
@durack1 So we want PrePARE to warn users that the data_specs_version of a file doesn't match the one in the tables being used by PrePARE? Should that just be a...
@durack1 Has there been any demand for Arm builds of CMOR? [CircleCI does support Arm.](https://circleci.com/docs/using-arm) I agree that this will be a low priority feature that will likely only appear...
I tried running PrePARE on a directory that had some files with errors in them and got the following output. ``` C Traceback: ! In function: !!!!!!!!!!!!!!!!!!!!!!!!! ! ! Error:...
@alaniwi @durack1 @taylor13 I am not sure what more should be done here. PrePARE is already listing the names of the files that have errors. #589 adds file names to...
@durack1 Issue #529 is about making a git submodule of cmip6-cmor-tables inside the CMOR repo, not including it in the conda installation. @alaniwi The file `out_names_tests.json` is used by PrePARE...
@durack1 Should `out_names_tests.json` be a part of the CMIP6 CMOR tables repo? If a change were to happen in the CMIP6 tables that would require changing `out_names_tests.json`, then we would...