The following pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
Controlled Vocabulary (CMIP6) | Page | CMIP6 Controlled vocabulary minimum requirements. CMOR 3 required a new Controlled Vocabulary file which must contains 4 mandatory keys for CMIP6. institutions_ids: A dictionary of of registered institution IDs with a description. source_ids: A dictionary of registered source IDS (model) with a specific description. experiment_ids:... |
C example | Page | CMOR user input CMOR_input_example.json Click to expand JSON file { "#note": "explanation of what source_type is goes here", "source_type": "AOGCM ISM AER", "#note": |
Fortran Example | Page | CMOR user input CMOR_input_example.json Click to expand json file { "#note": "explanation of what source_type is goes here", "source_type": "AOGCM ISM AER", "#note": |
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( #... |