Chemistry input file
The chemistry input file contains information required to setup aerosol emissions. The input data format varies depending on the level of detail (lod). For chemistry settings, there are three possibilities
- LOD 0 : This is known as parameterized mode. All LOD 1 options are controlled from the namelist (_p3d file) alone and no chemistry data file is required
- LOD 1 : This is known as default mode, where localized emissions are estimated through annual mean values, as well as temporal, spatial and speciation profiles supplied by \the chemistry data file
- LOD 2 : This is known as pre-processed mode. In this case the spatial and temporal emission levels are provided explicitly in the chemistry data file
Please note that some of the below inputs are only required for LOD 1, while some others are common for both LOD 1 and LOD 2, but with slightly different specifications.
Variables | Type | Explanation / Remarks |
---|---|---|
emission_name | NC_CHAR(25) |
List of all names of emitted species. The number of species (nspecies) varies depending on the employed chemistry scheme.
Coordinates
nspecies: number of emission species
Attributes
long_name char: emission species name |
emission_index | NC_USHORT |
Index of the emitted species
Coordinates
nspecies : number of emission species
Attributes
long_name char: "emission species name" |
emission_values | NC_FLOAT |
Index of the emitted species.
Coordinates
dt_emission: hourly time step (LOD=2 only)
Attributes
lod integer: 1 or 2 [*] Note the z dimension is retained for backward compatibility and contains only one level. It is not used and will be depreciated in future releases. |
stack_height | NC_FLOAT |
Vertical position for elevated emission sources (stacks).
Coordinates
y: northing in m
Attributes
long_name char: "emission staack height" |
The following variables are only required for LOD=1
emission_time_factors | NC_FLOAT |
Emission time scaling factors for emission_values.
Coordinates
ncat: number of mission categories
Attributes
lod integer: 1 |
emission_category_index | NC_BYTE |
Category inded of the emission quantity in question.
Coordinates
ncat: number of mission categories
Attributes
long_name char: "emission category index" |
emission_category_name | NC_CHAR(25) |
Emission name for each category indicated in emisison_category_index.
Coordinates
ncat: number of mission categories
Attributes
long_name char: "emission category index" |
emission_category_name | NC_CHAR(25) |
Emission name for each category indicated in emisison_category_index.
Coordinates
ncat: number of mission categories
Attributes
long_name char: "emission category name" |
composition_nox | NC_FLOAT |
Composition of species NOx (NO and NO2). The sum under each ncat must be equal to one.
Coordinates
ncat: number of mission categories
Attributes
long_name char: "composition of NOx" |
composition_sox | NC_FLOAT |
Composition of species SOx (SO2 and SO4). The sum under each ncat must be equal to one.
Coordinates
ncat: number of mission categories
Attributes
long_name char: "composition of SOx" |
emission_pm_name | NC_CHAR(25) |
List of all PM names.
Coordinates
npm: number of PM species
Attributes
long_name char: "PM name" |
composition_pm | NC_FLOAT |
Composition of PM emission species (PM10, PM2.5, and PM1). The sum under each ncat must be equal to one.
Coordinates
ncat: number of mission categories
Attributes
long_name char: "composition of PM" |
emission_voc_name | NC_CHAR(25) |
List of all VOC names.
Coordinates
nvoc: number of VOC species
Attributes
long_name char: "VOC name" |
composition_voc | NC_FLOAT |
Composition of VOC emission species. The sum under each ncat must be equal to one.
Coordinates
ncat: number of mission categories
Attributes
long_name char: "composition of PM" |