The following pages and posts are tagged with
| Title | Type | Excerpt |
|---|---|---|
| pip installation | Page | Creating a Python environment Create and activate a virtual environment for CMOR. python -m venv cmor_venv source cmor_venv/bin/activate python -m pip install --upgrade pip Installing CMOR with pip CMOR is not... |
| 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... |