ES-DOC CMIP6 Model Properties - Toplevel

MIP Era: CMIP6
Institute: INM
Source ID: SANDBOX-1
Sub-Topics: Radiative Forcings.
Properties: 85 (42 required)
Model descriptions: Model description details
Initialized From: --

Notebook Help: Goto notebook help page
Notebook Initialised: 2018-02-15 16:54:05

Document Setup

IMPORTANT: to be executed each time you run the notebook


In [ ]:
# DO NOT EDIT !  
from pyesdoc.ipython.model_topic import NotebookOutput  

# DO NOT EDIT !  
DOC = NotebookOutput('cmip6', 'inm', 'sandbox-1', 'toplevel')

Document Authors

Set document authors


In [ ]:
# Set as follows: DOC.set_author("name", "email")  
# TODO - please enter value(s)

Document Contributors

Specify document contributors


In [ ]:
# Set as follows: DOC.set_contributor("name", "email")  
# TODO - please enter value(s)

Document Publication

Specify document publication status


In [ ]:
# Set publication status:  
# 0=do not publish, 1=publish.   
DOC.set_publication_status(0)

1. Key Properties

Key properties of the model

1.1. Model Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Top level overview of coupled model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.model_overview')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

1.2. Model Name

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Name of coupled model.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.model_name')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

2. Key Properties --> Flux Correction

Flux correction properties of the model

2.1. Details

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Describe if/how flux corrections are applied in the model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.flux_correction.details')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

3. Key Properties --> Genealogy

Genealogy and history of the model

3.1. Year Released

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Year the model was released


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.genealogy.year_released')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

3.2. CMIP3 Parent

Is Required: FALSE    Type: STRING    Cardinality: 0.1

CMIP3 parent if any


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.genealogy.CMIP3_parent')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

3.3. CMIP5 Parent

Is Required: FALSE    Type: STRING    Cardinality: 0.1

CMIP5 parent if any


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.genealogy.CMIP5_parent')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

3.4. Previous Name

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Previously known as


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.genealogy.previous_name')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

4. Key Properties --> Software Properties

Software properties of model

4.1. Repository

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Location of code for this component.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.software_properties.repository')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

4.2. Code Version

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Code version identifier.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.software_properties.code_version')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

4.3. Code Languages

Is Required: FALSE    Type: STRING    Cardinality: 0.N

Code language(s).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.software_properties.code_languages')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

4.4. Components Structure

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe how model realms are structured into independent software components (coupled via a coupler) and internal software components.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.software_properties.components_structure')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

4.5. Coupler

Is Required: FALSE    Type: ENUM    Cardinality: 0.1

Overarching coupling framework for model.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.software_properties.coupler')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "OASIS"  
#      "OASIS3-MCT"  
#      "ESMF"  
#      "NUOPC"  
#      "Bespoke"  
#      "Unknown"  
#      "None"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

5. Key Properties --> Coupling

**

5.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview of coupling in the model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.coupling.overview')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

5.2. Atmosphere Double Flux

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Is the atmosphere passing a double flux to the ocean and sea ice (as opposed to a single one)?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.coupling.atmosphere_double_flux')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value(value)  
# Valid Choices: 
#     True  
#     False  
# TODO - please enter value(s)

5.3. Atmosphere Fluxes Calculation Grid

Is Required: FALSE    Type: ENUM    Cardinality: 0.1

Where are the air-sea fluxes calculated


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.coupling.atmosphere_fluxes_calculation_grid')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Atmosphere grid"  
#      "Ocean grid"  
#      "Specific coupler grid"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

5.4. Atmosphere Relative Winds

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Are relative or absolute winds used to compute the flux? I.e. do ocean surface currents enter the wind stress calculation?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.coupling.atmosphere_relative_winds')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value(value)  
# Valid Choices: 
#     True  
#     False  
# TODO - please enter value(s)

6. Key Properties --> Tuning Applied

Tuning methodology for model

6.1. Description

Is Required: TRUE    Type: STRING    Cardinality: 1.1

General overview description of tuning: explain and motivate the main targets and metrics/diagnostics retained. Document the relative weight given to climate performance metrics/diagnostics versus process oriented metrics/diagnostics, and on the possible conflicts with parameterization level tuning. In particular describe any struggle with a parameter value that required pushing it to its limits to solve a particular model deficiency.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.tuning_applied.description')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

6.2. Global Mean Metrics Used

Is Required: FALSE    Type: STRING    Cardinality: 0.N

List set of metrics/diagnostics of the global mean state used in tuning model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.tuning_applied.global_mean_metrics_used')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

6.3. Regional Metrics Used

Is Required: FALSE    Type: STRING    Cardinality: 0.N

List of regional metrics/diagnostics of mean state (e.g THC, AABW, regional means etc) used in tuning model/component


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.tuning_applied.regional_metrics_used')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

6.4. Trend Metrics Used

