| 1 | == [=#salsa_input '''Aerosol input file'''] == |
| 2 | |
| 3 | The aerosol input file contains information needed to setup aerosol emissions. Aerosol emission value can be given applying two alternative level of detail (lod): 1 or 2. See [../../../tec/aerosol aerosol module documentation] for further details. |
| 4 | |
| 5 | ||='''Variables''' =||='''Type''' =||='''Explanation / Remarks''' =|| |
| 6 | |---------------- |
| 7 | {{{#!td style="vertical-align:top;width: 150px" |
| 8 | [=#aerosol_emission_values '''aerosol_emission_values''']// |
| 9 | ((time),y,x,(Dmid),(ncat)) |
| 10 | }}} |
| 11 | {{{#!td style="vertical-align:top;width: 50px" |
| 12 | NC_FLOAT |
| 13 | }}} |
| 14 | {{{#!td |
| 15 | Emission values of aerosol particles per size bin. The coordinates vary based on the chosen level of detail.\\ |
| 16 | |
| 17 | {{{lod=1}}}: Emissions are provided per emission category and yearly as total PM in dimensions {{{aerosol_emission_values(y,x,ncat)}}}. They are then scaled by pre-defined rescaling factors '''emission_time_factors'''. Default categories are ''traffic exhaust'', ''road dust'', ''wood combustion'', ''other''.// |
| 18 | |
| 19 | {{{lod=2}}}: Emissions are provided per aerosol size bin for each surface point in space and at given points in time in dimensions {{{aerosol_emission_values(time,y,x,Dmid)}}} and in units # m^-2^ s^-1^. The bin mean diameter ''Dmid'' given in nm. |
| 20 | }}} |
| 21 | |---------------- |
| 22 | {{{#!td style="vertical-align:top;width: 150px" |
| 23 | [=#composition_name '''composition_name''']// |
| 24 | (composition_index,max_string_length) |
| 25 | }}} |
| 26 | {{{#!td style="vertical-align:top;width: 50px" |
| 27 | NC_CHAR |
| 28 | }}} |
| 29 | {{{#!td |
| 30 | List of chemical components of aerosol particles. |
| 31 | }}} |
| 32 | |---------------- |
| 33 | {{{#!td style="vertical-align:top;width: 150px" |
| 34 | [=#emission_category_index '''emission_category_index''']// |
| 35 | (ncat) |
| 36 | }}} |
| 37 | {{{#!td style="vertical-align:top;width: 50px" |
| 38 | NC_BYTE |
| 39 | }}} |
| 40 | {{{#!td |
| 41 | Category index of the emission quantity in question (e.g. 1 = traffic emissions). {{{lod=1}}} only. |
| 42 | }}} |
| 43 | |---------------- |
| 44 | {{{#!td style="vertical-align:top;width: 150px" |
| 45 | [=#emission_category_name '''emission_category_name''']// |
| 46 | (ncat,max_string_length) |
| 47 | }}} |
| 48 | {{{#!td style="vertical-align:top;width: 50px" |
| 49 | NC_CHAR |
| 50 | }}} |
| 51 | {{{#!td |
| 52 | Emission categories names (match to emission_category_index of the same index element). {{{lod=1}}} only. |
| 53 | }}} |
| 54 | |---------------- |
| 55 | {{{#!td style="vertical-align:top;width: 150px" |
| 56 | [=#emission_mass_fracs '''emission_mass_fracs''']// |
| 57 | ((ncat),composition_index) |
| 58 | }}} |
| 59 | {{{#!td style="vertical-align:top;width: 50px" |
| 60 | NC_FLOAT |
| 61 | }}} |
| 62 | {{{#!td |
| 63 | Mass fractions of chemical components in aerosol emissions. |
| 64 | }}} |
| 65 | |---------------- |
| 66 | {{{#!td style="vertical-align:top;width: 150px" |
| 67 | [=#emission_time_factors '''emission_time_factors''']// |
| 68 | (ncat,(nhoursyear),(nmonthdayhour)) |
| 69 | }}} |
| 70 | {{{#!td style="vertical-align:top;width: 50px" |
| 71 | NC_FLOAT |
| 72 | }}} |
| 73 | {{{#!td |
| 74 | Emission time scaling factors for emission_values ({{{lod=1}}}). Two different time factors are possible: 1) Scaling according to month‑day‑hour classification ({{{emission_time_factors(ncat,nmonthdayhour)}}}), or scaling for each hour of the year ({{{emission_time_factors(ncat,nhoursyear)}}}). |
| 75 | }}} |