ES-DOC CMIP6 Model Properties - Atmos

MIP Era: CMIP6
Institute: IPSL
Source ID: SANDBOX-2
Topic: Atmos
Sub-Topics: Dynamical Core, Radiation, Turbulence Convection, Microphysics Precipitation, Cloud Scheme, Observation Simulation, Gravity Waves, Solar, Volcanos.
Properties: 156 (127 required)
Model descriptions: Model description details
Initialized From: --

Notebook Help: Goto notebook help page
Notebook Initialised: 2018-02-20 15:02:45

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', 'ipsl', 'sandbox-2', 'atmos')

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)

Document Table of Contents

1. Key Properties --> Overview
2. Key Properties --> Resolution
3. Key Properties --> Timestepping
4. Key Properties --> Orography
5. Grid --> Discretisation
6. Grid --> Discretisation --> Horizontal
7. Grid --> Discretisation --> Vertical
8. Dynamical Core
9. Dynamical Core --> Top Boundary
10. Dynamical Core --> Lateral Boundary
11. Dynamical Core --> Diffusion Horizontal
12. Dynamical Core --> Advection Tracers
13. Dynamical Core --> Advection Momentum
14. Radiation
15. Radiation --> Shortwave Radiation
16. Radiation --> Shortwave GHG
17. Radiation --> Shortwave Cloud Ice
18. Radiation --> Shortwave Cloud Liquid
19. Radiation --> Shortwave Cloud Inhomogeneity
20. Radiation --> Shortwave Aerosols
21. Radiation --> Shortwave Gases
22. Radiation --> Longwave Radiation
23. Radiation --> Longwave GHG
24. Radiation --> Longwave Cloud Ice
25. Radiation --> Longwave Cloud Liquid
26. Radiation --> Longwave Cloud Inhomogeneity
27. Radiation --> Longwave Aerosols
28. Radiation --> Longwave Gases
29. Turbulence Convection
30. Turbulence Convection --> Boundary Layer Turbulence
31. Turbulence Convection --> Deep Convection
32. Turbulence Convection --> Shallow Convection
33. Microphysics Precipitation
34. Microphysics Precipitation --> Large Scale Precipitation
35. Microphysics Precipitation --> Large Scale Cloud Microphysics
36. Cloud Scheme
37. Cloud Scheme --> Optical Cloud Properties
38. Cloud Scheme --> Sub Grid Scale Water Distribution
39. Cloud Scheme --> Sub Grid Scale Ice Distribution
40. Observation Simulation
41. Observation Simulation --> Isscp Attributes
42. Observation Simulation --> Cosp Attributes
43. Observation Simulation --> Radar Inputs
44. Observation Simulation --> Lidar Inputs
45. Gravity Waves
46. Gravity Waves --> Orographic Gravity Waves
47. Gravity Waves --> Non Orographic Gravity Waves
48. Solar
49. Solar --> Solar Pathways
50. Solar --> Solar Constant
51. Solar --> Orbital Parameters
52. Solar --> Insolation Ozone
53. Volcanos
54. Volcanos --> Volcanoes Treatment

1. Key Properties --> Overview

Top level key properties

1.1. Model Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview of atmosphere model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.key_properties.overview.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 atmosphere model code (CAM 4.0, ARPEGE 3.2,...)


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

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

1.3. Model Family

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Type of atmospheric model.


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

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

1.4. Basic Approximations

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

Basic approximations made in the atmosphere.


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

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "primitive equations"  
#      "non-hydrostatic"  
#      "anelastic"  
#      "Boussinesq"  
#      "hydrostatic"  
#      "quasi-hydrostatic"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

2. Key Properties --> Resolution

Characteristics of the model resolution

2.1. Horizontal Resolution Name

Is Required: TRUE    Type: STRING    Cardinality: 1.1

This is a string usually used by the modelling group to describe the resolution of the model grid, e.g. T42, N48.


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

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

2.2. Canonical Horizontal Resolution

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Expression quoted for gross comparisons of resolution, e.g. 2.5 x 3.75 degrees lat-lon.


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

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

2.3. Range Horizontal Resolution

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Range of horizontal resolution with spatial details, eg. 1 deg (Equator) - 0.5 deg


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

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

2.4. Number Of Vertical Levels

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Number of vertical levels resolved on the computational grid.


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

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

2.5. High Top

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Does the atmosphere have a high-top? High-Top atmospheres have a fully resolved stratosphere with a model top above the stratopause.


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

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

3. Key Properties --> Timestepping

Characteristics of the atmosphere model time stepping

3.1. Timestep Dynamics

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Timestep for the dynamics, e.g. 30 min.


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

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

3.2. Timestep Shortwave Radiative Transfer

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Timestep for the shortwave radiative transfer, e.g. 1.5 hours.


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

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

3.3. Timestep Longwave Radiative Transfer

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Timestep for the longwave radiative transfer, e.g. 3 hours.


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

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

4. Key Properties --> Orography

Characteristics of the model orography

4.1. Type

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Time adaptation of the orography.


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

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "present day"  
#      "modified"  
# TODO - please enter value(s)

