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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/chemistry_parameters

    v99 v100  
    198198}}}
    199199{{{#!td
    200 Concentration values of chemical species (gases in ppm, particulate matter in kg m^-3^) at [#cs_heights cs_heights].\\
     200Concentration values of chemical species (gases in ppm, particulate matter in kg m^-3^) at [#cs_heights cs_heights].\\\\
    201201Example:\\
    202202'''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)\\
     
    229229}}}
    230230{{{#!td
    231 Type of weekday required for the MDH (!MonthDayHour)case of the DEFAULT mode of the emissions module.
     231Type of weekday required for the MDH (!MonthDayHour) case of the DEFAULT mode of the emissions module.
    232232Possible values are: workday, weekend, holiday
    233233}}}
     
    243243}}}
    244244{{{#!td
    245 Cyclic boundary conditions for chemistry may result in accumluation of chemical compounds. If decycle_chem_lr is set to true, initial concentration values are fixed at the left or right inflow boundary.
     245Cyclic boundary conditions for chemistry may result in accumluation of chemical compounds. If '''decycle_chem_lr''' is set to true, initial concentration values are fixed at the left or right inflow boundary.
    246246
    247247}}}
     
    257257}}}
    258258{{{#!td
    259 Cyclic boundary conditions for chemistry may result in accumluation of chemical compounds. If decycle_chem_ns is set to true, initial concentration values are fixed at the southern or northern inflow boundary.
     259Cyclic boundary conditions for chemistry may result in accumluation of chemical compounds. If '''decycle_chem_ns''' is set to true, initial concentration values are fixed at the southern or northern inflow boundary.
    260260}}}
    261261|----------------
     
    341341Note: For input parameters equal to zero the default values of the corresponding variables are used.\\
    342342
    343     ICNTRL(1) = 1: F = F(y)   Independent of T (AUTONOMOUS), = 0: F = F(t,y) Depends on T (NON-AUTONOMOUS)
    344 
    345     ICNTRL(2) = 0: abstol, reltol are N-dimensional vectors, = 1: Abstol, Reltol are scalars
    346 
    347     ICNTRL(3)  -> selection of a particular Rosenbrock method\\
     343    '''ICNTRL'''(1) = 1: F = F(y)   Independent of T (AUTONOMOUS), = 0: F = F(t,y) Depends on T (NON-AUTONOMOUS)
     344
     345    '''ICNTRL'''(2) = 0: abstol, reltol are N-dimensional vectors, = 1: Abstol, Reltol are scalars
     346
     347    '''ICNTRL'''(3)  -> selection of a particular Rosenbrock method\\
    348348         0 :    Rodas3 (Default from KPP)\\
    349349         1 :    Ros2 (Simplest Rosenbrock solver, will also do)\\
     
    356356
    357357Example:\\
    358     icntrl(3)                  = 1,   ! ros2 (a bit less time consuming than the Rodas3 solver recommended by KPP) \\
    359     icntrl(4)                  = 500, ! berlin setup  max. number of chem-substeps\\
     358    '''icntrl'''(3)                  = 1,   ! ros2 (a bit less time consuming than the Rodas3 solver recommended by KPP) \\
     359    '''icntrl'''(4)                  = 500, ! berlin setup  max. number of chem-substeps\\
    360360
    361361See http://people.cs.vt.edu/asandu/Software/Kpp/
     
    416416}}}
    417417{{{#!td
    418 List of fixed timesteps:   my_step(1) = 0.0 automatic stepping\\
     418List of fixed timesteps:   '''my_step'''(1) = 0.0 automatic stepping\\
    419419Is ignored in scalar mode. \\
    420420Only relvant for vector mode, i.e. the vectorized Rosenbrock solvers.
     
    481481
    482482Example:\\
    483     rcntrl(3)                  = 0.1, ! hstart in sec. Setting of hstart can result in savoings of computstinal time of 30% and more.
     483    '''rcntrl'''(3)                  = 0.1, ! hstart in sec. Setting of hstart can result in savoings of computstinal time of 30% and more.
    484484
    485485}}}