ES-DOC CMIP6 Model Properties - Aerosol

MIP Era: CMIP6
Institute: PCMDI
Source ID: SANDBOX-1
Topic: Aerosol
Sub-Topics: Transport, Emissions, Concentrations, Optical Radiative Properties, Model.
Properties: 69 (37 required)
Model descriptions: Model description details
Initialized From: --

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

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', 'pcmdi', 'sandbox-1', 'aerosol')

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 aerosol model

1.1. Model Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview of aerosol model.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.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 aerosol model code


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

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

1.3. Scheme Scope

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

Atmospheric domains covered by the aerosol model


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

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "troposhere"  
#      "stratosphere"  
#      "mesosphere"  
#      "mesosphere"  
#      "whole atmosphere"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

1.4. Basic Approximations

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Basic approximations made in the aerosol model


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

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

1.5. Prognostic Variables Form

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

Prognostic variables in the aerosol model


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

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "3D mass/volume ratio for aerosols"  
#      "3D number concenttration for aerosols"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

1.6. Number Of Tracers

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Number of tracers in the aerosol model


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

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

1.7. Family Approach

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Are aerosol calculations generalized into families of species?


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

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

2. Key Properties --> Software Properties

Software properties of aerosol code

2.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.aerosol.key_properties.software_properties.repository')  

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

2.2. Code Version

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Code version identifier.


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

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

2.3. Code Languages

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

Code language(s).


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

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

3. Key Properties --> Timestep Framework

Physical properties of seawater in ocean

3.1. Method

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Mathematical method deployed to solve the time evolution of the prognostic variables


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

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Uses atmospheric chemistry time stepping"  
#      "Specific timestepping (operator splitting)"  
#      "Specific timestepping (integrated)"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

3.2. Split Operator Advection Timestep

Is Required: FALSE    Type: INTEGER    Cardinality: 0.1

Timestep for aerosol advection (in seconds)


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

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

3.3. Split Operator Physical Timestep

Is Required: FALSE    Type: INTEGER    Cardinality: 0.1

Timestep for aerosol physics (in seconds).


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

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

3.4. Integrated Timestep

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Timestep for the aerosol model (in seconds)


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

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

3.5. Integrated Scheme Type

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Specify the type of timestep scheme


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

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Explicit"  
#      "Implicit"  
#      "Semi-implicit"  
#      "Semi-analytic"  
#      "Impact solver"  
#      "Back Euler"  
#      "Newton Raphson"  
#      "Rosenbrock"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

4. Key Properties --> Meteorological Forcings

**

4.1. Variables 3D

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Three dimensionsal forcing variables, e.g. U, V, W, T, Q, P, conventive mass flux


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

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

4.2. Variables 2D

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Two dimensionsal forcing variables, e.g. land-sea mask definition


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

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

4.3. Frequency

Is Required: FALSE    Type: INTEGER    Cardinality: 0.1

Frequency with which meteological forcings are applied (in seconds).


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

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

5. Key Properties --> Resolution

Resolution in the aersosol model grid

5.1. Name

Is Required: TRUE    Type: STRING    Cardinality: 1.1

This is a string usually used by the modelling group to describe the resolution of this grid, e.g. ORCA025, N512L180, T512L70 etc.


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

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

5.2. Canonical Horizontal Resolution

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Expression quoted for gross comparisons of resolution, eg. 50km or 0.1 degrees etc.


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

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

5.3. Number Of Horizontal Gridpoints

Is Required: FALSE    Type: INTEGER    Cardinality: 0.1

Total number of horizontal (XY) points (or degrees of freedom) on computational grid.


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

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

5.4. Number Of Vertical Levels

Is Required: FALSE    Type: INTEGER    Cardinality: 0.1

Number of vertical levels resolved on computational grid.


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

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

5.5. Is Adaptive Grid

Is Required: FALSE    Type: BOOLEAN    Cardinality: 0.1

Default is False. Set true if grid resolution changes during execution.


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

# 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 aerosol 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 retained. &Document the relative weight given to climate performance metrics versus process oriented metrics, &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.aerosol.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 of the global mean state used in tuning model/component


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.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 of mean state used in tuning model/component


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.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 used in tuning model/component


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

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

7. Transport

Aerosol transport

7.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview of transport in atmosperic aerosol model


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

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

