Skip to content

CMOR version 3.3.2

Compare
Choose a tag to compare
@dnadeau4 dnadeau4 released this 22 Mar 01:31
· 1053 commits to main since this release
6ce9ee2

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 and cmip6_cmor_table repo.
  • Change geo_region to sector 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)

DOI

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