4.2. Changes

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

If the orography type is modified describe the time adaptation changes.


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

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "related to ice sheets"  
#      "related to tectonics"  
#      "modified mean"  
#      "modified variance if taken into account in model (cf gravity waves)"  
# TODO - please enter value(s)

5. Grid --> Discretisation

Atmosphere grid discretisation

5.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview description of grid discretisation in the atmosphere


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

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

6. Grid --> Discretisation --> Horizontal

Atmosphere discretisation in the horizontal

6.1. Scheme Type

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Horizontal discretisation type


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.grid.discretisation.horizontal.scheme_type')  

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

6.2. Scheme Method

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Horizontal discretisation method


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.grid.discretisation.horizontal.scheme_method')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "finite elements"  
#      "finite volumes"  
#      "finite difference"  
#      "centered finite difference"  
# TODO - please enter value(s)

6.3. Scheme Order

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Horizontal discretisation function order


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.grid.discretisation.horizontal.scheme_order')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "second"  
#      "third"  
#      "fourth"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

6.4. Horizontal Pole

Is Required: FALSE    Type: ENUM    Cardinality: 0.1

Horizontal discretisation pole singularity treatment


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.grid.discretisation.horizontal.horizontal_pole')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "filter"  
#      "pole rotation"  
#      "artificial island"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

6.5. Grid Type

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Horizontal grid type


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.grid.discretisation.horizontal.grid_type')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Gaussian"  
#      "Latitude-Longitude"  
#      "Cubed-Sphere"  
#      "Icosahedral"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

7. Grid --> Discretisation --> Vertical

Atmosphere discretisation in the vertical

7.1. Coordinate Type

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

Type of vertical coordinate system


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.grid.discretisation.vertical.coordinate_type')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "isobaric"  
#      "sigma"  
#      "hybrid sigma-pressure"  
#      "hybrid pressure"  
#      "vertically lagrangian"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

8. Dynamical Core

Characteristics of the dynamical core

8.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview description of atmosphere dynamical core


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

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

8.2. Name

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Commonly used name for the dynamical core of the model.


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

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

8.3. Timestepping Type

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Timestepping framework type


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.timestepping_type')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Adams-Bashforth"  
#      "explicit"  
#      "implicit"  
#      "semi-implicit"  
#      "leap frog"  
#      "multi-step"  
#      "Runge Kutta fifth order"  
#      "Runge Kutta second order"  
#      "Runge Kutta third order"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

8.4. Prognostic Variables

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

List of the model prognostic variables


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.prognostic_variables')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "surface pressure"  
#      "wind components"  
#      "divergence/curl"  
#      "temperature"  
#      "potential temperature"  
#      "total water"  
#      "water vapour"  
#      "water liquid"  
#      "water ice"  
#      "total water moments"  
#      "clouds"  
#      "radiation"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

9. Dynamical Core --> Top Boundary

Type of boundary layer at the top of the model

9.1. Top Boundary Condition

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Top boundary condition


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.top_boundary.top_boundary_condition')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "sponge layer"  
#      "radiation boundary condition"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

9.2. Top Heat

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Top boundary heat treatment


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.top_boundary.top_heat')  

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

9.3. Top Wind

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Top boundary wind treatment


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.top_boundary.top_wind')  

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

10. Dynamical Core --> Lateral Boundary

Type of lateral boundary condition (if the model is a regional model)

10.1. Condition

Is Required: FALSE    Type: ENUM    Cardinality: 0.1

Type of lateral boundary condition


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.lateral_boundary.condition')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "sponge layer"  
#      "radiation boundary condition"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

11. Dynamical Core --> Diffusion Horizontal

Horizontal diffusion scheme

11.1. Scheme Name

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Horizontal diffusion scheme name


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.diffusion_horizontal.scheme_name')  

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

11.2. Scheme Method

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Horizontal diffusion scheme method


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.diffusion_horizontal.scheme_method')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "iterated Laplacian"  
#      "bi-harmonic"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

12. Dynamical Core --> Advection Tracers

Tracer advection scheme

12.1. Scheme Name

Is Required: FALSE    Type: ENUM    Cardinality: 0.1

Tracer advection scheme name


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.advection_tracers.scheme_name')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Heun"  
#      "Roe and VanLeer"  
#      "Roe and Superbee"  
#      "Prather"  
#      "UTOPIA"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

12.2. Scheme Characteristics

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

Tracer advection scheme characteristics


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.advection_tracers.scheme_characteristics')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Eulerian"  
#      "modified Euler"  
#      "Lagrangian"  
#      "semi-Lagrangian"  
#      "cubic semi-Lagrangian"  
#      "quintic semi-Lagrangian"  
#      "mass-conserving"  
#      "finite volume"  
#      "flux-corrected"  
#      "linear"  
#      "quadratic"  
#      "quartic"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

12.3. Conserved Quantities

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

Tracer advection scheme conserved quantities


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.advection_tracers.conserved_quantities')  

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