7.2. Scheme

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Method for aerosol transport modeling


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.transport.scheme')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Uses Atmospheric chemistry transport scheme"  
#      "Specific transport scheme (eulerian)"  
#      "Specific transport scheme (semi-lagrangian)"  
#      "Specific transport scheme (eulerian and semi-lagrangian)"  
#      "Specific transport scheme (lagrangian)"  
# TODO - please enter value(s)

7.3. Mass Conservation Scheme

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

Method used to ensure mass conservation.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.transport.mass_conservation_scheme')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Uses Atmospheric chemistry transport scheme"  
#      "Mass adjustment"  
#      "Concentrations positivity"  
#      "Gradients monotonicity"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

7.4. Convention

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

Transport by convention


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.transport.convention')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Uses Atmospheric chemistry transport scheme"  
#      "Convective fluxes connected to tracers"  
#      "Vertical velocities connected to tracers"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

8. Emissions

Atmospheric aerosol emissions

8.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview of emissions in atmosperic aerosol model


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

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

8.2. Method

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

Method used to define aerosol species (several methods allowed because the different species may not use the same method).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.emissions.method')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "None"  
#      "Prescribed (climatology)"  
#      "Prescribed CMIP6"  
#      "Prescribed above surface"  
#      "Interactive"  
#      "Interactive above surface"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

8.3. Sources

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

Sources of the aerosol species are taken into account in the emissions scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.emissions.sources')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Vegetation"  
#      "Volcanos"  
#      "Bare ground"  
#      "Sea surface"  
#      "Lightning"  
#      "Fires"  
#      "Aircraft"  
#      "Anthropogenic"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

8.4. Prescribed Climatology

Is Required: FALSE    Type: ENUM    Cardinality: 0.1

Specify the climatology type for aerosol emissions


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.emissions.prescribed_climatology')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Constant"  
#      "Interannual"  
#      "Annual"  
#      "Monthly"  
#      "Daily"  
# TODO - please enter value(s)

8.5. Prescribed Climatology Emitted Species

Is Required: FALSE    Type: STRING    Cardinality: 0.1

List of aerosol species emitted and prescribed via a climatology


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.emissions.prescribed_climatology_emitted_species')  

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

8.6. Prescribed Spatially Uniform Emitted Species

Is Required: FALSE    Type: STRING    Cardinality: 0.1

List of aerosol species emitted and prescribed as spatially uniform


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.emissions.prescribed_spatially_uniform_emitted_species')  

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

8.7. Interactive Emitted Species

Is Required: FALSE    Type: STRING    Cardinality: 0.1

List of aerosol species emitted and specified via an interactive method


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.emissions.interactive_emitted_species')  

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

8.8. Other Emitted Species

Is Required: FALSE    Type: STRING    Cardinality: 0.1

List of aerosol species emitted and specified via an "other method"


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.emissions.other_emitted_species')  

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

8.9. Other Method Characteristics

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Characteristics of the "other method" used for aerosol emissions


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.emissions.other_method_characteristics')  

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

9. Concentrations

Atmospheric aerosol concentrations

9.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview of concentrations in atmosperic aerosol model


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

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

9.2. Prescribed Lower Boundary

Is Required: FALSE    Type: STRING    Cardinality: 0.1

List of species prescribed at the lower boundary.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.concentrations.prescribed_lower_boundary')  

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

9.3. Prescribed Upper Boundary

Is Required: FALSE    Type: STRING    Cardinality: 0.1

List of species prescribed at the upper boundary.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.concentrations.prescribed_upper_boundary')  

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

9.4. Prescribed Fields Mmr

Is Required: FALSE    Type: STRING    Cardinality: 0.1

List of species prescribed as mass mixing ratios.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.concentrations.prescribed_fields_mmr')  

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

9.5. Prescribed Fields Mmr

Is Required: FALSE    Type: STRING    Cardinality: 0.1

List of species prescribed as AOD plus CCNs.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.concentrations.prescribed_fields_mmr')  

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

10. Optical Radiative Properties

Aerosol optical and radiative properties

10.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview of optical and radiative properties


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

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

11. Optical Radiative Properties --> Absorption

Absortion properties in aerosol scheme

11.1. Black Carbon

Is Required: FALSE    Type: FLOAT    Cardinality: 0.1

Absorption mass coefficient of black carbon at 550nm (if non-absorbing enter 0)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.absorption.black_carbon')  

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

11.2. Dust

Is Required: FALSE    Type: FLOAT    Cardinality: 0.1

