Changes between Version 47 and Version 48 of doc/app/chemistry_parameters
- Timestamp:
- Oct 15, 2018 11:45:19 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/chemistry_parameters
v47 v48 3 3 4 4 5 ''' Steering:'''5 '''[#Steering Steering]:''' 6 6 '''[#chempar Chemistry namelist]'''\\ 7 7 '''[#output Output steering in 'runtime_parameters']'''\\ … … 50 50 A brief description of the chemistry model will follow here (see [wiki:doc/app/lsmpar#LandSurfaceParameters LSM description] as an example). 51 51 52 \\\\53 NAMELIST group name: [=#chempar '''chemistry_parameters''']\\54 55 52 56 53 ---- 57 54 \\\\ 58 55 [=#steering '''Steering:]\\ 56 57 58 \\\\ 59 NAMELIST group name: [=#chempar '''chemistry_parameters'''] 60 59 61 ||='''Parameter Name''' =||='''[[../fortrantypes|FORTRAN]]\\[[../fortrantypes|Type]]''' =||='''Default\\Value''' =||='''Explanation''' =|| 60 62 |---------------- … … 162 164 }}} 163 165 {{{#!td 164 Names of chemical species where surface concentrations or profilesare prescribed.166 Names of chemical species where surface concentrations or concentration profiles ([#cs_profile cs_profile]) are prescribed. 165 167 Example:\\ 166 168 cs_name = 'O3', 'NO', 'NO2', 'CO', 'RCHO', 'PM10', 'PM25',\\ … … 183 185 cs_profile(1,:) = 0.020, 0.023, 0.026, 0.029, 0.032, 0.035, 0.038, 0.041, 0.044, 0.047, 0.050, !Values for initial profile of first species\\ 184 186 cs_profile(2,:) = 0.080, 0.073, 0.064, 0.057, 0.050, 0.043, 0.036, 0.029, 0.022, 0.015, 0.007, !Values for initial profile of second species\\ 185 The individual chemical species are identified using [#cs_name cs_name] 187 The individual chemical species are identified using [#cs_name cs_name]. These initial profiles become only effective when = 'inifor {{{set_constant_profiles}}} is set for [#init initializing_actions]. 186 188 }}} 187 189 |---------------- … … 201 203 |---------------- 202 204 {{{#!td style="vertical-align:top; width: 150px" 203 [=#cs_ surface_initial_change '''cs_surface_initial_change''']204 }}} 205 {{{#!td style="vertical-align:top; width: 50px" 206 XXX 205 [=#cs_vertical_gradient_level '''cs_vertical_gradient_level'''] 206 }}} 207 {{{#!td style="vertical-align:top; width: 50px" 208 dto 207 209 }}} 208 210 {{{#!td style="vertical-align:top; width: 75px" … … 210 212 }}} 211 213 {{{#!td 212 Not required. Copied from passive scalar. We can use emissions instead, so no idea what it is still good for.213 }}}214 |----------------215 {{{#!td style="vertical-align:top; width: 150px"216 [=#cs_vertical_gradient '''cs_vertical_gradient''']217 }}}218 {{{#!td style="vertical-align:top; width: 50px"219 XXX220 }}}221 {{{#!td style="vertical-align:top; width: 75px"222 YYY223 }}}224 {{{#!td225 Not used, as we set initial values of cs by specifying values at given heights, not vertical gradients226 }}}227 |----------------228 {{{#!td style="vertical-align:top; width: 150px"229 [=#cs_vertical_gradient_level '''cs_vertical_gradient_level''']230 }}}231 {{{#!td style="vertical-align:top; width: 50px"232 dto233 }}}234 {{{#!td style="vertical-align:top; width: 75px"235 YYY236 }}}237 {{{#!td238 214 ZZZ 239 215 }}} … … 249 225 }}} 250 226 {{{#!td 251 Type of weekday required for the MDH case of the DEFAULT mode of the emissions module.227 Type of weekday required for the MDH (MonthDayHour)case of the DEFAULT mode of the emissions module. 252 228 Possible values are: workday, weekend, holiday 253 229 }}} … … 331 307 }}} 332 308 {{{#!td 333 Constant emission scaling factor for SIDE (secondary) street types, used in the PARAMETERIZED modeof 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 surface_csflux_name].309 Constant emission scaling factor for SIDE (secondary) street types, used in the PARAMETERIZED [#mode_emis 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 surface_csflux_name]. 334 310 335 311 }}} … … 461 437 Steering of the chemistry solver. 462 438 463 RCNTRL(1) -> Hmin, lower bound for the integration step size. It is strongly recommended to keep Hmin = ZERO464 465 RCNTRL(2) -> Hmax, upper bound for the integration step size466 467 RCNTRL(3) -> Hstart, starting value for the integration step size468 469 RCNTRL(4) -> Facmin (lower bound on step decrease factor, default=0.2)470 471 RCNTRL(5) -> Facmax (upper bound on step increase factor, default=6)472 473 RCNTRL(6) -> Facrej (step decrease factor after multiple rejections)474 475 RCNTRL(7) -> Facsafe (by which the new step is slightly smaller than the predicted value, default=0.9)439 RCNTRL(1) -> Hmin, lower bound for the integration step size. It is strongly recommended to keep Hmin = ZERO 440 441 RCNTRL(2) -> Hmax, upper bound for the integration step size 442 443 RCNTRL(3) -> Hstart, starting value for the integration step size 444 445 RCNTRL(4) -> Facmin (lower bound on step decrease factor, default=0.2) 446 447 RCNTRL(5) -> Facmax (upper bound on step increase factor, default=6) 448 449 RCNTRL(6) -> Facrej (step decrease factor after multiple rejections) 450 451 RCNTRL(7) -> Facsafe (by which the new step is slightly smaller than the predicted value, default=0.9) 476 452 477 453 See http://people.cs.vt.edu/asandu/Software/Kpp/ … … 570 546 |---------------- 571 547 572 [=#output Output steering in `runtime_parameters`] 573 574 [=#init Initialisation steering in `initialization_parameters`] 575 548 \\ 549 550 '''[=#output Output steering in `runtime_parameters`]''' 551 552 553 554 \\ 555 '''[=#init Initialisation steering in `initialization_parameters`]''' 556 557 If large-scale forcings (inifor) are used only for meteorology, then user defined initial concentration and initial vertical profiles can be activated by adding 'set_constant_profiles' with inifor separated by a spaces only. For example 558 559 {{{initializing_actions = 'inifor set_constant_profiles', }}} 560