12.4. Conservation Method

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Tracer advection scheme conservation method


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.advection_tracers.conservation_method')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "conservation fixer"  
#      "Priestley algorithm"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

13. Dynamical Core --> Advection Momentum

Momentum advection scheme

13.1. Scheme Name

Is Required: FALSE    Type: ENUM    Cardinality: 0.1

Momentum advection schemes name


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.advection_momentum.scheme_name')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "VanLeer"  
#      "Janjic"  
#      "SUPG (Streamline Upwind Petrov-Galerkin)"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

13.2. Scheme Characteristics

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

Momentum advection scheme characteristics


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.advection_momentum.scheme_characteristics')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "2nd order"  
#      "4th order"  
#      "cell-centred"  
#      "staggered grid"  
#      "semi-staggered grid"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

13.3. Scheme Staggering Type

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Momentum advection scheme staggering type


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.advection_momentum.scheme_staggering_type')  

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

13.4. Conserved Quantities

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

Momentum advection scheme conserved quantities


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.advection_momentum.conserved_quantities')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Angular momentum"  
#      "Horizontal momentum"  
#      "Enstrophy"  
#      "Mass"  
#      "Total energy"  
#      "Vorticity"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

13.5. Conservation Method

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Momentum advection scheme conservation method


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.dynamical_core.advection_momentum.conservation_method')  

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

14. Radiation

Characteristics of the atmosphere radiation process

14.1. Aerosols

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

Aerosols whose radiative effect is taken into account in the atmosphere model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.aerosols')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "sulphate"  
#      "nitrate"  
#      "sea salt"  
#      "dust"  
#      "ice"  
#      "organic"  
#      "BC (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 particle)"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

15. Radiation --> Shortwave Radiation

Properties of the shortwave radiation scheme

15.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview description of shortwave radiation in the atmosphere


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

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

15.2. Name

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Commonly used name for the shortwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_radiation.name')  

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

15.3. Spectral Integration

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Shortwave radiation scheme spectral integration


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_radiation.spectral_integration')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "wide-band model"  
#      "correlated-k"  
#      "exponential sum fitting"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

15.4. Transport Calculation

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

Shortwave radiation transport calculation methods


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_radiation.transport_calculation')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "two-stream"  
#      "layer interaction"  
#      "bulk"  
#      "adaptive"  
#      "multi-stream"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

15.5. Spectral Intervals

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Shortwave radiation scheme number of spectral intervals


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_radiation.spectral_intervals')  

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

16. Radiation --> Shortwave GHG

Representation of greenhouse gases in the shortwave radiation scheme

16.1. Greenhouse Gas Complexity

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

Complexity of greenhouse gases whose shortwave radiative effects are taken into account in the atmosphere model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_GHG.greenhouse_gas_complexity')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "CO2"  
#      "CH4"  
#      "N2O"  
#      "CFC-11 eq"  
#      "CFC-12 eq"  
#      "HFC-134a eq"  
#      "Explicit ODSs"  
#      "Explicit other fluorinated gases"  
#      "O3"  
#      "H2O"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

16.2. ODS

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

Ozone depleting substances whose shortwave radiative effects are explicitly taken into account in the atmosphere model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_GHG.ODS')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "CFC-12"  
#      "CFC-11"  
#      "CFC-113"  
#      "CFC-114"  
#      "CFC-115"  
#      "HCFC-22"  
#      "HCFC-141b"  
#      "HCFC-142b"  
#      "Halon-1211"  
#      "Halon-1301"  
#      "Halon-2402"  
#      "methyl chloroform"  
#      "carbon tetrachloride"  
#      "methyl chloride"  
#      "methylene chloride"  
#      "chloroform"  
#      "methyl bromide"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

16.3. Other Flourinated Gases

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

Other flourinated gases whose shortwave radiative effects are explicitly taken into account in the atmosphere model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_GHG.other_flourinated_gases')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "HFC-134a"  
#      "HFC-23"  
#      "HFC-32"  
#      "HFC-125"  
#      "HFC-143a"  
#      "HFC-152a"  
#      "HFC-227ea"  
#      "HFC-236fa"  
#      "HFC-245fa"  
#      "HFC-365mfc"  
#      "HFC-43-10mee"  
#      "CF4"  
#      "C2F6"  
#      "C3F8"  
#      "C4F10"  
#      "C5F12"  
#      "C6F14"  
#      "C7F16"  
#      "C8F18"  
#      "c-C4F8"  
#      "NF3"  
#      "SF6"  
#      "SO2F2"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

17. Radiation --> Shortwave Cloud Ice

Shortwave radiative properties of ice crystals in clouds

17.1. General Interactions

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

General shortwave radiative interactions with cloud ice crystals


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_cloud_ice.general_interactions')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "scattering"  
#      "emission/absorption"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

17.2. Physical Representation

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

Physical representation of cloud ice crystals in the shortwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_cloud_ice.physical_representation')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "bi-modal size distribution"  
#      "ensemble of ice crystals"  
#      "mean projected area"  
#      "ice water path"  
#      "crystal asymmetry"  
#      "crystal aspect ratio"  
#      "effective crystal radius"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

