Version 135 (modified by suehring, 4 years ago) (diff) |
---|
Overview
TracNav
Core Parameters
Module Parameters
- Agent system
- Aerosol (Salsa)
- Biometeorology
- Bulk cloud physics
- Chemistry
- FASTv8
- Indoor climate
- Land surface
- Nesting
- Nesting (offline)
- Ocean
- Particles
- Plant canopy
- Radiation
- Spectra
- Surface output
- Synthetic turbulence
- Turbulent inflow
- Urban surface
- User-defined
- Virtual flights
- Virtual measurements
- Wind turbine
- Alphabetical list (outdated!)
This page is part of the Chemistry Model (CHEM) documentation.
It contains all namelist parameters that can be used to steer CHEM.
For an overview of all CHEM-related pages, see the CHEM main page.
Parameter list
NAMELIST group name: chemistry_parameters (see also relevant parameters in other namelistrs at the pottom of this page)
Parameter Name | FORTRAN Type | Default Value | Explanation |
---|---|---|---|
bc_cs_b | C*20 | 'dirichlet' | Bottom boundary condition of the chemical species (cs) concentration. Allowed values are 'dirichlet' (cs(k=0) = const. = cs_surface + cs_surface_initial_change; When a constant surface concentration flux is used (surface_csflux) or emissions are applied (emissions_anthropogenic = .T.), bc_cs_b = 'neumann' must be used. |
bc_cs_t | C*20 | 'initial_gradient' | Top boundary condition of the chemical species (cs) concentration. Allowed are the values 'dirichlet' (cs(k=nz+1) does not change during the run), 'neumann' (cs(k=nz+1) = cs(k=nz)), and 'initial_gradient' . With the 'initial_gradient' boundary condition the value of the scalar concentration gradient at the top is calculated from the initial scalar concentration profile (see cs_surface, cs_vertical_gradient) by: bc_cs_t_val = (cs_init(k=nz) - ss_init(k=nz-1)) / dzu(nz). Using this value (assumed constant during the run) the concentration boundary values are calculated as cs(k=nz+1) = cs(k=nz) + bc_cs_t_val * dzu(nz+1) (up to k=nz the prognostic equation for the chemical species concentration is solved). When a constant cs flux is used at the top boundary (top_csflux), bc_cs_t = 'neumann' must be used, because otherwise the resolved scale may contribute to the top flux so that a constant value cannot be guaranteed. |
bc_cs_l | C(20) | see bc_lr | The left boundary condition of the chemical species concentrations. Allowed are the values 'dirichlet' (constant concentration over the entire simulation as given by the initial profiles), 'neumann' (zero concentration gradient), and 'cyclic' . If not set by the user, the default value is given by parameter bc_lr. If 'cyclic' has been chosen, parameter bc_cs_r must be set 'cyclic' , too. Horizontal boundary conditions for chemical species can be set independently from horizontal boundary conditions that have been chosen for the remaining model quantities via parameters bc_lr and bc_ns, e.g. you can choose cyclic boundary conditions for chemical species, while the flow field uses non-cyclic conditions, or vice versa. |
bc_cs_r | C(20) | see bc_lr | The right boundary condition of the chemical species concentrations. Allowed are the values 'dirichlet' (constant concentration over the entire simulation as given by the initial profiles), 'neumann' (zero concentration gradient), and 'cyclic' . If not set by the user, the default value is given by parameter bc_lr. If 'cyclic' has been chosen, parameter bc_cs_l must be set 'cyclic' , too. Horizontal boundary conditions for chemical species can be set independently from horizontal boundary conditions that have been chosen for the remaining model quantities via parameters bc_lr and bc_ns, e.g. you can choose cyclic boundary conditions for chemical species, while the flow field uses non-cyclic conditions, or vice versa. |
bc_cs_n | C(20) | see bc_ns | The north boundary condition of the chemical species concentrations. Allowed are the values 'dirichlet' (constant concentration over the entire simulation as given by the initial profiles), 'neumann' (zero concentration gradient), and 'cyclic' . If not set by the user, the default value is given by parameter bc_ns. If 'cyclic' has been chosen, parameter bc_cs_s must be set 'cyclic' , too. Horizontal boundary conditions for chemical species can be set independently from horizontal boundary conditions that have been chosen for the remaining model quantities via parameters bc_lr and bc_ns, e.g. you can choose cyclic boundary conditions for chemical species, while the flow field uses non-cyclic conditions, or vice versa. |
bc_cs_s | C(20) | see bc_ns | The south boundary condition of the chemical species concentrations. Allowed are the values 'dirichlet' (constant concentration over the entire simulation as given by the initial profiles), 'neumann' (zero concentration gradient), and 'cyclic' . If not set by the user, the default value is given by parameter bc_ns. If 'cyclic' has been chosen, parameter bc_cs_n must be set 'cyclic' , too. Horizontal boundary conditions for chemical species can be set independently from horizontal boundary conditions that have been chosen for the remaining model quantities via parameters bc_lr and bc_ns, e.g. you can choose cyclic boundary conditions for chemical species, while the flow field uses non-cyclic conditions, or vice versa. |
call_chem_at_all_substeps | L | .FALSE. | Switch whether chemistry is called at intermediate substeps of the Runge-Kutta scheme. Note that seting this parameter to .TRUE. is only appriate for test purposes and does not increase the accuracy since the intermediate steps of the Runge-Kutta scheme do not represent a physical state. |
chem_gasphase_on | L | .TRUE. | Switch for switching off the chemical reactions but still doing the transport for all chemical compounds. Useful for test purposes. |
chem_mechanism | C*30 | 'phstatp' | Parameter for check of chemistry mechanism: The Setting in the namelist must match with the mechanism in the code, i.e. in chem_gasphase_mod.f90. chem_mechanism = 'phstatp' matches with the chemistry mechanism in chem_gasphase_mod.f90 that comes with PALM-4U when it is downloaded. How to apply a different mechanism than 'phstatp' is decribed on the chemistry mechanism page. |
cs_heights | R(99,100) | 9999999.9 |
Height levels above ground (in m) to go with cs_profile in order to define initial profiles of chemical species.
The first index refers to the chemical compound, the second to height level.
Example: |
cs_name | C*11(99) | 'novalue' |
Names of chemical species where surface concentrations or concentration profiles (cs_profile) are prescribed.
Example: |
cs_profile | R(99,100) | 9999999.9 |
Concentration values of chemical species (gases in ppm, particulate matter in kg m-3) at cs_heights. |
cs_surface | R | 0.0 | Concentration value for chemical species at the surface (gases in ppm, particulate matter in kg m-3). |
daytype_mdh | C*80 | Type of weekday required for the MDH (MonthDayHour) case of the LOD 1 mode of the emissions module. Possible values are: workday, weekend, holiday | |
deposition_dry | L | .FALSE. | Switches the deposition calculation for particles and gases ON (.TRUE.) or OFF (.FALSE.) |
emissions_anthropogenic | L | .FALSE. | Switches the chem_emission module ON (.TRUE.) or OFF (.FALSE.) |
emiss_factor_main | R(99) | -9999.0 | Constant emission scaling factor for MAIN street types, used in the PARAMETERIZED mode of chem_emission module. The number and the order of the values has to correspond to the names of the emission species provided for surface_csflux_name. This parameter is only required for LOD 0! |
emiss_factor_side | R(99) | -9999.0 | Constant emission scaling factor for SIDE (secondary) street types, used in the PARAMETERIZED mode of chem_emission module. The number and the order of the values has to correspond to the names of the emission species provided for surface_csflux_name. This parameter is only required for LOD 0! |
emiss_lod | I | '0' |
Level of Detail / mode of chemistry emissions.
Please do not forget to set emissions_anthropogenic = .TRUE. |
icntrl | I(20) | 0 | Selection and steering of the chemistry solver. In order to offer more control over the integrator, the KPP-generated Integrator subroutine (e.g. SUBROUTINE rosenbrock in chem_gasphase_mod.f90) provides the optional input parameters ICNTRL_U and RCNTRL_U. Each of them is an array of 20 elements that allow the fine-tuning of the integrator, e.g. by setting a particular Integrator method, tolerances, minimum and maximum step sizes, etc.
Note: For input parameters equal to zero the default values of the corresponding variables are used.
Example (recommended values):
|
main_street_id | I(99) | 0 | Index for identifying MAIN streets following street type classes from OpenStreetMap. This parameter is only required for LOD 0! |
max_street_id | I(99) | 0 | Maximum index value for identifying ALL (MAIN and SIDE) streets following street type classes from OpenStreetMap. This parameter is only required for LOD 0! |
mode_emis | C*80 | 'PARAMETERIZED' |
Mode of chemistry emissions.
At the moment the values have to be in capital letters. Obsolete, but still working - use emiss_lod instead |
my_steps | I(50) | 0 |
List of fixed timesteps: my_step(1) = 0.0 automatic stepping |
photolysis_scheme | C*10 | 'simple' | Currently two somple photolysis Options are available: 'constant' and 'simple'
|
rcntrl | R(20) | 0.0 and see below | Steering of the chemistry solver.
See http://people.cs.vt.edu/asandu/Software/Kpp/
Example (recommended value):
|
side_street_id | I(99) | 0 | Index for identifying SIDE streets following street type classes from 'OpenStreetMap?'. This parameter is only required for LOD 0! |
surface_csflux | R(99) | 0.0 | Values of surface fluxes of chemistry emissions to be used in the PARAMETERIZED mode. The number and the order of the values has to correspond to the names of the emission species provided to surface_csflux_name. Units of the input values differ between gases and PMs. In the first case, emissions must be provided in micromole/m2*s, while for PMs, input emission values have to be in kg/m2*s. This parameter is only required for LOD 0! |
surface_csflux_name | C*11(99) | 'novalue' |
Names of chemical species which are emitted. Required only for mode_emis = 'PARAMETERIZED'. This parameter is only required for LOD 0! |
time_fac_type | C*80 | MDH | Type of time treatment for LOD 1 mode of the chem_emission module. Possible values are: HOUR or MDH |
Output steering
Parameter Name | Values & Explanation |
---|---|
data_output = | 'w', 'w_av', 'q', 'q_av', 'kc_PM10', 'kc_NO2', 'kc_NO', 'kc_O3', 'kc_PM10_av', 'kc_NO2_av', Output of chemistry variables follows the usual output steering as described in `Data Output`. In order to find out about the possible output variables of your applied mechanism, please look into trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_MECH/MECH.eqn (where MECH stands for the name of any mechanism) or search for spc_names in the chem_gasphase_mod.f90 you are using. Names of chemistry variables must be preceded by kc_'. Possible output includes 2d cross section and/or 3d volume data (instantaneous and averaged) as well as instantaneous and averaged profiles. Note that time series output is not available yet''' |
data_output_pr = | 'wtheta', 'w*theta*', 'w"theta"', 'kc_w*PM10*', 'kc_w*NO2*', 'kc_w*NO*', 'kc_w*O3*', 'kc_w*PM10*', 'kc_w"PM10"', 'kc_w"NO2"', 'kc_w"NO"', 'kc_w"O3"', 'kc_w"PM10"', Note, output of total vertical fluxes (resolved- + sugbrid-scale) has not been realized yet. |
Initial & lateral boundary conditions
NAMELIST group name: initialization_parameters
Parameter Name | Values & Explanation |
---|---|
initializing_actions = | 'inifor set_constant_profiles', Either set_constant_profiles or a combination of set_constant_profiles and inifor or a combination of both can be applied. As large-scale forcings from INIFOR(i.e. in the _dynamic file, see PIDS_DYNAMIC) are currently only available for meteorology, user defined initial vertical profiles from the namelist can be activated by combining set_constant_profiles with inifor separated by a space only in the initialization_parameters namelist. All variables which are available in _dynamic file are taken from there, variables which are not included in the _dynamic file are initialized with vertical profiles from the namelist. |
NAMELIST group name: nesting_offl_parameters
Parameter Name | Values & Explanation |
---|---|
nesting_offline = | .TRUE., Default is .FALSE. or absence of the nesting_offl_parameters namelist, i.e. cyclic boundary conditions for meteorology (and chemistry, unless decycling is activated. The namelist nesting_offl_parameters enables offline nesting of the PALM-domain into a larger-scale model (currently only COSMO output can be processed by INIFOR) by reading lateral and top boundary conditions from the dynamic input file. For details and further instructions see nesting_offl_parameters. Please apply with caution, since turbulence is underestimated when offline nesting is applied, in particular for small domain sizes. Boundary conditions for meteorological as well as chemistry variables can be read and used by PALM. However, as lateral and top boundary conditions from INIFOR(i.e. in the _dynamic file, see PIDS_DYNAMIC) are currently only available for meteorology, values from the initial profiles are used as boundary conditions at inflow for the chemisry variables if no chemistry boundary conditions are included in the dynamic file. |
Attachments (5)
-
chem_emissions_PALM4U.pdf
(112.9 KB) -
added by banzhafs 6 years ago.
PALM4U emission input documentation
-
Readme_KPP4PALM.pdf
(131.1 KB) -
added by forkel 6 years ago.
Information about kpp4palm
-
test_urban_chem_passive.tar
(6.5 MB) -
added by forkel 6 years ago.
test_urban with two passive compounds
-
INPUT_test_berlin_chem_smog.tar
(1.2 MB) -
added by forkel 6 years ago.
Test setup for Berlin with smog 'mechanism'
-
INPUT_test_berlin_chem_passive.tar
(1.2 MB) -
added by forkel 6 years ago.
Test setup for Berlin with 2 passive compounds