Is Required: FALSE    Type: STRING    Cardinality: 0.N

List observed trend metrics/diagnostics used in tuning model/component (such as 20th century)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.tuning_applied.trend_metrics_used')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

6.5. Energy Balance

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Describe how energy balance was obtained in the full system: in the various components independently or at the components coupling stage?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.tuning_applied.energy_balance')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

6.6. Fresh Water Balance

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Describe how fresh_water balance was obtained in the full system: in the various components independently or at the components coupling stage?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.tuning_applied.fresh_water_balance')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

7. Key Properties --> Conservation --> Heat

Global heat convervation properties of the model

7.1. Global

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Describe if/how heat is conserved globally


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.heat.global')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

7.2. Atmos Ocean Interface

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe if/how heat is conserved at the atmosphere/ocean coupling interface


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.heat.atmos_ocean_interface')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

7.3. Atmos Land Interface

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Describe if/how heat is conserved at the atmosphere/land coupling interface


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.heat.atmos_land_interface')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

7.4. Atmos Sea-ice Interface

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe if/how heat is conserved at the atmosphere/sea-ice coupling interface


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.heat.atmos_sea-ice_interface')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

7.5. Ocean Seaice Interface

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe if/how heat is conserved at the ocean/sea-ice coupling interface


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.heat.ocean_seaice_interface')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

7.6. Land Ocean Interface

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe if/how heat is conserved at the land/ocean coupling interface


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.heat.land_ocean_interface')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

8. Key Properties --> Conservation --> Fresh Water

Global fresh water convervation properties of the model

8.1. Global

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Describe if/how fresh_water is conserved globally


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.fresh_water.global')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

8.2. Atmos Ocean Interface

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe if/how fresh_water is conserved at the atmosphere/ocean coupling interface


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.fresh_water.atmos_ocean_interface')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

8.3. Atmos Land Interface

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Describe if/how fresh water is conserved at the atmosphere/land coupling interface


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.fresh_water.atmos_land_interface')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

8.4. Atmos Sea-ice Interface

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe if/how fresh water is conserved at the atmosphere/sea-ice coupling interface


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.fresh_water.atmos_sea-ice_interface')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

8.5. Ocean Seaice Interface

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe if/how fresh water is conserved at the ocean/sea-ice coupling interface


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.fresh_water.ocean_seaice_interface')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

8.6. Runoff

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe how runoff is distributed and conserved


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.fresh_water.runoff')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

8.7. Iceberg Calving

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe if/how iceberg calving is modeled and conserved


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.fresh_water.iceberg_calving')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

8.8. Endoreic Basins

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe if/how endoreic basins (no ocean access) are treated


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.fresh_water.endoreic_basins')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

8.9. Snow Accumulation

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe how snow accumulation over land and over sea-ice is treated


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.fresh_water.snow_accumulation')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

9. Key Properties --> Conservation --> Salt

Global salt convervation properties of the model

9.1. Ocean Seaice Interface

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe if/how salt is conserved at the ocean/sea-ice coupling interface


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.salt.ocean_seaice_interface')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

10. Key Properties --> Conservation --> Momentum

Global momentum convervation properties of the model

10.1. Details

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Describe if/how momentum is conserved in the model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.key_properties.conservation.momentum.details')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

11. Radiative Forcings

Radiative forcings of the model for historical and scenario (aka Table 12.1 IPCC AR5)

11.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview of radiative forcings (GHG and aerosols) implementation in model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.overview')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

12. Radiative Forcings --> Greenhouse Gases --> CO2

Carbon dioxide forcing

12.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.CO2.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

12.2. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.CO2.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

13. Radiative Forcings --> Greenhouse Gases --> CH4

Methane forcing

13.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.CH4.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

13.2. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.CH4.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

14. Radiative Forcings --> Greenhouse Gases --> N2O

Nitrous oxide forcing

14.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.N2O.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

14.2. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.N2O.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

15. Radiative Forcings --> Greenhouse Gases --> Tropospheric O3

Troposheric ozone forcing

15.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.tropospheric_O3.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

15.2. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.tropospheric_O3.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

16. Radiative Forcings --> Greenhouse Gases --> Stratospheric O3

Stratospheric ozone forcing

16.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.stratospheric_O3.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

16.2. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.stratospheric_O3.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

17. Radiative Forcings --> Greenhouse Gases --> CFC

Ozone-depleting and non-ozone-depleting fluorinated gases forcing

17.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.CFC.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

17.2. Equivalence Concentration

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Details of any equivalence concentrations used


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.CFC.equivalence_concentration')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "Option 1"  
#      "Option 2"  
#      "Option 3"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

17.3. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.greenhouse_gases.CFC.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

18. Radiative Forcings --> Aerosols --> SO4

SO4 aerosol forcing

18.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.SO4.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

18.2. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.SO4.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