17.3. Optical Methods

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

Optical methods applicable to cloud ice crystals in the shortwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_cloud_ice.optical_methods')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "T-matrix"  
#      "geometric optics"  
#      "finite difference time domain (FDTD)"  
#      "Mie theory"  
#      "anomalous diffraction approximation"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

18. Radiation --> Shortwave Cloud Liquid

Shortwave radiative properties of liquid droplets in clouds

18.1. General Interactions

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

General shortwave radiative interactions with cloud liquid droplets


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_cloud_liquid.general_interactions')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "scattering"  
#      "emission/absorption"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

18.2. Physical Representation

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

Physical representation of cloud liquid droplets in the shortwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_cloud_liquid.physical_representation')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "cloud droplet number concentration"  
#      "effective cloud droplet radii"  
#      "droplet size distribution"  
#      "liquid water path"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

18.3. Optical Methods

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

Optical methods applicable to cloud liquid droplets in the shortwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_cloud_liquid.optical_methods')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "geometric optics"  
#      "Mie theory"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

19. Radiation --> Shortwave Cloud Inhomogeneity

Cloud inhomogeneity in the shortwave radiation scheme

19.1. Cloud Inhomogeneity

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Method for taking into account horizontal cloud inhomogeneity


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_cloud_inhomogeneity.cloud_inhomogeneity')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Monte Carlo Independent Column Approximation"  
#      "Triplecloud"  
#      "analytic"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

20. Radiation --> Shortwave Aerosols

Shortwave radiative properties of aerosols

20.1. General Interactions

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

General shortwave radiative interactions with aerosols


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_aerosols.general_interactions')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "scattering"  
#      "emission/absorption"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

20.2. Physical Representation

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

Physical representation of aerosols in the shortwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_aerosols.physical_representation')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "number concentration"  
#      "effective radii"  
#      "size distribution"  
#      "asymmetry"  
#      "aspect ratio"  
#      "mixing state"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

20.3. Optical Methods

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

Optical methods applicable to aerosols in the shortwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_aerosols.optical_methods')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "T-matrix"  
#      "geometric optics"  
#      "finite difference time domain (FDTD)"  
#      "Mie theory"  
#      "anomalous diffraction approximation"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

21. Radiation --> Shortwave Gases

Shortwave radiative properties of gases

21.1. General Interactions

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

General shortwave radiative interactions with gases


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.shortwave_gases.general_interactions')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "scattering"  
#      "emission/absorption"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

22. Radiation --> Longwave Radiation

Properties of the longwave radiation scheme

22.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview description of longwave radiation in the atmosphere


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

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

22.2. Name

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Commonly used name for the longwave radiation scheme.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_radiation.name')  

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

22.3. Spectral Integration

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Longwave radiation scheme spectral integration


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_radiation.spectral_integration')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "wide-band model"  
#      "correlated-k"  
#      "exponential sum fitting"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

22.4. Transport Calculation

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

Longwave radiation transport calculation methods


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_radiation.transport_calculation')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "two-stream"  
#      "layer interaction"  
#      "bulk"  
#      "adaptive"  
#      "multi-stream"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

22.5. Spectral Intervals

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Longwave radiation scheme number of spectral intervals


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_radiation.spectral_intervals')  

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

23. Radiation --> Longwave GHG

Representation of greenhouse gases in the longwave radiation scheme

23.1. Greenhouse Gas Complexity

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

Complexity of greenhouse gases whose longwave radiative effects are taken into account in the atmosphere model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_GHG.greenhouse_gas_complexity')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "CO2"  
#      "CH4"  
#      "N2O"  
#      "CFC-11 eq"  
#      "CFC-12 eq"  
#      "HFC-134a eq"  
#      "Explicit ODSs"  
#      "Explicit other fluorinated gases"  
#      "O3"  
#      "H2O"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

23.2. ODS

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

Ozone depleting substances whose longwave radiative effects are explicitly taken into account in the atmosphere model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_GHG.ODS')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "CFC-12"  
#      "CFC-11"  
#      "CFC-113"  
#      "CFC-114"  
#      "CFC-115"  
#      "HCFC-22"  
#      "HCFC-141b"  
#      "HCFC-142b"  
#      "Halon-1211"  
#      "Halon-1301"  
#      "Halon-2402"  
#      "methyl chloroform"  
#      "carbon tetrachloride"  
#      "methyl chloride"  
#      "methylene chloride"  
#      "chloroform"  
#      "methyl bromide"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

23.3. Other Flourinated Gases

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

Other flourinated gases whose longwave radiative effects are explicitly taken into account in the atmosphere model


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_GHG.other_flourinated_gases')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "HFC-134a"  
#      "HFC-23"  
#      "HFC-32"  
#      "HFC-125"  
#      "HFC-143a"  
#      "HFC-152a"  
#      "HFC-227ea"  
#      "HFC-236fa"  
#      "HFC-245fa"  
#      "HFC-365mfc"  
#      "HFC-43-10mee"  
#      "CF4"  
#      "C2F6"  
#      "C3F8"  
#      "C4F10"  
#      "C5F12"  
#      "C6F14"  
#      "C7F16"  
#      "C8F18"  
#      "c-C4F8"  
#      "NF3"  
#      "SF6"  
#      "SO2F2"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

