Changes between Version 56 and Version 57 of doc/app/chemistry_parameters
- Timestamp:
- Oct 16, 2018 12:15:30 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/chemistry_parameters
v56 v57 39 39 40 40 A main factor influencing atmospheric chemistry are the emissions of reactive compounds. In PALM4U emissions can be applied in three different ways:\\ 41 * PARAMETERIZED: Traffic emissions are parameterized depending on the the values of street_type in the static file. Emission values for each street type and chemical compound must be supplied in the namelist as described below. No other emissions are considered. street_type can be obtained from Openstreetmap.\\41 * PARAMETERIZED: Traffic emissions are parameterized depending on the the values of street_type in the static file. Emission values for each street type and chemical compound must be supplied in the namelist as described below. No other emissions are considered. street_type can be obtained from `Openstreetmap`.\\ 42 42 * DEFAULT: Gridded yearly emissions must be supplied by the user as specified in the PIDS document (see sample emissions file). Typical temporal variations are apllied by PALM4U.\\ 43 43 * PRE-PROCESSED: Preprocessed hourly (other temporal intervals will be possible in later versions) 3-d emission fields must be supplied by the user. … … 75 75 Bottom boundary condition of the chemical species (`cs`) concentration. 76 76 77 Allowed values are 'dirichlet' (cs(k=0) = const. = cs_surface + cs_surface_initial_change; When a constant surface concentration flux is used (surface_cs_flux) or emissions are applied ( 'do_emis'= .T.), bc_cs_b = 'neumann' must be used.77 Allowed values are 'dirichlet' (cs(k=0) = const. = cs_surface + cs_surface_initial_change; When a constant surface concentration flux is used (surface_cs_flux) or emissions are applied (do_emis = .T.), bc_cs_b = 'neumann' must be used. 78 78 }}} 79 79 |---------------- … … 307 307 }}} 308 308 {{{#!td 309 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_mo f.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.309 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. 310 310 311 311 Note: For input parameters equal to zero the default values of the corresponding variables are used.\\ … … 342 342 }}} 343 343 {{{#!td 344 Index for identifying MAIN streets following street type classes from OpenStreetMap344 Index for identifying MAIN streets following street type classes from `OpenStreetMap`. 345 345 }}} 346 346 |---------------- … … 355 355 }}} 356 356 {{{#!td 357 Maximum index value for identifying ALL (MAIN and SIDE) streets following street type classes from OpenStreetMap357 Maximum index value for identifying ALL (MAIN and SIDE) streets following street type classes from `OpenStreetMap`. 358 358 }}} 359 359 |---------------- … … 368 368 }}} 369 369 {{{#!td 370 Mode of chemistry emissions. 371 Possible values are: DEFAULT, EXPERT and PARAMETERIZED (at the moment the values have to be in capital letters) 370 Mode of chemistry emissions.\\ 371 Possible values are: 372 * 'DEFAULT' Input of yearly gridded emissions and MDH courses. 373 * 'PRE-PROCESSED' Input of fully preprocessed emissions at fixed time intervals (currently only houly intervals) 374 * 'PARAMETERIZED' Parameterized traffic emissions based on street types supplied in the _static Input file (e.g from `OpenStreetMap`. 375 At the moment the values have to be in capital letters. 372 376 }}} 373 377 |---------------- … … 412 416 Currently two somple photolysis Options are available: 'constant' and 'simple' 413 417 414 'constant' uses photolysis fre uencies at a zenith angle of 45 degrees.415 416 'simple' describes parameterized time-dependent photolysis frequencies as supplied with MCM (http://mcm.leeds.ac.uk/MCM, Saunders et al., 2003, Atmos. Chem. Phys., 3, 161-180 ). As the solar zenith angle must be available for this scheme, at least a simpleradiation scheme must be active.418 'constant' uses photolysis frequencies at a zenith angle of 45 degrees. 419 420 'simple' describes parameterized time-dependent photolysis frequencies as supplied with MCM (http://mcm.leeds.ac.uk/MCM, Saunders et al., 2003, Atmos. Chem. Phys., 3, 161-180 [https://www.atmos-chem-phys.net/3/161/2003/]). As the solar zenith angle must be available for this scheme, at least the [#../radpar simple clear sky] radiation scheme must be active. 417 421 418 422 }}}