Changes between Version 100 and Version 101 of doc/app/chemistry_parameters


Ignore:
Timestamp:
Jan 8, 2019 8:56:01 AM (6 years ago)
Author:
weniger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/chemistry_parameters

    v100 v101  
    464464Steering of the chemistry solver.
    465465
    466  RCNTRL(1)  -> Hmin, lower bound for the integration step size. It is strongly recommended to keep Hmin = ZERO
    467 
    468  RCNTRL(2)  -> Hmax, upper bound for the integration step size
    469 
    470  RCNTRL(3)  -> Hstart, starting value for the integration step size
    471 
    472  RCNTRL(4)  -> Facmin (lower bound on step decrease factor, default=0.2)
    473 
    474  RCNTRL(5)  -> Facmax (upper bound on step increase factor, default=6)
    475 
    476  RCNTRL(6)  -> Facrej (step decrease factor after multiple rejections)
    477 
    478  RCNTRL(7)  -> Facsafe (by which the new step is slightly smaller than the predicted value, default=0.9)
     466 '''RCNTRL'''(1)  -> Hmin, lower bound for the integration step size. It is strongly recommended to keep Hmin = ZERO
     467
     468 '''RCNTRL'''(2)  -> Hmax, upper bound for the integration step size
     469
     470 '''RCNTRL'''(3)  -> Hstart, starting value for the integration step size
     471
     472 '''RCNTRL'''(4)  -> Facmin (lower bound on step decrease factor, default=0.2)
     473
     474 '''RCNTRL'''(5)  -> Facmax (upper bound on step increase factor, default=6)
     475
     476 '''RCNTRL'''(6)  -> Facrej (step decrease factor after multiple rejections)
     477
     478 '''RCNTRL'''(7)  -> Facsafe (by which the new step is slightly smaller than the predicted value, default=0.9)
    479479
    480480See http://people.cs.vt.edu/asandu/Software/Kpp/
     
    495495}}}
    496496{{{#!td
    497 Index for identifying SIDE streets following street type classes from OpenStreetMap
     497Index for identifying SIDE streets following street type classes from !OpenStreetMap
    498498}}}
    499499|----------------
     
    524524}}}
    525525{{{#!td
    526 Names of chemical species which are emitted. Required only for  [#mode_emis mode_emis]  = 'PARAMETERIZED',.
     526Names of chemical species which are emitted. Required only for  [#mode_emis mode_emis]  = 'PARAMETERIZED'.\\\\
    527527Example:\\
    528 surface_csflux_name           = 'NO', 'NO2',  'CO', 'RCHO', 'PM10', 'PM25',\\
     528'''surface_csflux_name'''           = 'NO', 'NO2',  'CO', 'RCHO', 'PM10', 'PM25',\\
    529529It is not necessary to specify surface_csflux_name for all compounds of the chosen chemical mechanism.
    530530Names of compounds which do not occur in the mechanism are ignored.