24. Radiation --> Longwave Cloud Ice

Longwave radiative properties of ice crystals in clouds

24.1. General Interactions

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

General longwave radiative interactions with cloud ice crystals


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_cloud_ice.general_interactions')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "scattering"  
#      "emission/absorption"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

24.2. Physical Reprenstation

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

Physical representation of cloud ice crystals in the longwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_cloud_ice.physical_reprenstation')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "bi-modal size distribution"  
#      "ensemble of ice crystals"  
#      "mean projected area"  
#      "ice water path"  
#      "crystal asymmetry"  
#      "crystal aspect ratio"  
#      "effective crystal radius"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

24.3. Optical Methods

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

Optical methods applicable to cloud ice crystals in the longwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_cloud_ice.optical_methods')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "T-matrix"  
#      "geometric optics"  
#      "finite difference time domain (FDTD)"  
#      "Mie theory"  
#      "anomalous diffraction approximation"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

25. Radiation --> Longwave Cloud Liquid

Longwave radiative properties of liquid droplets in clouds

25.1. General Interactions

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

General longwave radiative interactions with cloud liquid droplets


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_cloud_liquid.general_interactions')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "scattering"  
#      "emission/absorption"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

25.2. Physical Representation

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

Physical representation of cloud liquid droplets in the longwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_cloud_liquid.physical_representation')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "cloud droplet number concentration"  
#      "effective cloud droplet radii"  
#      "droplet size distribution"  
#      "liquid water path"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

25.3. Optical Methods

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

Optical methods applicable to cloud liquid droplets in the longwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_cloud_liquid.optical_methods')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "geometric optics"  
#      "Mie theory"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

26. Radiation --> Longwave Cloud Inhomogeneity

Cloud inhomogeneity in the longwave radiation scheme

26.1. Cloud Inhomogeneity

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Method for taking into account horizontal cloud inhomogeneity


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_cloud_inhomogeneity.cloud_inhomogeneity')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Monte Carlo Independent Column Approximation"  
#      "Triplecloud"  
#      "analytic"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

27. Radiation --> Longwave Aerosols

Longwave radiative properties of aerosols

27.1. General Interactions

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

General longwave radiative interactions with aerosols


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_aerosols.general_interactions')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "scattering"  
#      "emission/absorption"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

27.2. Physical Representation

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

Physical representation of aerosols in the longwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_aerosols.physical_representation')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "number concentration"  
#      "effective radii"  
#      "size distribution"  
#      "asymmetry"  
#      "aspect ratio"  
#      "mixing state"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

27.3. Optical Methods

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

Optical methods applicable to aerosols in the longwave radiation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_aerosols.optical_methods')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "T-matrix"  
#      "geometric optics"  
#      "finite difference time domain (FDTD)"  
#      "Mie theory"  
#      "anomalous diffraction approximation"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

28. Radiation --> Longwave Gases

Longwave radiative properties of gases

28.1. General Interactions

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

General longwave radiative interactions with gases


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.radiation.longwave_gases.general_interactions')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "scattering"  
#      "emission/absorption"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

29. Turbulence Convection

Atmosphere Convective Turbulence and Clouds

29.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview description of atmosphere convection and turbulence


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

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

30. Turbulence Convection --> Boundary Layer Turbulence

Properties of the boundary layer turbulence scheme

30.1. Scheme Name

Is Required: FALSE    Type: ENUM    Cardinality: 0.1

Boundary layer turbulence scheme name


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.turbulence_convection.boundary_layer_turbulence.scheme_name')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Mellor-Yamada"  
#      "Holtslag-Boville"  
#      "EDMF"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

30.2. Scheme Type

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

Boundary layer turbulence scheme type


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

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "TKE prognostic"  
#      "TKE diagnostic"  
#      "TKE coupled with water"  
#      "vertical profile of Kz"  
#      "non-local diffusion"  
#      "Monin-Obukhov similarity"  
#      "Coastal Buddy Scheme"  
#      "Coupled with convection"  
#      "Coupled with gravity waves"  
#      "Depth capped at cloud base"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

30.3. Closure Order

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Boundary layer turbulence scheme closure order


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.turbulence_convection.boundary_layer_turbulence.closure_order')  

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

30.4. Counter Gradient

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Uses boundary layer turbulence scheme counter gradient


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.turbulence_convection.boundary_layer_turbulence.counter_gradient')  

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

31. Turbulence Convection --> Deep Convection

Properties of the deep convection scheme

31.1. Scheme Name

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Deep convection scheme name


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.turbulence_convection.deep_convection.scheme_name')  

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

31.2. Scheme Type

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

Deep convection scheme type


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

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "mass-flux"  
#      "adjustment"  
#      "plume ensemble"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

31.3. Scheme Method

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

