The following pages and posts are tagged with

TitleTypeExcerpt
User Input Page Overview User input is used by CMOR to set the global attributes in netCDF files, and to set other parameters that control CMOR’s behavior. They are passed to CMOR in a JSON file using the cmor_dataset_json. import cmor cmor
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...