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... |
| Example Python | Page | CMOR Input Files CMOR_input_example.json CMIP6_coordinate.json CMIP6_formula_terms.json CMIP6_CV.json CMIP6_Amon.json CMIP6_Omon.json Example 1: Python source code test_doc.py Click to expand Python code import cmor cmor.setup( #... |