Deep convection scheme method


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.turbulence_convection.deep_convection.scheme_method')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "CAPE"  
#      "bulk"  
#      "ensemble"  
#      "CAPE/WFN based"  
#      "TKE/CIN based"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

31.4. Processes

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

Physical processes taken into account in the parameterisation of deep convection


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

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "vertical momentum transport"  
#      "convective momentum transport"  
#      "entrainment"  
#      "detrainment"  
#      "penetrative convection"  
#      "updrafts"  
#      "downdrafts"  
#      "radiative effect of anvils"  
#      "re-evaporation of convective precipitation"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

31.5. Microphysics

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

Microphysics scheme for deep convection. Microphysical processes directly control the amount of detrainment of cloud hydrometeor and water vapor from updrafts


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.turbulence_convection.deep_convection.microphysics')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "tuning parameter based"  
#      "single moment"  
#      "two moment"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

32. Turbulence Convection --> Shallow Convection

Properties of the shallow convection scheme

32.1. Scheme Name

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Shallow convection scheme name


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.turbulence_convection.shallow_convection.scheme_name')  

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

32.2. Scheme Type

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

shallow convection scheme type


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

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "mass-flux"  
#      "cumulus-capped boundary layer"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

32.3. Scheme Method

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

shallow convection scheme method


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.turbulence_convection.shallow_convection.scheme_method')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "same as deep (unified)"  
#      "included in boundary layer turbulence"  
#      "separate diagnosis"  
# TODO - please enter value(s)

32.4. Processes

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

Physical processes taken into account in the parameterisation of shallow convection


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

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "convective momentum transport"  
#      "entrainment"  
#      "detrainment"  
#      "penetrative convection"  
#      "re-evaporation of convective precipitation"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

32.5. Microphysics

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

Microphysics scheme for shallow convection


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.turbulence_convection.shallow_convection.microphysics')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "tuning parameter based"  
#      "single moment"  
#      "two moment"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

33. Microphysics Precipitation

Large Scale Cloud Microphysics and Precipitation

33.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview description of large scale cloud microphysics and precipitation


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

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

34. Microphysics Precipitation --> Large Scale Precipitation

Properties of the large scale precipitation scheme

34.1. Scheme Name

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Commonly used name of the large scale precipitation parameterisation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.microphysics_precipitation.large_scale_precipitation.scheme_name')  

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

34.2. Hydrometeors

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

Precipitating hydrometeors taken into account in the large scale precipitation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.microphysics_precipitation.large_scale_precipitation.hydrometeors')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "liquid rain"  
#      "snow"  
#      "hail"  
#      "graupel"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

35. Microphysics Precipitation --> Large Scale Cloud Microphysics

Properties of the large scale cloud microphysics scheme

35.1. Scheme Name

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Commonly used name of the microphysics parameterisation scheme used for large scale clouds.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.microphysics_precipitation.large_scale_cloud_microphysics.scheme_name')  

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

35.2. Processes

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

Large scale cloud microphysics processes


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

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "mixed phase"  
#      "cloud droplets"  
#      "cloud ice"  
#      "ice nucleation"  
#      "water vapour deposition"  
#      "effect of raindrops"  
#      "effect of snow"  
#      "effect of graupel"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

36. Cloud Scheme

Characteristics of the cloud scheme

36.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview description of the atmosphere cloud scheme


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

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

36.2. Name

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Commonly used name for the cloud scheme


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

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

36.3. Atmos Coupling

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

Atmosphere components that are linked to the cloud scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.atmos_coupling')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "atmosphere_radiation"  
#      "atmosphere_microphysics_precipitation"  
#      "atmosphere_turbulence_convection"  
#      "atmosphere_gravity_waves"  
#      "atmosphere_solar"  
#      "atmosphere_volcano"  
#      "atmosphere_cloud_simulator"  
# TODO - please enter value(s)

36.4. Uses Separate Treatment

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Different cloud schemes for the different types of clouds (convective, stratiform and boundary layer)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.uses_separate_treatment')  

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

36.5. Processes

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

Processes included in the cloud scheme


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

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "entrainment"  
#      "detrainment"  
#      "bulk cloud"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

36.6. Prognostic Scheme

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Is the cloud scheme a prognostic scheme?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.prognostic_scheme')  

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

36.7. Diagnostic Scheme

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Is the cloud scheme a diagnostic scheme?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.diagnostic_scheme')  

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

36.8. Prognostic Variables

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

List the prognostic variables used by the cloud scheme, if applicable.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.prognostic_variables')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "cloud amount"  
#      "liquid"  
#      "ice"  
#      "rain"  
#      "snow"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

37. Cloud Scheme --> Optical Cloud Properties

Optical cloud properties

37.1. Cloud Overlap Method

Is Required: FALSE    Type: ENUM    Cardinality: 0.1

Method for taking into account overlapping of cloud layers


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.optical_cloud_properties.cloud_overlap_method')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "random"  
#      "maximum"  
#      "maximum-random"  
#      "exponential"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

37.2. Cloud Inhomogeneity

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Method for taking into account cloud inhomogeneity


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.optical_cloud_properties.cloud_inhomogeneity')  

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

