CMOR version 3.3.2
Main changes from last release (3.3.1 -> 3.3.2)
A summarized list of the key changes in this release include:
CMOR
- Fix climatology filename issue that was introduced in 3.3.1 merging obs4MIPs code.
- Update table to 01.00.23
- Clean all tags in
cmor3
andcmip6_cmor_table repo
. - Change
geo_region
tosector
for region labels.
PrePARE
- Add error code in
python
for cmor_CV functions.- cmor_CV_checkFilename()
- cmor_CV_checkSubExpID()
- cmor_CV_checkParentExpID()
- cmor_CV_setInstitution()
- cmor_CV_checkSourceID()
- cmor_CV_checkExperiment()
- cmor_CV_checkGrids()
- cmor_CV_checkFurtherInfoURL()
- cmor_CV_checkGblAttributes()
- cmor_CV_checkISOTime()
CMOR 3.3.2 documentation
http://cmor.llnl.gov or in pdf form at http://cmor.llnl.gov/pdf/
DOI (source code)
Github (source code)
https://github.com/PCMDI/cmor/releases/tag/3.3.2
Conda installation
To install cmor
into your root anaconda environment
conda install -c conda-forge -c pcmdi cmor
Or to generate a dedicated anaconda environment
conda create -n cmor3.3.2 -c conda-forge -c pcmdi cmor
Using this cmor meta yaml file
conda env create -n cmor3.3.2 -f cmor-3.3.2.yml