-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_atmos.js
9 lines (6 loc) · 91.2 KB
/
_atmos.js
1
2
3
4
5
6
7
8
9
(function (APP) {
// ECMAScript 5 Strict Mode
"use strict";
// Register with application.
APP.registerTopic({"id": "cmip6.atmos", "label": "Atmos", "description": "Atmosphere", "contact": "Charlotte Pascoe", "authors": ["Charlotte Pascoe", "Robert Pincus (NOAA)"], "contributors": [""], "project": "cmip6", "changeHistory": [{"note": "Initialised", "date": "2016-11-29", "version": "0.1.0", "author": "Mark Greenslade"}, {"note": "Updated process names and descriptions, added enumeration TODOs", "date": "2016-12-02", "version": "0.2.0", "author": "Charlotte Pascoe"}, {"note": "Updated following community feedback", "date": "2017-11-08", "version": "0.3.0", "author": "Charlotte Pascoe"}, {"note": "Review of atmosphere components", "date": "2018-03-28", "version": "1.0.0", "author": "Charlotte Pascoe and Eric Guilyardi"}, {"note": "Replaced some occurences of 'str' with 'cs-str' and 'l-str'", "date": "2018-04-04", "version": "1.0.1", "author": "David Hassell"}, {"note": "Removed some l-str", "date": "2018-04-04", "version": "1.0.2", "author": "David Hassell"}, {"note": "Added key_propoerties.tuning_applied", "date": "2018-09-27", "version": "1.1.0", "author": "David Hassell (NCAS)"}], "shortTables": [{"id": "atmos", "label": "Atmosphere CMIP6 short table", "properties": [{"priority": 1, "id": "cmip6.atmos.key_properties.name"}, {"priority": 1, "id": "cmip6.atmos.grid.discretisation.horizontal.scheme_type"}, {"priority": 1, "id": "cmip6.atmos.grid.discretisation.vertical.coordinate_type"}, {"priority": 1, "id": "cmip6.atmos.key_properties.basic_approximations"}, {"priority": 1, "id": "cmip6.atmos.key_properties.resolution.horizontal_resolution_name"}, {"priority": 1, "id": "cmip6.atmos.key_properties.resolution.number_of_vertical_levels"}, {"priority": 1, "id": "cmip6.atmos.key_properties.resolution.high_top"}, {"priority": 1, "id": "cmip6.atmos.key_properties.resolution.timestep_dynamics"}, {"priority": 1, "id": "cmip6.atmos.key_properties.resolution.timestep_radiative_transfer"}, {"priority": 1, "id": "cmip6.atmos.dynamical_core.name"}, {"priority": 1, "id": "cmip6.atmos.dynamical_core.prognostic_variables"}, {"priority": 1, "id": "cmip6.atmos.radiation.shortwave_radiation.name"}, {"priority": 1, "id": "cmip6.atmos.radiation.longwave_radiation.name"}, {"priority": 2, "id": "cmip6.atmos.radiation.shortwave_radiation.spectral_integration"}, {"priority": 2, "id": "cmip6.atmos.radiation.shortwave_radiation.transport_calculation"}, {"priority": 2, "id": "cmip6.atmos.radiation.longwave_radiation.spectral_integration"}, {"priority": 2, "id": "cmip6.atmos.radiation.longwave_radiation.transport_calculation"}, {"priority": 1, "id": "cmip6.atmos.turbulence_convection.boundary_layer_turbulence.scheme_name"}, {"priority": 2, "id": "cmip6.atmos.turbulence_convection.boundary_layer_turbulence.scheme_type"}, {"priority": 1, "id": "cmip6.atmos.turbulence_convection.deep_convection.scheme_name"}, {"priority": 2, "id": "cmip6.atmos.turbulence_convection.deep_convection.scheme_type"}, {"priority": 1, "id": "cmip6.atmos.cloud_scheme.name"}, {"priority": 1, "id": "cmip6.atmos.solar.solar_pathways.pathways"}, {"priority": 2, "id": "cmip6.atmos.volcanos.volcanoes_treatment.volcanoes_implementation"}]}], "subTopics": [{"id": "cmip6.atmos.key_properties", "label": "Key Properties", "description": "Atmosphere key properties", "contact": "Charlotte Pascoe", "properties": [{"id": "cmip6.atmos.key_properties.name", "label": "Name", "description": "Name of atmos model code", "cardinality": "1.1", "type": "str", "is_cim_property": true}, {"id": "cmip6.atmos.key_properties.keywords", "label": "Keywords", "description": "Keywords associated with atmos model code", "cardinality": "1.1", "type": "cs-str", "is_cim_property": true}, {"id": "cmip6.atmos.key_properties.overview", "label": "Overview", "description": "Overview of atmos model.", "cardinality": "1.1", "type": "l-str", "is_cim_property": true}, {"id": "cmip6.atmos.key_properties.model_family", "label": "Model Family", "description": "Type of atmospheric model.", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of atmospheric model", "label": "Model Family Type", "description": "Type of atmospheric model", "is_open": true, "choices": [{"description": "Atmospheric General Circulation Model", "value": "AGCM"}, {"description": "Atmospheric Regional Climate Model", "value": "ARCM"}]}}, {"id": "cmip6.atmos.key_properties.basic_approximations", "label": "Basic Approximations", "description": "Basic approximations made in the atmosphere.", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Basic approximations made in the atmosphere", "label": "Basic Approximations Attributes", "description": "Basic approximations made in the atmosphere", "is_open": true, "choices": [{"description": null, "value": "primitive equations"}, {"description": null, "value": "non-hydrostatic"}, {"description": null, "value": "anelastic"}, {"description": null, "value": "Boussinesq"}, {"description": null, "value": "hydrostatic"}, {"description": null, "value": "quasi-hydrostatic"}]}}, {"id": "cmip6.atmos.key_properties.resolution.horizontal_resolution_name", "label": "Resolution > Horizontal Resolution Name", "description": "This is a string usually used by the modelling group to describe the resolution of the model grid, e.g. T42, N48.", "cardinality": "1.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.key_properties.resolution.canonical_horizontal_resolution", "label": "Resolution > Canonical Horizontal Resolution", "description": "Expression quoted for gross comparisons of resolution, e.g. 2.5 x 3.75 degrees lat-lon.", "cardinality": "1.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.key_properties.resolution.range_horizontal_resolution", "label": "Resolution > Range Horizontal Resolution", "description": "Range of horizontal resolution with spatial details, eg. 1 deg (Equator) - 0.5 deg", "cardinality": "1.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.key_properties.resolution.number_of_vertical_levels", "label": "Resolution > Number Of Vertical Levels", "description": "Number of vertical levels resolved on the computational grid.", "cardinality": "1.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.key_properties.resolution.high_top", "label": "Resolution > High Top", "description": "Does the atmosphere have a high-top? High-Top atmospheres have a fully resolved stratosphere with a model top above the stratopause.", "cardinality": "1.1", "type": "bool", "is_cim_property": false}, {"id": "cmip6.atmos.key_properties.timestepping.timestep_dynamics", "label": "Timestepping > Timestep Dynamics", "description": "Timestep for the dynamics in seconds", "cardinality": "1.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.key_properties.timestepping.timestep_shortwave_radiative_transfer", "label": "Timestepping > Timestep Shortwave Radiative Transfer", "description": "Timestep for the shortwave radiative transfer in seconds.", "cardinality": "0.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.key_properties.timestepping.timestep_longwave_radiative_transfer", "label": "Timestepping > Timestep Longwave Radiative Transfer", "description": "Timestep for the longwave radiative transfer in seconds.", "cardinality": "0.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.key_properties.orography.type", "label": "Orography > Type", "description": "Type of orographic representation.", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of orographic representation", "label": "Orography Type", "description": "Type of orographic representation", "is_open": true, "choices": [{"description": null, "value": "fixed: present day"}, {"description": "provide details of modification below", "value": "fixed: modified"}]}}, {"id": "cmip6.atmos.key_properties.orography.modified", "label": "Orography > Modified", "description": "If the orography type is modified describe the adaptation.", "cardinality": "0.N", "type": "enum", "is_cim_property": false, "enum": {"id": "If the orography type is modified describe the time adaptation changes", "label": "Orography Changes", "description": "If the orography type is modified describe the time adaptation changes", "is_open": true, "choices": [{"description": null, "value": "related to ice sheets"}, {"description": null, "value": "related to tectonics"}, {"description": null, "value": "modified mean"}, {"description": null, "value": "modified variance if taken into account in model (cf gravity waves)"}]}}, {"id": "cmip6.atmos.key_properties.orography.time-varying", "label": "Orography > Time-varying", "description": "Describe any time varying orographic change", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.key_properties.tuning_applied.description", "label": "Tuning Applied > Description", "description": "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.", "cardinality": "1.1", "type": "l-str", "is_cim_property": false}, {"id": "cmip6.atmos.key_properties.tuning_applied.global_mean_metrics_used", "label": "Tuning Applied > Global Mean Metrics Used", "description": "List set of metrics of the global mean state used in tuning model/component", "cardinality": "0.1", "type": "cs-str", "is_cim_property": false}, {"id": "cmip6.atmos.key_properties.tuning_applied.regional_metrics_used", "label": "Tuning Applied > Regional Metrics Used", "description": "List of regional metrics of mean state used in tuning model/component", "cardinality": "0.1", "type": "cs-str", "is_cim_property": false}, {"id": "cmip6.atmos.key_properties.tuning_applied.trend_metrics_used", "label": "Tuning Applied > Trend Metrics Used", "description": "List observed trend metrics used in tuning model/component", "cardinality": "0.1", "type": "cs-str", "is_cim_property": false}]}, {"id": "cmip6.atmos.grid", "label": "Grid", "description": "Atmosphere grid", "contact": "Charlotte Pascoe", "properties": [{"id": "cmip6.atmos.grid.name", "label": "Name", "description": "Name of grid in atmos model.", "cardinality": "0.1", "type": "str", "is_cim_property": true}, {"id": "cmip6.atmos.grid.overview", "label": "Overview", "description": "Overview of grid in atmos model.", "cardinality": "0.1", "type": "l-str", "is_cim_property": true}, {"id": "cmip6.atmos.grid.discretisation.horizontal.scheme_type", "label": "Discretisation > Horizontal > Scheme Type", "description": "Horizontal discretisation type", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of horizontal discretisation scheme", "label": "Dynamical Core Discretisation Horizontal Type", "description": "Type of horizontal discretisation scheme", "is_open": true, "choices": [{"description": null, "value": "spectral"}, {"description": null, "value": "fixed grid"}]}}, {"id": "cmip6.atmos.grid.discretisation.horizontal.scheme_method", "label": "Discretisation > Horizontal > Scheme Method", "description": "Horizontal discretisation method", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "If the scheme type is fixed grid, describe the scheme method for the horizontal discretisation scheme", "label": "Dynamical Core Discretisation Horizontal Method", "description": "If the scheme type is fixed grid, describe the scheme method for the horizontal discretisation scheme", "is_open": false, "choices": [{"description": null, "value": "finite elements"}, {"description": null, "value": "finite volumes"}, {"description": null, "value": "finite difference"}, {"description": null, "value": "centered finite difference"}]}}, {"id": "cmip6.atmos.grid.discretisation.horizontal.scheme_order", "label": "Discretisation > Horizontal > Scheme Order", "description": "Horizontal discretisation function order", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Discretisation function order", "label": "Function Order", "description": "Discretisation function order", "is_open": true, "choices": [{"description": null, "value": "second"}, {"description": null, "value": "third"}, {"description": null, "value": "fourth"}]}}, {"id": "cmip6.atmos.grid.discretisation.horizontal.horizontal_pole", "label": "Discretisation > Horizontal > Horizontal Pole", "description": "Horizontal discretisation pole singularity treatment", "cardinality": "0.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Method used to handle the pole singularities", "label": "Dynamical Core Discretisation Horizontal Pole", "description": "Method used to handle the pole singularities", "is_open": true, "choices": [{"description": null, "value": "filter"}, {"description": null, "value": "pole rotation"}, {"description": null, "value": "artificial island"}]}}, {"id": "cmip6.atmos.grid.discretisation.horizontal.grid_type", "label": "Discretisation > Horizontal > Grid Type", "description": "Horizontal grid type", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of horizontal grid", "label": "Grid Type", "description": "Type of horizontal grid", "is_open": true, "choices": [{"description": null, "value": "Gaussian"}, {"description": null, "value": "Latitude-Longitude"}, {"description": null, "value": "Cubed-Sphere"}, {"description": null, "value": "Icosahedral"}]}}, {"id": "cmip6.atmos.grid.discretisation.vertical.coordinate_type", "label": "Discretisation > Vertical > Coordinate Type", "description": "Type of vertical coordinate system", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of vertical coordinate system", "label": "Dynamical Core Discretisation Vertical Type", "description": "Type of vertical coordinate system", "is_open": true, "choices": [{"description": "vertical coordinate on pressure levels", "value": "isobaric"}, {"description": "allows vertical coordinate to follow model terrain", "value": "sigma"}, {"description": "sigma system near terrain and isobaric above", "value": "hybrid sigma-pressure"}, {"description": null, "value": "hybrid pressure"}, {"description": null, "value": "vertically lagrangian"}]}}]}, {"id": "cmip6.atmos.dynamical_core", "label": "Dynamical Core", "description": "Characteristics of the dynamical core", "contact": "Charlotte Pascoe", "properties": [{"id": "cmip6.atmos.dynamical_core.name", "label": "Name", "description": "Commonly used name for the dynamical core in atmos model.", "cardinality": "0.1", "type": "str", "is_cim_property": true}, {"id": "cmip6.atmos.dynamical_core.overview", "label": "Overview", "description": "Overview of characteristics of the dynamical core in atmos model.", "cardinality": "0.1", "type": "l-str", "is_cim_property": true}, {"id": "cmip6.atmos.dynamical_core.timestepping_type", "label": "Timestepping Type", "description": "Timestepping framework type", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of time stepping scheme", "label": "Timestepping Type", "description": "Type of time stepping scheme", "is_open": true, "choices": [{"description": null, "value": "Adams-Bashforth"}, {"description": null, "value": "explicit"}, {"description": null, "value": "implicit"}, {"description": null, "value": "semi-implicit"}, {"description": null, "value": "leap frog"}, {"description": null, "value": "multi-step"}, {"description": null, "value": "Runge Kutta fifth order"}, {"description": null, "value": "Runge Kutta second order"}, {"description": null, "value": "Runge Kutta third order"}]}}, {"id": "cmip6.atmos.dynamical_core.prognostic_variables", "label": "Prognostic Variables", "description": "List of the model prognostic variables", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "List of the model prognostic variables", "label": "Prognostic Variables", "description": "List of the model prognostic variables", "is_open": true, "choices": [{"description": null, "value": "surface pressure"}, {"description": null, "value": "wind components"}, {"description": null, "value": "divergence/curl"}, {"description": null, "value": "temperature"}, {"description": null, "value": "potential temperature"}, {"description": null, "value": "total water"}, {"description": null, "value": "water vapour"}, {"description": null, "value": "water liquid"}, {"description": null, "value": "water ice"}, {"description": null, "value": "total water moments"}, {"description": null, "value": "clouds"}, {"description": null, "value": "radiation"}]}}, {"id": "cmip6.atmos.dynamical_core.top_boundary.top_boundary_condition", "label": "Top Boundary > Top Boundary Condition", "description": "Top boundary condition", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of boundary layer at the top of the model", "label": "Top Boundary Condition", "description": "Type of boundary layer at the top of the model", "is_open": true, "choices": [{"description": null, "value": "sponge layer"}, {"description": null, "value": "radiation boundary condition"}]}}, {"id": "cmip6.atmos.dynamical_core.top_boundary.top_heat", "label": "Top Boundary > Top Heat", "description": "Top boundary heat treatment", "cardinality": "1.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.dynamical_core.top_boundary.top_wind", "label": "Top Boundary > Top Wind", "description": "Top boundary wind treatment", "cardinality": "1.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.dynamical_core.lateral_boundary.condition", "label": "Lateral Boundary > Condition", "description": "Type of lateral boundary condition", "cardinality": "0.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of lateral boundary condition (if the model is a regional model)", "label": "Lateral Boundary", "description": "Type of lateral boundary condition (if the model is a regional model)", "is_open": true, "choices": [{"description": null, "value": "sponge layer"}, {"description": null, "value": "radiation boundary condition"}]}}, {"id": "cmip6.atmos.dynamical_core.diffusion_horizontal.scheme_name", "label": "Diffusion Horizontal > Scheme Name", "description": "Horizontal diffusion scheme name", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.dynamical_core.diffusion_horizontal.scheme_method", "label": "Diffusion Horizontal > Scheme Method", "description": "Horizontal diffusion scheme method", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Numerical method used by the horizontal diffusion scheme", "label": "Diffusion Horizontal Scheme Method", "description": "Numerical method used by the horizontal diffusion scheme", "is_open": true, "choices": [{"description": null, "value": "iterated Laplacian"}, {"description": null, "value": "bi-harmonic"}]}}, {"id": "cmip6.atmos.dynamical_core.advection.tracers.scheme_name", "label": "Advection > Tracers > Scheme Name", "description": "Tracer advection scheme name", "cardinality": "0.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Commonly used name for the tracer advection scheme", "label": "Advection Tracers Scheme Name", "description": "Commonly used name for the tracer advection scheme", "is_open": true, "choices": [{"description": null, "value": "Heun"}, {"description": null, "value": "Roe and VanLeer"}, {"description": null, "value": "Roe and Superbee"}, {"description": null, "value": "Prather"}, {"description": null, "value": "UTOPIA"}]}}, {"id": "cmip6.atmos.dynamical_core.advection.tracers.scheme_characteristics", "label": "Advection > Tracers > Scheme Characteristics", "description": "Tracer advection scheme characteristics", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Characteristics of the numerical scheme used for the advection of tracers", "label": "Advection Tracers Scheme Characteristics", "description": "Characteristics of the numerical scheme used for the advection of tracers", "is_open": true, "choices": [{"description": null, "value": "Eulerian"}, {"description": null, "value": "modified Euler"}, {"description": null, "value": "Lagrangian"}, {"description": null, "value": "semi-Lagrangian"}, {"description": null, "value": "cubic semi-Lagrangian"}, {"description": null, "value": "quintic semi-Lagrangian"}, {"description": null, "value": "mass-conserving"}, {"description": null, "value": "finite volume"}, {"description": null, "value": "flux-corrected"}, {"description": null, "value": "linear"}, {"description": null, "value": "quadratic"}, {"description": null, "value": "quartic"}]}}, {"id": "cmip6.atmos.dynamical_core.advection.tracers.conserved_quantities", "label": "Advection > Tracers > Conserved Quantities", "description": "Tracer advection scheme conserved quantities", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Quantities conserved through the tracers advection scheme", "label": "Advection Tracers Conserved Quantities", "description": "Quantities conserved through the tracers advection scheme", "is_open": true, "choices": [{"description": null, "value": "dry mass"}, {"description": null, "value": "tracer mass"}]}}, {"id": "cmip6.atmos.dynamical_core.advection.tracers.conservation_method", "label": "Advection > Tracers > Conservation Method", "description": "Tracer advection scheme conservation method", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Method used to ensure conservation in the tracers advection scheme", "label": "Advection Tracers Conservation Method", "description": "Method used to ensure conservation in the tracers advection scheme", "is_open": true, "choices": [{"description": null, "value": "conservation fixer"}, {"description": null, "value": "Priestley algorithm"}]}}, {"id": "cmip6.atmos.dynamical_core.advection.momentum.scheme_name", "label": "Advection > Momentum > Scheme Name", "description": "Momentum advection schemes name", "cardinality": "0.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Commonly used name for the momentum advection scheme", "label": "Advection Momentum Scheme Name", "description": "Commonly used name for the momentum advection scheme", "is_open": true, "choices": [{"description": null, "value": "VanLeer"}, {"description": null, "value": "Janjic"}, {"description": null, "value": "SUPG (Streamline Upwind Petrov-Galerkin)"}]}}, {"id": "cmip6.atmos.dynamical_core.advection.momentum.scheme_characteristics", "label": "Advection > Momentum > Scheme Characteristics", "description": "Momentum advection scheme characteristics", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Characteristics of the numerical scheme used for the advection of momentum", "label": "Advection Momentum Scheme Characteristics", "description": "Characteristics of the numerical scheme used for the advection of momentum", "is_open": true, "choices": [{"description": null, "value": "2nd order"}, {"description": null, "value": "4th order"}, {"description": null, "value": "cell-centred"}, {"description": null, "value": "staggered grid"}, {"description": null, "value": "semi-staggered grid"}]}}, {"id": "cmip6.atmos.dynamical_core.advection.momentum.scheme_staggering_type", "label": "Advection > Momentum > Scheme Staggering Type", "description": "Momentum advection scheme staggering type", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "If scheme characteristics specify staggered grid, describe the type of staggering", "label": "Advection Momentum Scheme Staggering Type", "description": "If scheme characteristics specify staggered grid, describe the type of staggering", "is_open": true, "choices": [{"description": null, "value": "Arakawa B-grid"}, {"description": null, "value": "Arakawa C-grid"}, {"description": null, "value": "Arakawa D-grid"}, {"description": null, "value": "Arakawa E-grid"}]}}, {"id": "cmip6.atmos.dynamical_core.advection.momentum.conserved_quantities", "label": "Advection > Momentum > Conserved Quantities", "description": "Momentum advection scheme conserved quantities", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Quantities conserved through the tracers advection scheme", "label": "Advection Momentum Conserved Quantities", "description": "Quantities conserved through the tracers advection scheme", "is_open": true, "choices": [{"description": null, "value": "Angular momentum"}, {"description": null, "value": "Horizontal momentum"}, {"description": null, "value": "Enstrophy"}, {"description": null, "value": "Mass"}, {"description": null, "value": "Total energy"}, {"description": null, "value": "Vorticity"}]}}, {"id": "cmip6.atmos.dynamical_core.advection.momentum.conservation_method", "label": "Advection > Momentum > Conservation Method", "description": "Momentum advection scheme conservation method", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Method used to ensure conservation in the momentum advection scheme", "label": "Advection Momentum Conservation Method", "description": "Method used to ensure conservation in the momentum advection scheme", "is_open": true, "choices": [{"description": null, "value": "conservation fixer"}]}}]}, {"id": "cmip6.atmos.radiation", "label": "Radiation", "description": "Characteristics of the atmosphere radiation process", "contact": "Charlotte Pascoe", "properties": [{"id": "cmip6.atmos.radiation.name", "label": "Name", "description": "Commonly used name for the radiation in atmos model.", "cardinality": "0.1", "type": "str", "is_cim_property": true}, {"id": "cmip6.atmos.radiation.overview", "label": "Overview", "description": "Overview of characteristics of the atmosphere radiation process in atmos model.", "cardinality": "0.1", "type": "l-str", "is_cim_property": true}, {"id": "cmip6.atmos.radiation.aerosols", "label": "Aerosols", "description": "Aerosols whose radiative effect is taken into account in the atmosphere model", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Aerosols whose radiative effect is taken into account in the atmospheric model.", "label": "Aerosol Types", "description": "Aerosols whose radiative effect is taken into account in the atmospheric model.", "is_open": true, "choices": [{"description": null, "value": "sulphate"}, {"description": null, "value": "nitrate"}, {"description": null, "value": "sea salt"}, {"description": null, "value": "dust"}, {"description": null, "value": "ice"}, {"description": null, "value": "organic"}, {"description": "black carbon / soot", "value": "BC"}, {"description": "secondary organic aerosols", "value": "SOA"}, {"description": "particulate organic matter", "value": "POM"}, {"description": null, "value": "polar stratospheric ice"}, {"description": "nitric acid trihydrate", "value": "NAT"}, {"description": "nitric acid dihydrate", "value": "NAD"}, {"description": "supercooled ternary solution aerosol particle", "value": "STS"}]}}, {"id": "cmip6.atmos.radiation.shortwave_radiation.name", "label": "Shortwave Radiation > Name", "description": "Commonly used name for the shortwave radiation scheme", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.radiation.shortwave_radiation.spectral_integration", "label": "Shortwave Radiation > Spectral Integration", "description": "Shortwave radiation scheme spectral integration", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Spectral integration of the radiation scheme", "label": "Spectral Integration", "description": "Spectral integration of the radiation scheme", "is_open": true, "choices": [{"description": null, "value": "wide-band model"}, {"description": null, "value": "correlated-k"}, {"description": null, "value": "exponential sum fitting"}]}}, {"id": "cmip6.atmos.radiation.shortwave_radiation.transport_calculation", "label": "Shortwave Radiation > Transport Calculation", "description": "Shortwave radiation transport calculation methods", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Radiation transport calculation methods", "label": "Transport Calculation", "description": "Radiation transport calculation methods", "is_open": true, "choices": [{"description": null, "value": "two-stream"}, {"description": null, "value": "layer interaction"}, {"description": "highly parameterised methods that use bulk expressions", "value": "bulk"}, {"description": "exploits spatial and temporal correlations in optical characteristics", "value": "adaptive"}, {"description": null, "value": "multi-stream"}]}}, {"id": "cmip6.atmos.radiation.shortwave_radiation.spectral_intervals", "label": "Shortwave Radiation > Spectral Intervals", "description": "Shortwave radiation scheme number of spectral intervals", "cardinality": "1.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.radiation.shortwave_radiation.general_interactions", "label": "Shortwave Radiation > General Interactions", "description": "General radiative interactions e.g. with aerosols, cloud ice and cloud water ", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "General radiative interactions", "label": "Radiative Interactions", "description": "General radiative interactions", "is_open": true, "choices": [{"description": null, "value": "emission/absorption,"}, {"description": null, "value": "scattering"}]}}, {"id": "cmip6.atmos.radiation.shortwave_GHG.greenhouse_gas_complexity", "label": "Shortwave GHG > Greenhouse Gas Complexity", "description": "Complexity of greenhouse gases whose shortwave radiative effects are taken into account in the atmosphere model", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Greenhouse gases whose radiative effect is taken into account in the atmosphere model", "label": "Ghg Types", "description": "Greenhouse gases whose radiative effect is taken into account in the atmosphere model", "is_open": true, "choices": [{"description": "Carbon Dioxide", "value": "CO2"}, {"description": "Methane", "value": "CH4"}, {"description": "Nitrous Oxide", "value": "N2O"}, {"description": "Summarize the effect of non CO2, CH4, N2O and CFC-12 gases with an equivalence concentration of CFC-11", "value": "CFC-11 eq"}, {"description": "Summarize the radiative effect of the Ozone Depleating Substances, ODSs, with a CFC-12 equivalence concentration", "value": "CFC-12 eq"}, {"description": "Summarize the radiative effect of other fluorinated gases with a HFC-134a equivalence concentration", "value": "HFC-134a eq"}, {"description": "Explicit representation of Ozone Depleting Substances e.g. CFCs, HCFCs and Halons", "value": "Explicit ODSs"}, {"description": "Explicit representation of other fluorinated gases e.g. HFCs and PFCs", "value": "Explicit other fluorinated gases"}, {"description": null, "value": "O3"}, {"description": null, "value": "H2O"}]}}, {"id": "cmip6.atmos.radiation.shortwave_GHG.ODS", "label": "Shortwave GHG > ODS", "description": "Ozone depleting substances whose shortwave radiative effects are explicitly taken into account in the atmosphere model", "cardinality": "0.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Ozone depleting substances, ODS, whose radiative effect is explicitly taken into account in the atmosphere model", "label": "ODS", "description": "Ozone depleting substances, ODS, whose radiative effect is explicitly taken into account in the atmosphere model", "is_open": true, "choices": [{"description": "CFC", "value": "CFC-12"}, {"description": "CFC", "value": "CFC-11"}, {"description": "CFC", "value": "CFC-113"}, {"description": "CFC", "value": "CFC-114"}, {"description": "CFC", "value": "CFC-115"}, {"description": "HCFC", "value": "HCFC-22"}, {"description": "HCFC", "value": "HCFC-141b"}, {"description": "HCFC", "value": "HCFC-142b"}, {"description": "halon", "value": "Halon-1211"}, {"description": "halon", "value": "Halon-1301"}, {"description": "halon", "value": "Halon-2402"}, {"description": "CH3CCl3", "value": "methyl chloroform"}, {"description": "CCl4", "value": "carbon tetrachloride"}, {"description": "CH3Cl", "value": "methyl chloride"}, {"description": "CH2Cl2", "value": "methylene chloride"}, {"description": "CHCl3", "value": "chloroform"}, {"description": "Ch3Br", "value": "methyl bromide"}]}}, {"id": "cmip6.atmos.radiation.shortwave_GHG.other_flourinated_gases", "label": "Shortwave GHG > Other Flourinated Gases", "description": "Other flourinated gases whose shortwave radiative effects are explicitly taken into account in the atmosphere model", "cardinality": "0.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Other Fluorinated gases whose radiative effect is explicitly taken into account in the atmosphere model", "label": "Other Fluorinated Gases", "description": "Other Fluorinated gases whose radiative effect is explicitly taken into account in the atmosphere model", "is_open": true, "choices": [{"description": "HFC", "value": "HFC-134a"}, {"description": "HFC", "value": "HFC-23"}, {"description": "HFC", "value": "HFC-32"}, {"description": "HFC", "value": "HFC-125"}, {"description": "HFC", "value": "HFC-143a"}, {"description": "HFC", "value": "HFC-152a"}, {"description": "HFC", "value": "HFC-227ea"}, {"description": "HFC", "value": "HFC-236fa"}, {"description": "HFC", "value": "HFC-245fa"}, {"description": "HFC", "value": "HFC-365mfc"}, {"description": "HFC", "value": "HFC-43-10mee"}, {"description": "PFC", "value": "CF4"}, {"description": "PFC", "value": "C2F6"}, {"description": "PFC", "value": "C3F8"}, {"description": "PFC", "value": "C4F10"}, {"description": "PFC", "value": "C5F12"}, {"description": "PFC", "value": "C6F14"}, {"description": "PFC", "value": "C7F16"}, {"description": "PFC", "value": "C8F18"}, {"description": "PFC", "value": "c-C4F8"}, {"description": null, "value": "NF3"}, {"description": null, "value": "SF6"}, {"description": null, "value": "SO2F2"}]}}, {"id": "cmip6.atmos.radiation.shortwave_cloud_ice.physical_representation", "label": "Shortwave Cloud Ice > Physical Representation", "description": "Physical representation of cloud ice crystals in the shortwave radiation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Physical representation of ice crystals in clouds", "label": "Cloud Ice Physical Representation", "description": "Physical representation of ice crystals in clouds", "is_open": true, "choices": [{"description": "small mode diameters: a few tens of microns, large mode diameters: typically hundreds of microns", "value": "bi-modal size distribution"}, {"description": "complex shapes represented with an ensemble of symmetric shapes", "value": "ensemble of ice crystals"}, {"description": "randomly oriented irregular ice crystals present a greater mean projected area than spheres", "value": "mean projected area"}, {"description": "Integrated ice water path through the cloud kg m-2", "value": "ice water path"}, {"description": null, "value": "crystal asymmetry"}, {"description": null, "value": "crystal aspect ratio"}, {"description": null, "value": "effective crystal radius"}]}}, {"id": "cmip6.atmos.radiation.shortwave_cloud_ice.optical_methods", "label": "Shortwave Cloud Ice > Optical Methods", "description": "Optical methods applicable to cloud ice crystals in the shortwave radiation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Optical methods used by radiation scheme", "label": "Optical Methods", "description": "Optical methods used by radiation scheme", "is_open": true, "choices": [{"description": "For non-spherical particles", "value": "T-matrix"}, {"description": "For non-spherical particles", "value": "geometric optics"}, {"description": "For non-spherical particles", "value": "finite difference time domain (FDTD)"}, {"description": "For spherical particles", "value": "Mie theory"}, {"description": null, "value": "anomalous diffraction approximation"}]}}, {"id": "cmip6.atmos.radiation.shortwave_cloud_liquid.physical_representation", "label": "Shortwave Cloud Liquid > Physical Representation", "description": "Physical representation of cloud liquid droplets in the shortwave radiation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Physical_radiative representation of liquid droplets in clouds", "label": "Cloud Liquid Physical Representation", "description": "Physical_radiative representation of liquid droplets in clouds", "is_open": true, "choices": [{"description": "CDNC", "value": "cloud droplet number concentration"}, {"description": null, "value": "effective cloud droplet radii"}, {"description": null, "value": "droplet size distribution"}, {"description": "Integrated liquid water path through the cloud kg m-2", "value": "liquid water path"}]}}, {"id": "cmip6.atmos.radiation.shortwave_cloud_liquid.optical_methods", "label": "Shortwave Cloud Liquid > Optical Methods", "description": "Optical methods applicable to cloud liquid droplets in the shortwave radiation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Optical methods used by radiation scheme", "label": "Optical Methods Droplets", "description": "Optical methods used by radiation scheme", "is_open": true, "choices": [{"description": "For non-spherical particles", "value": "geometric optics"}, {"description": "For spherical particles", "value": "Mie theory"}]}}, {"id": "cmip6.atmos.radiation.shortwave_cloud_inhomogeneity.cloud_inhomogeneity", "label": "Shortwave Cloud Inhomogeneity > Cloud Inhomogeneity", "description": "Method for taking into account horizontal cloud inhomogeneity", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Cloud scheme inhomogeneity treatment", "label": "Inhomogeneity Treatment", "description": "Cloud scheme inhomogeneity treatment", "is_open": true, "choices": [{"description": "McICA", "value": "Monte Carlo Independent Column Approximation"}, {"description": "Regions of clear sky, optically thin cloud and optically thick cloud, Shonk et al 2010", "value": "Triplecloud"}, {"description": null, "value": "analytic"}]}}, {"id": "cmip6.atmos.radiation.shortwave_aerosols.physical_representation", "label": "Shortwave Aerosols > Physical Representation", "description": "Physical representation of aerosols in the shortwave radiation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Physical radiative representation of aerosols", "label": "Aerosol Physical Representation", "description": "Physical radiative representation of aerosols", "is_open": true, "choices": [{"description": null, "value": "number concentration"}, {"description": null, "value": "effective radii"}, {"description": null, "value": "size distribution"}, {"description": null, "value": "asymmetry"}, {"description": null, "value": "aspect ratio"}, {"description": "For shortwave radiative interaction", "value": "mixing state"}]}}, {"id": "cmip6.atmos.radiation.shortwave_aerosols.optical_methods", "label": "Shortwave Aerosols > Optical Methods", "description": "Optical methods applicable to aerosols in the shortwave radiation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Optical methods used by radiation scheme", "label": "Optical Methods", "description": "Optical methods used by radiation scheme", "is_open": true, "choices": [{"description": "For non-spherical particles", "value": "T-matrix"}, {"description": "For non-spherical particles", "value": "geometric optics"}, {"description": "For non-spherical particles", "value": "finite difference time domain (FDTD)"}, {"description": "For spherical particles", "value": "Mie theory"}, {"description": null, "value": "anomalous diffraction approximation"}]}}, {"id": "cmip6.atmos.radiation.longwave_radiation.name", "label": "Longwave Radiation > Name", "description": "Commonly used name for the longwave radiation scheme.", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.radiation.longwave_radiation.spectral_integration", "label": "Longwave Radiation > Spectral Integration", "description": "Longwave radiation scheme spectral integration", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Spectral integration of the radiation scheme", "label": "Spectral Integration", "description": "Spectral integration of the radiation scheme", "is_open": true, "choices": [{"description": null, "value": "wide-band model"}, {"description": null, "value": "correlated-k"}, {"description": null, "value": "exponential sum fitting"}]}}, {"id": "cmip6.atmos.radiation.longwave_radiation.transport_calculation", "label": "Longwave Radiation > Transport Calculation", "description": "Longwave radiation transport calculation methods", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Radiation transport calculation methods", "label": "Transport Calculation", "description": "Radiation transport calculation methods", "is_open": true, "choices": [{"description": null, "value": "two-stream"}, {"description": null, "value": "layer interaction"}, {"description": "highly parameterised methods that use bulk expressions", "value": "bulk"}, {"description": "exploits spatial and temporal correlations in optical characteristics", "value": "adaptive"}, {"description": null, "value": "multi-stream"}]}}, {"id": "cmip6.atmos.radiation.longwave_radiation.spectral_intervals", "label": "Longwave Radiation > Spectral Intervals", "description": "Longwave radiation scheme number of spectral intervals", "cardinality": "1.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.radiation.longwave_radiation.general_interactions", "label": "Longwave Radiation > General Interactions", "description": "General radiative interactions e.g. with aerosols, cloud ice and cloud water ", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "General radiative interactions", "label": "Radiative Interactions", "description": "General radiative interactions", "is_open": true, "choices": [{"description": null, "value": "emission/absorption,"}, {"description": null, "value": "scattering"}]}}, {"id": "cmip6.atmos.radiation.longwave_GHG.greenhouse_gas_complexity", "label": "Longwave GHG > Greenhouse Gas Complexity", "description": "Complexity of greenhouse gases whose longwave radiative effects are taken into account in the atmosphere model", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Greenhouse gases whose radiative effect is taken into account in the atmosphere model", "label": "Ghg Types", "description": "Greenhouse gases whose radiative effect is taken into account in the atmosphere model", "is_open": true, "choices": [{"description": "Carbon Dioxide", "value": "CO2"}, {"description": "Methane", "value": "CH4"}, {"description": "Nitrous Oxide", "value": "N2O"}, {"description": "Summarize the effect of non CO2, CH4, N2O and CFC-12 gases with an equivalence concentration of CFC-11", "value": "CFC-11 eq"}, {"description": "Summarize the radiative effect of the Ozone Depleating Substances, ODSs, with a CFC-12 equivalence concentration", "value": "CFC-12 eq"}, {"description": "Summarize the radiative effect of other fluorinated gases with a HFC-134a equivalence concentration", "value": "HFC-134a eq"}, {"description": "Explicit representation of Ozone Depleting Substances e.g. CFCs, HCFCs and Halons", "value": "Explicit ODSs"}, {"description": "Explicit representation of other fluorinated gases e.g. HFCs and PFCs", "value": "Explicit other fluorinated gases"}, {"description": null, "value": "O3"}, {"description": null, "value": "H2O"}]}}, {"id": "cmip6.atmos.radiation.longwave_GHG.ODS", "label": "Longwave GHG > ODS", "description": "Ozone depleting substances whose longwave radiative effects are explicitly taken into account in the atmosphere model", "cardinality": "0.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Ozone depleting substances, ODS, whose radiative effect is explicitly taken into account in the atmosphere model", "label": "ODS", "description": "Ozone depleting substances, ODS, whose radiative effect is explicitly taken into account in the atmosphere model", "is_open": true, "choices": [{"description": "CFC", "value": "CFC-12"}, {"description": "CFC", "value": "CFC-11"}, {"description": "CFC", "value": "CFC-113"}, {"description": "CFC", "value": "CFC-114"}, {"description": "CFC", "value": "CFC-115"}, {"description": "HCFC", "value": "HCFC-22"}, {"description": "HCFC", "value": "HCFC-141b"}, {"description": "HCFC", "value": "HCFC-142b"}, {"description": "halon", "value": "Halon-1211"}, {"description": "halon", "value": "Halon-1301"}, {"description": "halon", "value": "Halon-2402"}, {"description": "CH3CCl3", "value": "methyl chloroform"}, {"description": "CCl4", "value": "carbon tetrachloride"}, {"description": "CH3Cl", "value": "methyl chloride"}, {"description": "CH2Cl2", "value": "methylene chloride"}, {"description": "CHCl3", "value": "chloroform"}, {"description": "Ch3Br", "value": "methyl bromide"}]}}, {"id": "cmip6.atmos.radiation.longwave_GHG.other_flourinated_gases", "label": "Longwave GHG > Other Flourinated Gases", "description": "Other flourinated gases whose longwave radiative effects are explicitly taken into account in the atmosphere model", "cardinality": "0.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Other Fluorinated gases whose radiative effect is explicitly taken into account in the atmosphere model", "label": "Other Fluorinated Gases", "description": "Other Fluorinated gases whose radiative effect is explicitly taken into account in the atmosphere model", "is_open": true, "choices": [{"description": "HFC", "value": "HFC-134a"}, {"description": "HFC", "value": "HFC-23"}, {"description": "HFC", "value": "HFC-32"}, {"description": "HFC", "value": "HFC-125"}, {"description": "HFC", "value": "HFC-143a"}, {"description": "HFC", "value": "HFC-152a"}, {"description": "HFC", "value": "HFC-227ea"}, {"description": "HFC", "value": "HFC-236fa"}, {"description": "HFC", "value": "HFC-245fa"}, {"description": "HFC", "value": "HFC-365mfc"}, {"description": "HFC", "value": "HFC-43-10mee"}, {"description": "PFC", "value": "CF4"}, {"description": "PFC", "value": "C2F6"}, {"description": "PFC", "value": "C3F8"}, {"description": "PFC", "value": "C4F10"}, {"description": "PFC", "value": "C5F12"}, {"description": "PFC", "value": "C6F14"}, {"description": "PFC", "value": "C7F16"}, {"description": "PFC", "value": "C8F18"}, {"description": "PFC", "value": "c-C4F8"}, {"description": null, "value": "NF3"}, {"description": null, "value": "SF6"}, {"description": null, "value": "SO2F2"}]}}, {"id": "cmip6.atmos.radiation.longwave_cloud_ice.physical_reprenstation", "label": "Longwave Cloud Ice > Physical Reprenstation", "description": "Physical representation of cloud ice crystals in the longwave radiation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Physical representation of ice crystals in clouds", "label": "Cloud Ice Physical Representation", "description": "Physical representation of ice crystals in clouds", "is_open": true, "choices": [{"description": "small mode diameters: a few tens of microns, large mode diameters: typically hundreds of microns", "value": "bi-modal size distribution"}, {"description": "complex shapes represented with an ensemble of symmetric shapes", "value": "ensemble of ice crystals"}, {"description": "randomly oriented irregular ice crystals present a greater mean projected area than spheres", "value": "mean projected area"}, {"description": "Integrated ice water path through the cloud kg m-2", "value": "ice water path"}, {"description": null, "value": "crystal asymmetry"}, {"description": null, "value": "crystal aspect ratio"}, {"description": null, "value": "effective crystal radius"}]}}, {"id": "cmip6.atmos.radiation.longwave_cloud_ice.optical_methods", "label": "Longwave Cloud Ice > Optical Methods", "description": "Optical methods applicable to cloud ice crystals in the longwave radiation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Optical methods used by radiation scheme", "label": "Optical Methods", "description": "Optical methods used by radiation scheme", "is_open": true, "choices": [{"description": "For non-spherical particles", "value": "T-matrix"}, {"description": "For non-spherical particles", "value": "geometric optics"}, {"description": "For non-spherical particles", "value": "finite difference time domain (FDTD)"}, {"description": "For spherical particles", "value": "Mie theory"}, {"description": null, "value": "anomalous diffraction approximation"}]}}, {"id": "cmip6.atmos.radiation.longwave_cloud_liquid.physical_representation", "label": "Longwave Cloud Liquid > Physical Representation", "description": "Physical representation of cloud liquid droplets in the longwave radiation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Physical_radiative representation of liquid droplets in clouds", "label": "Cloud Liquid Physical Representation", "description": "Physical_radiative representation of liquid droplets in clouds", "is_open": true, "choices": [{"description": "CDNC", "value": "cloud droplet number concentration"}, {"description": null, "value": "effective cloud droplet radii"}, {"description": null, "value": "droplet size distribution"}, {"description": "Integrated liquid water path through the cloud kg m-2", "value": "liquid water path"}]}}, {"id": "cmip6.atmos.radiation.longwave_cloud_liquid.optical_methods", "label": "Longwave Cloud Liquid > Optical Methods", "description": "Optical methods applicable to cloud liquid droplets in the longwave radiation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Optical methods used by radiation scheme", "label": "Optical Methods Droplets", "description": "Optical methods used by radiation scheme", "is_open": true, "choices": [{"description": "For non-spherical particles", "value": "geometric optics"}, {"description": "For spherical particles", "value": "Mie theory"}]}}, {"id": "cmip6.atmos.radiation.longwave_cloud_inhomogeneity.cloud_inhomogeneity", "label": "Longwave Cloud Inhomogeneity > Cloud Inhomogeneity", "description": "Method for taking into account horizontal cloud inhomogeneity", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Cloud scheme inhomogeneity treatment", "label": "Inhomogeneity Treatment", "description": "Cloud scheme inhomogeneity treatment", "is_open": true, "choices": [{"description": "McICA", "value": "Monte Carlo Independent Column Approximation"}, {"description": "Regions of clear sky, optically thin cloud and optically thick cloud, Shonk et al 2010", "value": "Triplecloud"}, {"description": null, "value": "analytic"}]}}, {"id": "cmip6.atmos.radiation.longwave_aerosols.physical_representation", "label": "Longwave Aerosols > Physical Representation", "description": "Physical representation of aerosols in the longwave radiation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Physical radiative representation of aerosols", "label": "Aerosol Physical Representation", "description": "Physical radiative representation of aerosols", "is_open": true, "choices": [{"description": null, "value": "number concentration"}, {"description": null, "value": "effective radii"}, {"description": null, "value": "size distribution"}, {"description": null, "value": "asymmetry"}, {"description": null, "value": "aspect ratio"}, {"description": "For shortwave radiative interaction", "value": "mixing state"}]}}, {"id": "cmip6.atmos.radiation.longwave_aerosols.optical_methods", "label": "Longwave Aerosols > Optical Methods", "description": "Optical methods applicable to aerosols in the longwave radiation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Optical methods used by radiation scheme", "label": "Optical Methods", "description": "Optical methods used by radiation scheme", "is_open": true, "choices": [{"description": "For non-spherical particles", "value": "T-matrix"}, {"description": "For non-spherical particles", "value": "geometric optics"}, {"description": "For non-spherical particles", "value": "finite difference time domain (FDTD)"}, {"description": "For spherical particles", "value": "Mie theory"}, {"description": null, "value": "anomalous diffraction approximation"}]}}]}, {"id": "cmip6.atmos.turbulence_convection", "label": "Turbulence Convection", "description": "Atmosphere Convective Turbulence and Clouds", "contact": "Charlotte Pascoe", "properties": [{"id": "cmip6.atmos.turbulence_convection.name", "label": "Name", "description": "Commonly used name for the turbulence convection in atmos model.", "cardinality": "0.1", "type": "str", "is_cim_property": true}, {"id": "cmip6.atmos.turbulence_convection.overview", "label": "Overview", "description": "Overview of atmosphere convective turbulence and clouds in atmos model.", "cardinality": "0.1", "type": "l-str", "is_cim_property": true}, {"id": "cmip6.atmos.turbulence_convection.boundary_layer_turbulence.scheme_name", "label": "Boundary Layer Turbulence > Scheme Name", "description": "Boundary layer turbulence scheme name", "cardinality": "0.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Commonly used name for the boundary layer turbulence scheme.", "label": "Boundary Layer Turbulence Scheme Name", "description": "Commonly used name for the boundary layer turbulence scheme.", "is_open": true, "choices": [{"description": null, "value": "Mellor-Yamada"}, {"description": null, "value": "Holtslag-Boville"}, {"description": "Combined Eddy Diffusivity Mass-Flux", "value": "EDMF"}]}}, {"id": "cmip6.atmos.turbulence_convection.boundary_layer_turbulence.scheme_type", "label": "Boundary Layer Turbulence > Scheme Type", "description": "Boundary layer turbulence scheme type", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of scheme used for the parameterisation of turbulence in the boundary layer.", "label": "Boundary Layer Turbulence Scheme Type", "description": "Type of scheme used for the parameterisation of turbulence in the boundary layer.", "is_open": true, "choices": [{"description": null, "value": "TKE prognostic"}, {"description": null, "value": "TKE diagnostic"}, {"description": null, "value": "TKE coupled with water"}, {"description": null, "value": "vertical profile of Kz"}, {"description": null, "value": "non-local diffusion"}, {"description": null, "value": "Monin-Obukhov similarity"}, {"description": "separate components for coastal near surface winds over ocean and land", "value": "Coastal Buddy Scheme"}, {"description": null, "value": "Coupled with convection"}, {"description": null, "value": "Coupled with gravity waves"}, {"description": "boundary layer capped at cloud base when convection is diagnosed", "value": "Depth capped at cloud base"}]}}, {"id": "cmip6.atmos.turbulence_convection.boundary_layer_turbulence.closure_order", "label": "Boundary Layer Turbulence > Closure Order", "description": "Boundary layer turbulence scheme closure order", "cardinality": "1.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.turbulence_convection.boundary_layer_turbulence.counter_gradient", "label": "Boundary Layer Turbulence > Counter Gradient", "description": "Uses boundary layer turbulence scheme counter gradient", "cardinality": "1.1", "type": "bool", "is_cim_property": false}, {"id": "cmip6.atmos.turbulence_convection.deep_convection.scheme_name", "label": "Deep Convection > Scheme Name", "description": "Deep convection scheme name", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.turbulence_convection.deep_convection.scheme_type", "label": "Deep Convection > Scheme Type", "description": "Deep convection scheme type", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of scheme used for the parameterisation of deep convection.", "label": "Deep Convection Scheme Type", "description": "Type of scheme used for the parameterisation of deep convection.", "is_open": true, "choices": [{"description": null, "value": "mass-flux"}, {"description": null, "value": "adjustment"}, {"description": "Zhang-McFarlane", "value": "plume ensemble"}]}}, {"id": "cmip6.atmos.turbulence_convection.deep_convection.scheme_method", "label": "Deep Convection > Scheme Method", "description": "Deep convection scheme method", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Method used for deep convection closure for determining cloud-base mass flux.", "label": "Deep Convection Scheme Method", "description": "Method used for deep convection closure for determining cloud-base mass flux.", "is_open": true, "choices": [{"description": "Mass flux determined by CAPE, convectively available potential energy.", "value": "CAPE"}, {"description": "A bulk mass flux scheme is used", "value": "bulk"}, {"description": "Summation over an ensemble of convective clouds with differing characteristics", "value": "ensemble"}, {"description": "CAPE-Cloud Work Function: Based on the quasi-equilibrium of the free troposphere", "value": "CAPE/WFN based"}, {"description": "TKE-Convective Inhibition: Based on the quasi-equilibrium of the boundary layer", "value": "TKE/CIN based"}]}}, {"id": "cmip6.atmos.turbulence_convection.deep_convection.processes", "label": "Deep Convection > Processes", "description": "Physical processes taken into account in the parameterisation of deep convection", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Processes taken into account by the deep convection scheme", "label": "Deep Convection Scheme Processes", "description": "Processes taken into account by the deep convection scheme", "is_open": true, "choices": [{"description": null, "value": "vertical momentum transport"}, {"description": null, "value": "convective momentum transport"}, {"description": null, "value": "entrainment"}, {"description": null, "value": "detrainment"}, {"description": null, "value": "penetrative convection"}, {"description": null, "value": "updrafts"}, {"description": null, "value": "downdrafts"}, {"description": null, "value": "radiative effect of anvils"}, {"description": null, "value": "re-evaporation of convective precipitation"}]}}, {"id": "cmip6.atmos.turbulence_convection.deep_convection.microphysics", "label": "Deep Convection > Microphysics", "description": "Microphysics scheme for deep convection. Microphysical processes directly control the amount of detrainment of cloud hydrometeor and water vapor from updrafts", "cardinality": "0.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Convective microphysics parameterization scheme", "label": "Convective Microphysics Scheme Type", "description": "Convective microphysics parameterization scheme", "is_open": true, "choices": [{"description": null, "value": "tuning parameter based"}, {"description": null, "value": "single moment"}, {"description": null, "value": "two moment"}]}}, {"id": "cmip6.atmos.turbulence_convection.shallow_convection.scheme_name", "label": "Shallow Convection > Scheme Name", "description": "Shallow convection scheme name", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.turbulence_convection.shallow_convection.scheme_type", "label": "Shallow Convection > Scheme Type", "description": "shallow convection scheme type", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of scheme used for the parameterisation of shallow convection.", "label": "Shallow Convection Scheme Type", "description": "Type of scheme used for the parameterisation of shallow convection.", "is_open": true, "choices": [{"description": null, "value": "mass-flux"}, {"description": null, "value": "cumulus-capped boundary layer"}]}}, {"id": "cmip6.atmos.turbulence_convection.shallow_convection.scheme_method", "label": "Shallow Convection > Scheme Method", "description": "shallow convection scheme method", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Method used for shallow convection closure for determining cloud-base mass flux..", "label": "Shallow Convection Scheme Method", "description": "Method used for shallow convection closure for determining cloud-base mass flux..", "is_open": true, "choices": [{"description": null, "value": "same as deep (unified)"}, {"description": null, "value": "included in boundary layer turbulence"}, {"description": "Deep and Shallow convection schemes use different thermodynamic closure criteria", "value": "separate diagnosis"}]}}, {"id": "cmip6.atmos.turbulence_convection.shallow_convection.processes", "label": "Shallow Convection > Processes", "description": "Physical processes taken into account in the parameterisation of shallow convection", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Processes taken into account by the shallow convection scheme", "label": "Shallow Convection Scheme Processes", "description": "Processes taken into account by the shallow convection scheme", "is_open": true, "choices": [{"description": null, "value": "convective momentum transport"}, {"description": null, "value": "entrainment"}, {"description": null, "value": "detrainment"}, {"description": null, "value": "penetrative convection"}, {"description": null, "value": "re-evaporation of convective precipitation"}]}}, {"id": "cmip6.atmos.turbulence_convection.shallow_convection.microphysics", "label": "Shallow Convection > Microphysics", "description": "Microphysics scheme for shallow convection", "cardinality": "0.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Convective microphysics parameterization scheme", "label": "Convective Microphysics Scheme Type", "description": "Convective microphysics parameterization scheme", "is_open": true, "choices": [{"description": null, "value": "tuning parameter based"}, {"description": null, "value": "single moment"}, {"description": null, "value": "two moment"}]}}]}, {"id": "cmip6.atmos.microphysics_precipitation", "label": "Microphysics Precipitation", "description": "Large Scale Cloud Microphysics and Precipitation", "contact": "Charlotte Pascoe", "properties": [{"id": "cmip6.atmos.microphysics_precipitation.name", "label": "Name", "description": "Commonly used name for the microphysics precipitation in atmos model.", "cardinality": "0.1", "type": "str", "is_cim_property": true}, {"id": "cmip6.atmos.microphysics_precipitation.overview", "label": "Overview", "description": "Overview of large scale cloud microphysics and precipitation in atmos model.", "cardinality": "0.1", "type": "l-str", "is_cim_property": true}, {"id": "cmip6.atmos.microphysics_precipitation.large_scale_precipitation.scheme_name", "label": "Large Scale Precipitation > Scheme Name", "description": "Commonly used name of the large scale precipitation parameterisation scheme", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.microphysics_precipitation.large_scale_precipitation.hydrometeors", "label": "Large Scale Precipitation > Hydrometeors", "description": "Precipitating hydrometeors taken into account in the large scale precipitation scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Precipitating hydrometeors taken into account in the large scale precipitation scheme", "label": "Hydrometeor Types", "description": "Precipitating hydrometeors taken into account in the large scale precipitation scheme", "is_open": true, "choices": [{"description": null, "value": "liquid rain"}, {"description": null, "value": "snow"}, {"description": null, "value": "hail"}, {"description": null, "value": "graupel"}]}}, {"id": "cmip6.atmos.microphysics_precipitation.large_scale_cloud_microphysics.scheme_name", "label": "Large Scale Cloud Microphysics > Scheme Name", "description": "Commonly used name of the microphysics parameterisation scheme used for large scale clouds.", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.microphysics_precipitation.large_scale_cloud_microphysics.processes", "label": "Large Scale Cloud Microphysics > Processes", "description": "Large scale cloud microphysics processes", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Cloud microphysics processes", "label": "Processes Attributes", "description": "Cloud microphysics processes", "is_open": true, "choices": [{"description": null, "value": "mixed phase"}, {"description": null, "value": "cloud droplets"}, {"description": null, "value": "cloud ice"}, {"description": null, "value": "ice nucleation"}, {"description": null, "value": "water vapour deposition"}, {"description": null, "value": "effect of raindrops"}, {"description": null, "value": "effect of snow"}, {"description": null, "value": "effect of graupel"}]}}]}, {"id": "cmip6.atmos.cloud_scheme", "label": "Cloud Scheme", "description": "Characteristics of the cloud scheme", "contact": "Charlotte Pascoe", "properties": [{"id": "cmip6.atmos.cloud_scheme.name", "label": "Name", "description": "Commonly used name for the cloud scheme in atmos model.", "cardinality": "0.1", "type": "str", "is_cim_property": true}, {"id": "cmip6.atmos.cloud_scheme.overview", "label": "Overview", "description": "Overview of characteristics of the cloud scheme in atmos model.", "cardinality": "0.1", "type": "l-str", "is_cim_property": true}, {"id": "cmip6.atmos.cloud_scheme.scheme_type", "label": "Scheme Type", "description": "Describes the type(s) of cloud scheme: prognostic, diagnostic, other.", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of cloud scheme.", "label": "Cloud Scheme Type", "description": "Type of cloud scheme.", "is_open": true, "choices": [{"description": null, "value": "prognostic"}, {"description": null, "value": "diagnostic"}]}}, {"id": "cmip6.atmos.cloud_scheme.uses_separate_treatment", "label": "Uses Separate Treatment", "description": "Description for when different cloud schemes are used for different types of clouds e.g. convective, stratiform and boundary layer)", "cardinality": "1.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.cloud_scheme.processes", "label": "Processes", "description": "Processes included in the cloud scheme", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Processes included in the cloud scheme.", "label": "Processes Attributes", "description": "Processes included in the cloud scheme.", "is_open": true, "choices": [{"description": null, "value": "entrainment"}, {"description": null, "value": "detrainment"}, {"description": null, "value": "bulk cloud"}]}}, {"id": "cmip6.atmos.cloud_scheme.prognostic_variables", "label": "Prognostic Variables", "description": "List the prognostic variables used by the cloud scheme, if applicable.", "cardinality": "0.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Prognostic variables included in the cloud scheme.", "label": "Prognostic Vars", "description": "Prognostic variables included in the cloud scheme.", "is_open": true, "choices": [{"description": null, "value": "cloud amount"}, {"description": null, "value": "liquid"}, {"description": null, "value": "ice"}, {"description": null, "value": "rain"}, {"description": null, "value": "snow"}, {"description": "To document the use of two-moment cloud microphysics schemes", "value": "cloud droplet number concentration"}, {"description": "To document the use of two-moment cloud microphysics schemes", "value": "ice crystal number concentration"}]}}, {"id": "cmip6.atmos.cloud_scheme.atmos_coupling", "label": "Atmos Coupling", "description": "Atmosphere components that are linked to the cloud scheme", "cardinality": "0.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Atmosphere components that are linked to the cloud scheme", "label": "Atmos Cloud Coupling", "description": "Atmosphere components that are linked to the cloud scheme", "is_open": false, "choices": [{"description": null, "value": "atmosphere_radiation"}, {"description": null, "value": "atmosphere_microphysics_precipitation"}, {"description": null, "value": "atmosphere_turbulence_convection"}, {"description": null, "value": "atmosphere_gravity_waves"}, {"description": null, "value": "atmosphere_natural_forcing"}, {"description": null, "value": "atmosphere_observation_simulation"}]}}, {"id": "cmip6.atmos.cloud_scheme.optical_cloud_properties.cloud_overlap_method", "label": "Optical Cloud Properties > Cloud Overlap Method", "description": "Method for taking into account overlapping of cloud layers", "cardinality": "0.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Cloud scheme cloud overlap method", "label": "Cloud Overlap Method", "description": "Cloud scheme cloud overlap method", "is_open": true, "choices": [{"description": null, "value": "random"}, {"description": null, "value": "maximum"}, {"description": "combination of maximum and random overlap between clouds", "value": "maximum-random"}, {"description": null, "value": "exponential"}]}}, {"id": "cmip6.atmos.cloud_scheme.optical_cloud_properties.cloud_inhomogeneity", "label": "Optical Cloud Properties > Cloud Inhomogeneity", "description": "Method for taking into account cloud inhomogeneity", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.cloud_scheme.sub_grid_scale_water_distribution.type", "label": "Sub Grid Scale Water Distribution > Type", "description": "Sub-grid scale water distribution type", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Approach used for cloud H2O content and fractional cloud cover", "label": "Sub Grid Scale H2o Distribution Type", "description": "Approach used for cloud H2O content and fractional cloud cover", "is_open": false, "choices": [{"description": null, "value": "prognostic"}, {"description": null, "value": "diagnostic"}]}}, {"id": "cmip6.atmos.cloud_scheme.sub_grid_scale_water_distribution.function_name", "label": "Sub Grid Scale Water Distribution > Function Name", "description": "Sub-grid scale water distribution function name", "cardinality": "1.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.cloud_scheme.sub_grid_scale_water_distribution.function_order", "label": "Sub Grid Scale Water Distribution > Function Order", "description": "Sub-grid scale water distribution function type", "cardinality": "1.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.cloud_scheme.sub_grid_scale_water_distribution.convection_coupling", "label": "Sub Grid Scale Water Distribution > Convection Coupling", "description": "Sub-grid scale water distribution coupling with convection", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Type(s) of convection that the formation of clouds is coupled with", "label": "Sub Grid Scale H2o Distribution Convection", "description": "Type(s) of convection that the formation of clouds is coupled with", "is_open": false, "choices": [{"description": null, "value": "coupled with deep"}, {"description": null, "value": "coupled with shallow"}, {"description": null, "value": "not coupled with convection"}]}}, {"id": "cmip6.atmos.cloud_scheme.sub_grid_scale_ice_distribution.type", "label": "Sub Grid Scale Ice Distribution > Type", "description": "Sub-grid scale ice distribution type", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Approach used for cloud H2O content and fractional cloud cover", "label": "Sub Grid Scale H2o Distribution Type", "description": "Approach used for cloud H2O content and fractional cloud cover", "is_open": false, "choices": [{"description": null, "value": "prognostic"}, {"description": null, "value": "diagnostic"}]}}, {"id": "cmip6.atmos.cloud_scheme.sub_grid_scale_ice_distribution.function_name", "label": "Sub Grid Scale Ice Distribution > Function Name", "description": "Sub-grid scale ice distribution function name", "cardinality": "1.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.cloud_scheme.sub_grid_scale_ice_distribution.function_order", "label": "Sub Grid Scale Ice Distribution > Function Order", "description": "Sub-grid scale ice distribution function type", "cardinality": "1.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.cloud_scheme.sub_grid_scale_ice_distribution.convection_coupling", "label": "Sub Grid Scale Ice Distribution > Convection Coupling", "description": "Sub-grid scale ice distribution coupling with convection", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Type(s) of convection that the formation of clouds is coupled with", "label": "Sub Grid Scale H2o Distribution Convection", "description": "Type(s) of convection that the formation of clouds is coupled with", "is_open": false, "choices": [{"description": null, "value": "coupled with deep"}, {"description": null, "value": "coupled with shallow"}, {"description": null, "value": "not coupled with convection"}]}}]}, {"id": "cmip6.atmos.observation_simulation", "label": "Observation Simulation", "description": "Characteristics of observation simulation", "contact": "Charlotte Pascoe", "properties": [{"id": "cmip6.atmos.observation_simulation.name", "label": "Name", "description": "Commonly used name for the observation simulation in atmos model.", "cardinality": "0.1", "type": "str", "is_cim_property": true}, {"id": "cmip6.atmos.observation_simulation.overview", "label": "Overview", "description": "Overview of characteristics of observation simulation in atmos model.", "cardinality": "0.1", "type": "l-str", "is_cim_property": true}, {"id": "cmip6.atmos.observation_simulation.isscp_attributes.top_height_estimation_method", "label": "Isscp Attributes > Top Height Estimation Method", "description": "Cloud simulator ISSCP top height estimation methodUo", "cardinality": "0.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Cloud top height management", "label": "Isscp Top Height", "description": "Cloud top height management", "is_open": true, "choices": [{"description": null, "value": "no adjustment"}, {"description": null, "value": "IR brightness"}, {"description": null, "value": "visible optical depth"}]}}, {"id": "cmip6.atmos.observation_simulation.isscp_attributes.top_height_direction", "label": "Isscp Attributes > Top Height Direction", "description": "Cloud simulator ISSCP top height direction", "cardinality": "0.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Direction for finding the radiance determined cloud-top pressure. Atmosphere pressure level with interpolated temperature equal to the radiance determined cloud-top pressure.", "label": "Isscp Top Height Direction", "description": "Direction for finding the radiance determined cloud-top pressure. Atmosphere pressure level with interpolated temperature equal to the radiance determined cloud-top pressure.", "is_open": true, "choices": [{"description": null, "value": "lowest altitude level"}, {"description": null, "value": "highest altitude level"}]}}, {"id": "cmip6.atmos.observation_simulation.cosp_attributes.run_configuration", "label": "Cosp Attributes > Run Configuration", "description": "Cloud simulator COSP run configuration", "cardinality": "0.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Method used to run the CFMIP Observational Simulator Package", "label": "Cosp Run Configuration", "description": "Method used to run the CFMIP Observational Simulator Package", "is_open": true, "choices": [{"description": null, "value": "Inline"}, {"description": null, "value": "Offline"}]}}, {"id": "cmip6.atmos.observation_simulation.cosp_attributes.number_of_grid_points", "label": "Cosp Attributes > Number Of Grid Points", "description": "Cloud simulator COSP number of grid points", "cardinality": "0.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.observation_simulation.cosp_attributes.number_of_sub_columns", "label": "Cosp Attributes > Number Of Sub Columns", "description": "Cloud simulator COSP number of sub-cloumns used to simulate sub-grid variability", "cardinality": "0.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.observation_simulation.cosp_attributes.number_of_levels", "label": "Cosp Attributes > Number Of Levels", "description": "Cloud simulator COSP number of levels", "cardinality": "0.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.observation_simulation.radar_inputs.frequency", "label": "Radar Inputs > Frequency", "description": "Cloud simulator radar frequency (Hz)", "cardinality": "0.1", "type": "float", "is_cim_property": false}, {"id": "cmip6.atmos.observation_simulation.radar_inputs.type", "label": "Radar Inputs > Type", "description": "Cloud simulator radar type", "cardinality": "0.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of radar", "label": "Inputs Radar Type", "description": "Type of radar", "is_open": true, "choices": [{"description": null, "value": "surface"}, {"description": null, "value": "space borne"}]}}, {"id": "cmip6.atmos.observation_simulation.radar_inputs.gas_absorption", "label": "Radar Inputs > Gas Absorption", "description": "Cloud simulator radar uses gas absorption", "cardinality": "0.1", "type": "bool", "is_cim_property": false}, {"id": "cmip6.atmos.observation_simulation.radar_inputs.effective_radius", "label": "Radar Inputs > Effective Radius", "description": "Cloud simulator radar uses effective radius", "cardinality": "0.1", "type": "bool", "is_cim_property": false}, {"id": "cmip6.atmos.observation_simulation.lidar_inputs.ice_types", "label": "Lidar Inputs > Ice Types", "description": "Cloud simulator lidar ice type", "cardinality": "0.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Ice particle shape in lidar calculations", "label": "Inputs Lidar Ice Type", "description": "Ice particle shape in lidar calculations", "is_open": true, "choices": [{"description": null, "value": "ice spheres"}, {"description": null, "value": "ice non-spherical"}]}}, {"id": "cmip6.atmos.observation_simulation.lidar_inputs.overlap", "label": "Lidar Inputs > Overlap", "description": "Cloud simulator lidar overlap", "cardinality": "0.N", "type": "enum", "is_cim_property": false, "enum": {"id": "lidar overlap type", "label": "Inputs Lidar Overlap", "description": "lidar overlap type", "is_open": true, "choices": [{"description": null, "value": "max"}, {"description": null, "value": "random"}]}}]}, {"id": "cmip6.atmos.gravity_waves", "label": "Gravity Waves", "description": "Characteristics of the parameterised gravity waves in the atmosphere, whether from orography or other sources", "contact": "Charlotte Pascoe", "properties": [{"id": "cmip6.atmos.gravity_waves.name", "label": "Name", "description": "Commonly used name for the gravity waves in atmos model.", "cardinality": "0.1", "type": "str", "is_cim_property": true}, {"id": "cmip6.atmos.gravity_waves.overview", "label": "Overview", "description": "Overview of characteristics of the parameterised gravity waves in the atmosphere, whether from orography or other sources in atmos model.", "cardinality": "0.1", "type": "l-str", "is_cim_property": true}, {"id": "cmip6.atmos.gravity_waves.sponge_layer", "label": "Sponge Layer", "description": "Sponge layer in the upper levels in order to avoid gravity wave reflection at the top.", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Gravity waves sponge layer attributes", "label": "Sponge Layer Attributes", "description": "Gravity waves sponge layer attributes", "is_open": true, "choices": [{"description": null, "value": "Rayleigh friction"}, {"description": null, "value": "Diffusive sponge layer"}]}}, {"id": "cmip6.atmos.gravity_waves.background", "label": "Background", "description": "Background wave distribution", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Gravity waves background attributes", "label": "Background Attributes", "description": "Gravity waves background attributes", "is_open": true, "choices": [{"description": null, "value": "continuous spectrum"}, {"description": null, "value": "discrete spectrum"}]}}, {"id": "cmip6.atmos.gravity_waves.subgrid_scale_orography", "label": "Subgrid Scale Orography", "description": "Subgrid scale orography effects taken into account.", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Gravity waves subgrid scale orography attributes", "label": "Subgrid Scale Orography Attributes", "description": "Gravity waves subgrid scale orography attributes", "is_open": true, "choices": [{"description": null, "value": "effect on drag"}, {"description": null, "value": "effect on lifting"}, {"description": "To enhance the generation of long waves in the atmosphere", "value": "enhanced topography"}]}}, {"id": "cmip6.atmos.gravity_waves.orographic_gravity_waves.name", "label": "Orographic Gravity Waves > Name", "description": "Commonly used name for the orographic gravity wave scheme", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.gravity_waves.orographic_gravity_waves.source_mechanisms", "label": "Orographic Gravity Waves > Source Mechanisms", "description": "Orographic gravity wave source mechanisms", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Physical mechanisms generating orographic gravity waves.", "label": "Orographic Gravity Wave Source Mechanisms", "description": "Physical mechanisms generating orographic gravity waves.", "is_open": true, "choices": [{"description": null, "value": "linear mountain waves"}, {"description": null, "value": "hydraulic jump"}, {"description": null, "value": "envelope orography"}, {"description": null, "value": "low level flow blocking"}, {"description": null, "value": "statistical sub-grid scale variance"}]}}, {"id": "cmip6.atmos.gravity_waves.orographic_gravity_waves.calculation_method", "label": "Orographic Gravity Waves > Calculation Method", "description": "Orographic gravity wave calculation method", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Calculation method for orographic gravity waves.", "label": "Orographic Gravity Wave Calculation Method", "description": "Calculation method for orographic gravity waves.", "is_open": true, "choices": [{"description": null, "value": "non-linear calculation"}, {"description": null, "value": "more than two cardinal directions"}]}}, {"id": "cmip6.atmos.gravity_waves.orographic_gravity_waves.propagation_scheme", "label": "Orographic Gravity Waves > Propagation Scheme", "description": "Orographic gravity wave propogation scheme", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of propagation scheme for orgraphic gravity waves", "label": "Orographic Gravity Wave Propagation Scheme", "description": "Type of propagation scheme for orgraphic gravity waves", "is_open": true, "choices": [{"description": null, "value": "linear theory"}, {"description": null, "value": "non-linear theory"}, {"description": null, "value": "includes boundary layer ducting"}]}}, {"id": "cmip6.atmos.gravity_waves.orographic_gravity_waves.dissipation_scheme", "label": "Orographic Gravity Waves > Dissipation Scheme", "description": "Orographic gravity wave dissipation scheme", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of dissipation scheme for orographic gravity waves.", "label": "Orographic Gravity Wave Dissipation Scheme", "description": "Type of dissipation scheme for orographic gravity waves.", "is_open": true, "choices": [{"description": null, "value": "total wave"}, {"description": null, "value": "single wave"}, {"description": null, "value": "spectral"}, {"description": null, "value": "linear"}, {"description": null, "value": "wave saturation vs Richardson number"}]}}, {"id": "cmip6.atmos.gravity_waves.non_orographic_gravity_waves.name", "label": "Non Orographic Gravity Waves > Name", "description": "Commonly used name for the non-orographic gravity wave scheme", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.gravity_waves.non_orographic_gravity_waves.source_mechanisms", "label": "Non Orographic Gravity Waves > Source Mechanisms", "description": "Non-orographic gravity wave source mechanisms", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Physical mechanisms generating non-orographic gravity waves", "label": "Non Orographic Gravity Wave Source Mechanisms", "description": "Physical mechanisms generating non-orographic gravity waves", "is_open": true, "choices": [{"description": null, "value": "convection"}, {"description": null, "value": "precipitation"}, {"description": null, "value": "background spectrum"}]}}, {"id": "cmip6.atmos.gravity_waves.non_orographic_gravity_waves.calculation_method", "label": "Non Orographic Gravity Waves > Calculation Method", "description": "Non-orographic gravity wave calculation method", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Calculation method for non-orographic gravity waves", "label": "Non Orographic Gravity Wave Calculation Method", "description": "Calculation method for non-orographic gravity waves", "is_open": false, "choices": [{"description": null, "value": "spatially dependent"}, {"description": null, "value": "temporally dependent"}]}}, {"id": "cmip6.atmos.gravity_waves.non_orographic_gravity_waves.propagation_scheme", "label": "Non Orographic Gravity Waves > Propagation Scheme", "description": "Non-orographic gravity wave propogation scheme", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of propagation scheme for non-orographic gravity waves.", "label": "Non Orographic Gravity Wave Propagation Scheme", "description": "Type of propagation scheme for non-orographic gravity waves.", "is_open": true, "choices": [{"description": null, "value": "linear theory"}, {"description": null, "value": "non-linear theory"}]}}, {"id": "cmip6.atmos.gravity_waves.non_orographic_gravity_waves.dissipation_scheme", "label": "Non Orographic Gravity Waves > Dissipation Scheme", "description": "Non-orographic gravity wave dissipation scheme", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Type of dissipation scheme for non-orographic gravity waves.", "label": "Non Orographic Gravity Wave Dissipation Scheme", "description": "Type of dissipation scheme for non-orographic gravity waves.", "is_open": true, "choices": [{"description": null, "value": "total wave"}, {"description": null, "value": "single wave"}, {"description": null, "value": "spectral"}, {"description": null, "value": "linear"}, {"description": null, "value": "wave saturation vs Richardson number"}]}}]}, {"id": "cmip6.atmos.natural_forcing", "label": "Natural Forcing", "description": "Natural forcing: solar and volcanic.", "contact": "Charlotte Pascoe", "properties": [{"id": "cmip6.atmos.natural_forcing.name", "label": "Name", "description": "Commonly used name for the natural forcing in atmos model.", "cardinality": "0.1", "type": "str", "is_cim_property": true}, {"id": "cmip6.atmos.natural_forcing.overview", "label": "Overview", "description": "Overview of natural forcing: solar and volcanic. in atmos model.", "cardinality": "0.1", "type": "l-str", "is_cim_property": true}, {"id": "cmip6.atmos.natural_forcing.solar_pathways.pathways", "label": "Solar Pathways > Pathways", "description": "Pathways for the solar forcing of the atmosphere model domain", "cardinality": "1.N", "type": "enum", "is_cim_property": false, "enum": {"id": "Pathways for solar forcing of the atmosphere", "label": "Solar Forcing Pathways", "description": "Pathways for solar forcing of the atmosphere", "is_open": true, "choices": [{"description": "Shortwave solar spectral irradiance.", "value": "SW radiation"}, {"description": "Precipitating energetic particles from the sun (predominantly protons) and the magnetosphere (predominantly electrons) affect the ionization levels in the polar middle and upper atmosphere, leading to significant changes of the chemical composition", "value": "precipitating energetic particles"}, {"description": "Cosmic rays are the main source of ionization in the troposphere and lower stratosphere.", "value": "cosmic rays"}]}}, {"id": "cmip6.atmos.natural_forcing.solar_constant.type", "label": "Solar Constant > Type", "description": "Time adaptation of the solar constant.", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Time adaptation of the solar constant", "label": "Top Insolation Solar Constant Type", "description": "Time adaptation of the solar constant", "is_open": false, "choices": [{"description": null, "value": "fixed"}, {"description": null, "value": "transient"}]}}, {"id": "cmip6.atmos.natural_forcing.solar_constant.fixed_value", "label": "Solar Constant > Fixed Value", "description": "If the solar constant is fixed, enter the value of the solar constant (W m-2).", "cardinality": "0.1", "type": "float", "is_cim_property": false}, {"id": "cmip6.atmos.natural_forcing.solar_constant.transient_characteristics", "label": "Solar Constant > Transient Characteristics", "description": "Solar constant transient characteristics (W m-2)", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.natural_forcing.orbital_parameters.type", "label": "Orbital Parameters > Type", "description": "Type of orbital parameter", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Time adaptation of orbital parameters", "label": "Top Insolation Orbital Parameters Type", "description": "Time adaptation of orbital parameters", "is_open": false, "choices": [{"description": null, "value": "fixed"}, {"description": null, "value": "transient"}]}}, {"id": "cmip6.atmos.natural_forcing.orbital_parameters.fixed_reference_date", "label": "Orbital Parameters > Fixed Reference Date", "description": "Reference date for fixed orbital parameters (yyyy)", "cardinality": "0.1", "type": "int", "is_cim_property": false}, {"id": "cmip6.atmos.natural_forcing.orbital_parameters.transient_method", "label": "Orbital Parameters > Transient Method", "description": "Description of transient orbital parameters", "cardinality": "0.1", "type": "str", "is_cim_property": false}, {"id": "cmip6.atmos.natural_forcing.orbital_parameters.computation_method", "label": "Orbital Parameters > Computation Method", "description": "Method used for computing orbital parameters.", "cardinality": "0.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Method used for computing orbital parameters", "label": "Top Insolation Orbital Parameters Computation Method", "description": "Method used for computing orbital parameters", "is_open": true, "choices": [{"description": null, "value": "Berger 1978"}, {"description": null, "value": "Laskar 2004"}]}}, {"id": "cmip6.atmos.natural_forcing.insolation_ozone.solar_ozone_impact", "label": "Insolation Ozone > Solar Ozone Impact", "description": "Does top of atmosphere insolation impact on stratospheric ozone?", "cardinality": "1.1", "type": "bool", "is_cim_property": false}, {"id": "cmip6.atmos.natural_forcing.volcanoes_treatment.volcanoes_characteristics", "label": "Volcanoes Treatment > Volcanoes Characteristics", "description": "Description of how the volcanic forcing is taken into account in the atmosphere.", "cardinality": "1.1", "type": "l-str", "is_cim_property": false}, {"id": "cmip6.atmos.natural_forcing.volcanoes_treatment.volcanoes_implementation", "label": "Volcanoes Treatment > Volcanoes Implementation", "description": "How volcanic effects are modeled in the atmosphere.", "cardinality": "1.1", "type": "enum", "is_cim_property": false, "enum": {"id": "Volcanic effects taken into account by the atmosphere model", "label": "Volcanoes Implementation Method", "description": "Volcanic effects taken into account by the atmosphere model", "is_open": true, "choices": [{"description": null, "value": "high frequency solar constant anomaly"}, {"description": null, "value": "stratospheric aerosols optical thickness"}]}}]}]});
}(this.APP));