Changes between Version 48 and Version 49 of doc/app/chemistry_parameters


Ignore:
Timestamp:
Oct 15, 2018 1:36:06 PM (7 years ago)
Author:
forkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/chemistry_parameters

    v48 v49  
    550550'''[=#output Output steering in `runtime_parameters`]'''
    551551
     552Output of chemistry variables follows the usual output steering as described in [#https://palm.muk.uni-hannover.de/trac/wiki/doc/app/d3par#output https://palm.muk.uni-hannover.de/trac/wiki/doc/app/d3par#output]. Names of chemistry variables must be preceded by {{{kc_'}}}.
     553
     554Example:
     555    data_output = 'w',  'w_av',\\
     556                  'q',  'q_av',\\
     557                  'kc_PM10', 'kc_NO2', 'kc_PM10_av', 'kc_NO2_av',
    552558
    553559
     
    555561'''[=#init Initialisation steering in `initialization_parameters`]'''
    556562
    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 
     563If large-scale forcings from INIFOR are used only for meteorology, then user defined initial concentration and initial vertical [#cs_profiles profiles] can be activated by combining {{{set_constant_profiles}}} with {{{inifor}}} separated by a space only.
     564
     565Example:\\
     566 {{{initializing_actions = 'inifor set_constant_profiles', }}}
     567