38. Cloud Scheme --> Sub Grid Scale Water Distribution

Sub-grid scale water distribution

38.1. Type

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Sub-grid scale water distribution type


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.sub_grid_scale_water_distribution.type')  

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

38.2. Function Name

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Sub-grid scale water distribution function name


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.sub_grid_scale_water_distribution.function_name')  

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

38.3. Function Order

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Sub-grid scale water distribution function type


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.sub_grid_scale_water_distribution.function_order')  

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

38.4. Convection Coupling

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

Sub-grid scale water distribution coupling with convection


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.sub_grid_scale_water_distribution.convection_coupling')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "coupled with deep"  
#      "coupled with shallow"  
#      "not coupled with convection"  
# TODO - please enter value(s)

39. Cloud Scheme --> Sub Grid Scale Ice Distribution

Sub-grid scale ice distribution

39.1. Type

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Sub-grid scale ice distribution type


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.sub_grid_scale_ice_distribution.type')  

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

39.2. Function Name

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Sub-grid scale ice distribution function name


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.sub_grid_scale_ice_distribution.function_name')  

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

39.3. Function Order

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Sub-grid scale ice distribution function type


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.sub_grid_scale_ice_distribution.function_order')  

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

39.4. Convection Coupling

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

Sub-grid scale ice distribution coupling with convection


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.cloud_scheme.sub_grid_scale_ice_distribution.convection_coupling')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "coupled with deep"  
#      "coupled with shallow"  
#      "not coupled with convection"  
# TODO - please enter value(s)

40. Observation Simulation

Characteristics of observation simulation

40.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview description of observation simulator characteristics


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

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

41. Observation Simulation --> Isscp Attributes

ISSCP Characteristics

41.1. Top Height Estimation Method

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

Cloud simulator ISSCP top height estimation methodUo


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.observation_simulation.isscp_attributes.top_height_estimation_method')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "no adjustment"  
#      "IR brightness"  
#      "visible optical depth"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

41.2. Top Height Direction

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Cloud simulator ISSCP top height direction


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.observation_simulation.isscp_attributes.top_height_direction')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "lowest altitude level"  
#      "highest altitude level"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

42. Observation Simulation --> Cosp Attributes

CFMIP Observational Simulator Package attributes

42.1. Run Configuration

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Cloud simulator COSP run configuration


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.observation_simulation.cosp_attributes.run_configuration')  

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

42.2. Number Of Grid Points

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Cloud simulator COSP number of grid points


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.observation_simulation.cosp_attributes.number_of_grid_points')  

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

42.3. Number Of Sub Columns

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Cloud simulator COSP number of sub-cloumns used to simulate sub-grid variability


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.observation_simulation.cosp_attributes.number_of_sub_columns')  

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

42.4. Number Of Levels

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Cloud simulator COSP number of levels


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.observation_simulation.cosp_attributes.number_of_levels')  

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

43. Observation Simulation --> Radar Inputs

Characteristics of the cloud radar simulator

43.1. Frequency

Is Required: TRUE    Type: FLOAT    Cardinality: 1.1

Cloud simulator radar frequency (Hz)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.observation_simulation.radar_inputs.frequency')  

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

43.2. Type

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Cloud simulator radar type


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.observation_simulation.radar_inputs.type')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "surface"  
#      "space borne"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

43.3. Gas Absorption

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Cloud simulator radar uses gas absorption


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.observation_simulation.radar_inputs.gas_absorption')  

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

43.4. Effective Radius

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Cloud simulator radar uses effective radius


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.observation_simulation.radar_inputs.effective_radius')  

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

44. Observation Simulation --> Lidar Inputs

Characteristics of the cloud lidar simulator

44.1. Ice Types

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Cloud simulator lidar ice type


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.observation_simulation.lidar_inputs.ice_types')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "ice spheres"  
#      "ice non-spherical"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

44.2. Overlap

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

Cloud simulator lidar overlap


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.observation_simulation.lidar_inputs.overlap')  

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

45. Gravity Waves

Characteristics of the parameterised gravity waves in the atmosphere, whether from orography or other sources.

45.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview description of gravity wave parameterisation in the atmosphere


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

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

45.2. Sponge Layer

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Sponge layer in the upper levels in order to avoid gravity wave reflection at the top.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.sponge_layer')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Rayleigh friction"  
#      "Diffusive sponge layer"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

45.3. Background

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Background wave distribution


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.background')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "continuous spectrum"  
#      "discrete spectrum"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

45.4. Subgrid Scale Orography

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

Subgrid scale orography effects taken into account.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.subgrid_scale_orography')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "effect on drag"  
#      "effect on lifting"  
#      "enhanced topography"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

46. Gravity Waves --> Orographic Gravity Waves

Gravity waves generated due to the presence of orography

46.1. Name

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Commonly used name for the orographic gravity wave scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.orographic_gravity_waves.name')  

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

46.2. Source Mechanisms

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

