The following pages and posts are tagged with

TitleTypeExcerpt
Controlled Vocabulary (CMIP6) Page CMIP7 Controlled Vocabulary (CV) in development. Work is currently ongoing to develop and document CMIP7 CVs. To see progress, see the following links CMIP7 Guidance Pages (Overview guidance pages for the CMIP7 project) WCRP Universe (master collection of cross-project MIP relevant content)
C Examples Page These examples are based on the CMOR repository’s examples/c directory. They use the same shared CMIP7 user input file as the Python and Fortran examples and load CMIP7 tables from a local clone of WCRP-CMIP/cmip7-cmor-tables. Create and activate a Conda or Mamba environment with CMOR and...
Fortran Examples Page These examples are based on the CMOR repository’s examples/fortran directory. They use the same shared CMIP7 user input file as the Python examples and load CMIP7 tables from a local clone of WCRP-CMIP/cmip7-cmor-tables. Create and activate a Conda or Mamba environment with CMOR and a Fortran...
Python Examples Page These examples are based on the CMOR repository’s examples/python directory. They use one shared CMIP7 user input file and load CMIP7 tables from a local clone of WCRP-CMIP/cmip7-cmor-tables. Install CMOR with conda: conda install -c conda-forge cmor or with...