19. Radiative Forcings --> Aerosols --> Black Carbon

Black carbon aerosol forcing

19.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.black_carbon.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

19.2. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.black_carbon.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

20. Radiative Forcings --> Aerosols --> Organic Carbon

Organic carbon aerosol forcing

20.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.organic_carbon.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

20.2. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.organic_carbon.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

21. Radiative Forcings --> Aerosols --> Nitrate

Nitrate forcing

21.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.nitrate.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

21.2. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.nitrate.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

22. Radiative Forcings --> Aerosols --> Cloud Albedo Effect

Cloud albedo effect forcing (RFaci)

22.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.cloud_albedo_effect.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

22.2. Aerosol Effect On Ice Clouds

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Radiative effects of aerosols on ice clouds are represented?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.cloud_albedo_effect.aerosol_effect_on_ice_clouds')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value(value)  
# Valid Choices: 
#     True  
#     False  
# TODO - please enter value(s)

22.3. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.cloud_albedo_effect.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

23. Radiative Forcings --> Aerosols --> Cloud Lifetime Effect

Cloud lifetime effect forcing (ERFaci)

23.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.cloud_lifetime_effect.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

23.2. Aerosol Effect On Ice Clouds

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Radiative effects of aerosols on ice clouds are represented?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.cloud_lifetime_effect.aerosol_effect_on_ice_clouds')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value(value)  
# Valid Choices: 
#     True  
#     False  
# TODO - please enter value(s)

23.3. RFaci From Sulfate Only

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Radiative forcing from aerosol cloud interactions from sulfate aerosol only?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.cloud_lifetime_effect.RFaci_from_sulfate_only')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value(value)  
# Valid Choices: 
#     True  
#     False  
# TODO - please enter value(s)

23.4. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.cloud_lifetime_effect.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

24. Radiative Forcings --> Aerosols --> Dust

Dust forcing

24.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.dust.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

24.2. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.dust.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

25. Radiative Forcings --> Aerosols --> Tropospheric Volcanic

Tropospheric volcanic forcing

25.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.tropospheric_volcanic.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

25.2. Historical Explosive Volcanic Aerosol Implementation

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

How explosive volcanic aerosol is implemented in historical simulations


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.tropospheric_volcanic.historical_explosive_volcanic_aerosol_implementation')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Type A"  
#      "Type B"  
#      "Type C"  
#      "Type D"  
#      "Type E"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

25.3. Future Explosive Volcanic Aerosol Implementation

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

How explosive volcanic aerosol is implemented in future simulations


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.tropospheric_volcanic.future_explosive_volcanic_aerosol_implementation')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Type A"  
#      "Type B"  
#      "Type C"  
#      "Type D"  
#      "Type E"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

25.4. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.tropospheric_volcanic.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

26. Radiative Forcings --> Aerosols --> Stratospheric Volcanic

Stratospheric volcanic forcing

26.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.stratospheric_volcanic.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

26.2. Historical Explosive Volcanic Aerosol Implementation

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

How explosive volcanic aerosol is implemented in historical simulations


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.stratospheric_volcanic.historical_explosive_volcanic_aerosol_implementation')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Type A"  
#      "Type B"  
#      "Type C"  
#      "Type D"  
#      "Type E"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

26.3. Future Explosive Volcanic Aerosol Implementation

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

How explosive volcanic aerosol is implemented in future simulations


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.stratospheric_volcanic.future_explosive_volcanic_aerosol_implementation')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Type A"  
#      "Type B"  
#      "Type C"  
#      "Type D"  
#      "Type E"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

26.4. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.stratospheric_volcanic.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

27. Radiative Forcings --> Aerosols --> Sea Salt

Sea salt forcing

27.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.sea_salt.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

27.2. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.aerosols.sea_salt.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

28. Radiative Forcings --> Other --> Land Use

Land use forcing

28.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How this forcing agent is provided (e.g. via concentrations, emission precursors, prognostically derived, etc.)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.other.land_use.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "M"  
#      "Y"  
#      "E"  
#      "ES"  
#      "C"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

28.2. Crop Change Only

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Land use change represented via crop change only?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.other.land_use.crop_change_only')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value(value)  
# Valid Choices: 
#     True  
#     False  
# TODO - please enter value(s)

28.3. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.other.land_use.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

29. Radiative Forcings --> Other --> Solar

Solar forcing

29.1. Provision

Is Required: TRUE    Type: ENUM    Cardinality: 1.N

How solar forcing is provided


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.other.solar.provision')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "N/A"  
#      "irradiance"  
#      "proton"  
#      "electron"  
#      "cosmic ray"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

29.2. Additional Information

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Additional information relating to the provision and implementation of this forcing agent (e.g. citations, use of non-standard datasets, explaining how multiple provisions are used, etc.).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.toplevel.radiative_forcings.other.solar.additional_information')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# TODO - please enter value(s)

©2017 ES-DOC