335 | | XXX |
336 | | }}} |
337 | | {{{#!td style="vertical-align:top; width: 75px" |
338 | | YYY |
339 | | }}} |
340 | | {{{#!td |
341 | | ZZZ |
| 335 | I(20) |
| 336 | }}} |
| 337 | {{{#!td style="vertical-align:top; width: 75px" |
| 338 | 0 |
| 339 | }}} |
| 340 | {{{#!td |
| 341 | Selection and steering of the chemistry solver. |
| 342 | |
| 343 | Note: For input parameters equal to zero the default values of the corresponding variables are used.\\ |
| 344 | |
| 345 | ICNTRL(1) = 1: F = F(y) Independent of T (AUTONOMOUS), = 0: F = F(t,y) Depends on T (NON-AUTONOMOUS) |
| 346 | |
| 347 | ICNTRL(2) = 0: AbsTol,RelTol are N-dimensional vectors, = 1: AbsTol,RelTol are scalars |
| 348 | |
| 349 | ICNTRL(3) -> selection of a particular Rosenbrock method |
| 350 | 0 : Rodas3 (default) |
| 351 | 1 : Ros2 |
| 352 | 2 : Ros3 |
| 353 | 3 : Ros4 |
| 354 | 4 : Rodas3 |
| 355 | 5 : Rodas4 |
| 356 | |
| 357 | ICNTRL(4) -> maximum number of integration steps; For ICNTRL(4) =0) the default value of 100000 is used |
| 358 | |
| 359 | See http://people.cs.vt.edu/asandu/Software/Kpp/ |
426 | | XXX |
427 | | }}} |
428 | | {{{#!td style="vertical-align:top; width: 75px" |
429 | | YYY |
430 | | }}} |
431 | | {{{#!td |
432 | | ZZZ |
| 444 | R(20) |
| 445 | }}} |
| 446 | {{{#!td style="vertical-align:top; width: 75px" |
| 447 | 0.0 and see below |
| 448 | }}} |
| 449 | {{{#!td |
| 450 | Steering of the chemistry solver. |
| 451 | |
| 452 | RCNTRL(1) -> Hmin,lower bound for the integration step size. It is strongly recommended to keep Hmin = ZERO |
| 453 | |
| 454 | RCNTRL(2) -> Hmax,upper bound for the integration step size |
| 455 | |
| 456 | RCNTRL(3) -> Hstart,starting value for the integration step size |
| 457 | |
| 458 | RCNTRL(4) -> FacMin,lower bound on step decrease factor (default=0.2); RCNTRL(5) -> FacMax,upper bound on step increase factor (default=6); RCNTRL(6) -> FacRej,step decrease factor after multiple rejections |
| 459 | |
| 460 | RCNTRL(7) -> FacSafe,by which the new step is slightly smaller than the predicted value (default=0.9) |
| 461 | |
| 462 | See http://people.cs.vt.edu/asandu/Software/Kpp/ |
478 | | XXX |
479 | | }}} |
480 | | {{{#!td style="vertical-align:top; width: 75px" |
481 | | YYY |
482 | | }}} |
483 | | {{{#!td |
484 | | ZZZ |
| 508 | C*11(99) |
| 509 | }}} |
| 510 | {{{#!td style="vertical-align:top; width: 75px" |
| 511 | 'novalue' |
| 512 | |
| 513 | }}} |
| 514 | {{{#!td |
| 515 | Names of chemical species which are emitted. Required only for [#mode_emis mode_emis] = 'PARAMETERIZED',. |
| 516 | Example:\\ |
| 517 | surface_csflux_name = 'NO', 'NO2', 'CO', 'RCHO', 'PM10', 'PM25',\\ |
| 518 | It is not necessary to specify surface_csflux_name for all compounds of the chosen chemical mechanism. |
| 519 | Names of compounds which do not occur in the mechanism are ignored. |