Absorption mass coefficient of dust at 550nm (if non-absorbing enter 0)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.absorption.dust')  

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

11.3. Organics

Is Required: FALSE    Type: FLOAT    Cardinality: 0.1

Absorption mass coefficient of organics at 550nm (if non-absorbing enter 0)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.absorption.organics')  

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

12. Optical Radiative Properties --> Mixtures

**

12.1. External

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Is there external mixing with respect to chemical composition?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.mixtures.external')  

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

12.2. Internal

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Is there internal mixing with respect to chemical composition?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.mixtures.internal')  

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

12.3. Mixing Rule

Is Required: FALSE    Type: STRING    Cardinality: 0.1

If there is internal mixing with respect to chemical composition then indicate the mixinrg rule


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.mixtures.mixing_rule')  

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

13. Optical Radiative Properties --> Impact Of H2o

**

13.1. Size

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Does H2O impact size?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.impact_of_h2o.size')  

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

13.2. Internal Mixture

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Does H2O impact internal mixture?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.impact_of_h2o.internal_mixture')  

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

14. Optical Radiative Properties --> Radiative Scheme

Radiative scheme for aerosol

14.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview of radiative scheme


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

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

14.2. Shortwave Bands

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Number of shortwave bands


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.radiative_scheme.shortwave_bands')  

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

14.3. Longwave Bands

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Number of longwave bands


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.radiative_scheme.longwave_bands')  

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

15. Optical Radiative Properties --> Cloud Interactions

Aerosol-cloud interactions

15.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview of aerosol-cloud interactions


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

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

15.2. Twomey

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Is the Twomey effect included?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.cloud_interactions.twomey')  

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

15.3. Twomey Minimum Ccn

Is Required: FALSE    Type: INTEGER    Cardinality: 0.1

If the Twomey effect is included, then what is the minimum CCN number?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.cloud_interactions.twomey_minimum_ccn')  

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

15.4. Drizzle

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Does the scheme affect drizzle?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.cloud_interactions.drizzle')  

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

15.5. Cloud Lifetime

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Does the scheme affect cloud lifetime?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.cloud_interactions.cloud_lifetime')  

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

15.6. Longwave Bands

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Number of longwave bands


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.optical_radiative_properties.cloud_interactions.longwave_bands')  

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

16. Model

Aerosol model

16.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview of atmosperic aerosol model


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

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

16.2. Processes

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

Processes included in the Aerosol model.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.model.processes')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Dry deposition"  
#      "Sedimentation"  
#      "Wet deposition (impaction scavenging)"  
#      "Wet deposition (nucleation scavenging)"  
#      "Coagulation"  
#      "Oxidation (gas phase)"  
#      "Oxidation (in cloud)"  
#      "Condensation"  
#      "Ageing"  
#      "Advection (horizontal)"  
#      "Advection (vertical)"  
#      "Heterogeneous chemistry"  
#      "Nucleation"  
# TODO - please enter value(s)

16.3. Coupling

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

Other model components coupled to the Aerosol model


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

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Radiation"  
#      "Land surface"  
#      "Heterogeneous chemistry"  
#      "Clouds"  
#      "Ocean"  
#      "Cryosphere"  
#      "Gas phase chemistry"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

16.4. Gas Phase Precursors

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

List of gas phase aerosol precursors.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.model.gas_phase_precursors')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "DMS"  
#      "SO2"  
#      "Ammonia"  
#      "Iodine"  
#      "Terpene"  
#      "Isoprene"  
#      "VOC"  
#      "NOx"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

16.5. Scheme Type

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

Type(s) of aerosol scheme used by the aerosols model (potentially multiple: some species may be covered by one type of aerosol scheme and other species covered by another type).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.model.scheme_type')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Bulk"  
#      "Modal"  
#      "Bin"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

16.6. Bulk Scheme Species

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

List of species covered by the bulk scheme.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.aerosol.model.bulk_scheme_species')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Sulphate"  
#      "Nitrate"  
#      "Sea salt"  
#      "Dust"  
#      "Ice"  
#      "Organic"  
#      "Black carbon / soot"  
#      "SOA (secondary organic aerosols)"  
#      "POM (particulate organic matter)"  
#      "Polar stratospheric ice"  
#      "NAT (Nitric acid trihydrate)"  
#      "NAD (Nitric acid dihydrate)"  
#      "STS (supercooled ternary solution aerosol particule)"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

©2017 ES-DOC