CMOR version 3.3.1
Main changes from last release (3.3.0 -> 3.3.1)
A summarized list of the key changes in this release include:
- Add multiprocessing and parallelization for PrePARE
- Fix basin integer missing value
- Move code around in PrePARE.py
- Check in source section is defined in CV source_id
- Fix external variable issue
- Fix climatology issue
- Change geo_region to sector
- Change branch_time message
- Fix time_bnds issue and missing_value for Ofx test
CMOR 3.3.1 documentation
http://cmor.llnl.gov or in pdf form at http://cmor.llnl.gov/pdf/
DOI (source code)
https://doi.org/10.5281/zenodo.1173383
Github (source code)
https://github.com/PCMDI/cmor/releases/tag/CMOR-3.3.1
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.1 -c conda-forge -c pcmdi cmor
Using this cmor meta yaml file
conda env create -n cmor3.3.1 -f cmor-3.3.1.yml