Orographic gravity wave source mechanisms


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.orographic_gravity_waves.source_mechanisms')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "linear mountain waves"  
#      "hydraulic jump"  
#      "envelope orography"  
#      "low level flow blocking"  
#      "statistical sub-grid scale variance"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

46.3. Calculation Method

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

Orographic gravity wave calculation method


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.orographic_gravity_waves.calculation_method')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "non-linear calculation"  
#      "more than two cardinal directions"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

46.4. Propagation Scheme

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Orographic gravity wave propogation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.orographic_gravity_waves.propagation_scheme')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "linear theory"  
#      "non-linear theory"  
#      "includes boundary layer ducting"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

46.5. Dissipation Scheme

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Orographic gravity wave dissipation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.orographic_gravity_waves.dissipation_scheme')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "total wave"  
#      "single wave"  
#      "spectral"  
#      "linear"  
#      "wave saturation vs Richardson number"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

47. Gravity Waves --> Non Orographic Gravity Waves

Gravity waves generated by non-orographic processes.

47.1. Name

Is Required: FALSE    Type: STRING    Cardinality: 0.1

Commonly used name for the non-orographic gravity wave scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.non_orographic_gravity_waves.name')  

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

47.2. Source Mechanisms

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

Non-orographic gravity wave source mechanisms


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.non_orographic_gravity_waves.source_mechanisms')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "convection"  
#      "precipitation"  
#      "background spectrum"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

47.3. Calculation Method

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

Non-orographic gravity wave calculation method


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.non_orographic_gravity_waves.calculation_method')  

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

47.4. Propagation Scheme

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Non-orographic gravity wave propogation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.non_orographic_gravity_waves.propagation_scheme')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "linear theory"  
#      "non-linear theory"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

47.5. Dissipation Scheme

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Non-orographic gravity wave dissipation scheme


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.gravity_waves.non_orographic_gravity_waves.dissipation_scheme')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "total wave"  
#      "single wave"  
#      "spectral"  
#      "linear"  
#      "wave saturation vs Richardson number"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

48. Solar

Top of atmosphere solar insolation characteristics

48.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview description of solar insolation of the atmosphere


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

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

49. Solar --> Solar Pathways

Pathways for solar forcing of the atmosphere

49.1. Pathways

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

Pathways for the solar forcing of the atmosphere model domain


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.solar.solar_pathways.pathways')  

# PROPERTY VALUE(S): 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "SW radiation"  
#      "precipitating energetic particles"  
#      "cosmic rays"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

50. Solar --> Solar Constant

Solar constant and top of atmosphere insolation characteristics

50.1. Type

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Time adaptation of the solar constant.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.solar.solar_constant.type')  

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

50.2. Fixed Value

Is Required: FALSE    Type: FLOAT    Cardinality: 0.1

If the solar constant is fixed, enter the value of the solar constant (W m-2).


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.solar.solar_constant.fixed_value')  

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

50.3. Transient Characteristics

Is Required: TRUE    Type: STRING    Cardinality: 1.1

solar constant transient characteristics (W m-2)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.solar.solar_constant.transient_characteristics')  

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

51. Solar --> Orbital Parameters

Orbital parameters and top of atmosphere insolation characteristics

51.1. Type

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Time adaptation of orbital parameters


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.solar.orbital_parameters.type')  

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

51.2. Fixed Reference Date

Is Required: TRUE    Type: INTEGER    Cardinality: 1.1

Reference date for fixed orbital parameters (yyyy)


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.solar.orbital_parameters.fixed_reference_date')  

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

51.3. Transient Method

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Description of transient orbital parameters


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.solar.orbital_parameters.transient_method')  

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

51.4. Computation Method

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

Method used for computing orbital parameters.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.solar.orbital_parameters.computation_method')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "Berger 1978"  
#      "Laskar 2004"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

52. Solar --> Insolation Ozone

Impact of solar insolation on stratospheric ozone

52.1. Solar Ozone Impact

Is Required: TRUE    Type: BOOLEAN    Cardinality: 1.1

Does top of atmosphere insolation impact on stratospheric ozone?


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.solar.insolation_ozone.solar_ozone_impact')  

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

53. Volcanos

Characteristics of the implementation of volcanoes

53.1. Overview

Is Required: TRUE    Type: STRING    Cardinality: 1.1

Overview description of the implementation of volcanic effects in the atmosphere


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

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

54. Volcanos --> Volcanoes Treatment

Treatment of volcanoes in the atmosphere

54.1. Volcanoes Implementation

Is Required: TRUE    Type: ENUM    Cardinality: 1.1

How volcanic effects are modeled in the atmosphere.


In [ ]:
# PROPERTY ID - DO NOT EDIT !  
DOC.set_id('cmip6.atmos.volcanos.volcanoes_treatment.volcanoes_implementation')  

# PROPERTY VALUE: 
# Set as follows: DOC.set_value("value")  
# Valid Choices: 
#      "high frequency solar constant anomaly"  
#      "stratospheric aerosols optical thickness"  
#      "Other: [Please specify]"  
# TODO - please enter value(s)

©2017 ES-DOC