mauzey1
mauzey1
@taylor13 @durack1 @wachsylon It looks like I will need to edit the tag messages manually using git. I will try this with the latest release. If successful, I will do...
@durack1 Thanks for the script. I have cleaned up the release tags for cmip6-cmor-tables. They should all now have the same tag message format. https://github.com/PCMDI/cmip6-cmor-tables/releases
@durack1 The changes from last night were merged into the `develop` branch of this repo at https://github.com/PCMDI/cmip6-cmor-tables/commit/8b90f82686c87c90a5829569b822732db0a0eb87. I have already merged these changes into `master`. The cronjob is still running...
@durack1 Yes, please create an issue for the new data request.
This hasn't been implemented, yet.
@durack1 @chengzhuzhang You mean having the CMIP6 CMOR tables' JSON files stored in a conda-forge package? Like a package that would install the directory of tables in /envs/my_env/share/cmip6-cmor-tables?
@xylar Okay, then I agree with creating a conda-forge package for cmip6-cmor-tables.
@durack1 @matthew-mizielinski I can enable pages for this repo once we have the branch with the HTML.
I think this issue might be originating from the following section of the function [cmor_write_var_to_file](https://github.com/PCMDI/cmor/blob/7714266a456ecf6b5edf3b826d8e78919c0b9494/Src/cmor_variables.c#L2340C5-L2340C27). This is the section that writes the time and time bound values from the axis...
@taylor13 > By the way a basic question: If an optional integer argument is missing in a call to a function, does it's value get set to 0? For the...