Changes between Version 48 and Version 49 of doc/app/chemistry_parameters
- Timestamp:
- Oct 15, 2018 1:36:06 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/chemistry_parameters
v48 v49 550 550 '''[=#output Output steering in `runtime_parameters`]''' 551 551 552 Output 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 554 Example: 555 data_output = 'w', 'w_av',\\ 556 'q', 'q_av',\\ 557 'kc_PM10', 'kc_NO2', 'kc_PM10_av', 'kc_NO2_av', 552 558 553 559 … … 555 561 '''[=#init Initialisation steering in `initialization_parameters`]''' 556 562 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 563 If 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 565 Example:\\ 566 {{{initializing_actions = 'inifor set_constant_profiles', }}} 567