Changes between Version 3 and Version 4 of doc/app/salsaeg


Ignore:
Timestamp:
May 13, 2020 10:13:56 AM (5 years ago)
Author:
monakurppa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/salsaeg

    v3 v4  
    33[[TracNav(doc/tec/salsatoc|nocollapse)]]
    44
    5 [[NoteBox(note,This page is part of the **Aerosol Model** (SALSA) documentation. \\ It contains a description of SALSA. \\ For an overview of all SALSA-related pages\, see the **[wiki:doc/tec/aerosol SALSA main page]**.)]]
     5[[NoteBox(note,This page is part of the **Aerosol model** (SALSA) documentation. \\ It contains a description of SALSA. \\ For an overview of all SALSA-related pages\, see the **[wiki:doc/tec/aerosol SALSA main page]**.)]]
    66
    77== Example Setups ==
    88
    9 An example set-up for including SALSA to PALM can be found [https://palm.muk.uni-hannover.de/trac/browser/palm/trunk/TESTS/cases/urban_environment_salsa here]. This test set-up called "urban_environment_salsa" is for a very small urban area and can thus be run on a personal computer.
     9An example set-up for including SALSA to PALM can be found [https://palm.muk.uni-hannover.de/trac/browser/palm/trunk/TESTS/cases/urban_environment_salsa here]. This test set-up called "urban_environment_salsa" is for a very small urban area and can thus be run on a personal computer. The features of the set-up are following:
    1010
    11 The simulation domain is the same as in the test case [https://palm.muk.uni-hannover.de/trac/browser/palm/trunk/TESTS/cases/urban_environment urban_environment]. This set-up has been extended by enabling SALSA and introducing aerosol and gas emissions above streets and background air pollutant concentrations. In SALSA, the aerosol size distribution is represented with 8 size bins (see [wiki:/doc/app/salsapar#nbin nbin]) and the aerosols can contain organic compounds, nitrates and ammonia (see [wiki:/doc/app/salsapar#listspec listspec]). The following aerosol dynamic porcesses are included: deposition (on both vegetation and other surfaces), condensation and coagulation. The background concentrations for both aerosols and gaseous compounds are defined within the parameter file (see [wiki:/doc/app/salsapar#dpg dpg], [wiki:/doc/app/salsapar#sigmag sigmag], [wiki:/doc/app/salsapar#n_lognorm n_lognorm] and [wiki:/doc/app/salsapar#mass_fracs_a mass_fracs_a] for aerosols and [wiki:/doc/app/salsapar#H2SO4_init H2SO4_init], [wiki:/doc/app/salsapar#HNO3_init HNO3_init], [wiki:/doc/app/salsapar#NH3_init NH3_init], [wiki:/doc/app/salsapar#OCNV_init OCNV_init] and [wiki:/doc/app/salsapar#OCSV_init OCSV_init] for gases). The concentrations are set constant at the left and right lateral boundaries (see [wiki:/doc/app/salsapar#decycle_method decycle_method], [wiki:/doc/app/salsapar#decycle_lr decycle_lr] and [wiki:/doc/app/salsapar#decycle_ns decycle_ns]) to avoid accumulation of air pollutants with the cyclic boundary conditions for the flow. The aerosol emissions are read from file {{{urban_environment_salsa_salsa}}}.
     11* The simulation domain is the same as in the test case [https://palm.muk.uni-hannover.de/trac/browser/palm/trunk/TESTS/cases/urban_environment urban_environment] and the set-up has been extended by enabling SALSA and introducing aerosol and gas emissions above streets and background air pollutant concentrations.
     12* In SALSA, the aerosol size distribution is represented with 8 size bins (see [wiki:/doc/app/salsa_parameters#nbin nbin]) and the aerosols can contain organic compounds, nitrates and ammonia (see [wiki:/doc/app/salsa_parameters#listspec listspec]).
     13* The following aerosol dynamic processes are included: deposition (on both vegetation and other surfaces), condensation and coagulation.
     14* The background concentrations for both aerosols and gaseous compounds are read from a dynamic driver ([wiki:/doc/app/initialization_parameters#initializing_actions initializing_actions] = 'inifor set_constant_profiles'). If instead one wants to define the background concentrations within the parameter file, one must set [wiki:/doc/app/initialization_parameters#initializing_actions initializing_actions] = 'set_constant_profiles'. See [wiki:/doc/app/salsa_parameters#dpg dpg], [wiki:/doc/app/salsa_parameters#sigmag sigmag], [wiki:/doc/app/salsa_parameters#n_lognorm n_lognorm] and [wiki:/doc/app/salsa_parameters#mass_fracs_a mass_fracs_a] for aerosols and [wiki:/doc/app/salsa_parameters#H2SO4_init H2SO4_init], [wiki:/doc/app/salsa_parameters#HNO3_init HNO3_init], [wiki:/doc/app/salsa_parameters#NH3_init NH3_init], [wiki:/doc/app/salsa_parameters#OCNV_init OCNV_init] and [wiki:/doc/app/salsa_parameters#OCSV_init OCSV_init] for gases.
     15* The concentrations are set constant at the left and right lateral boundaries (see [wiki:doc/app/salsa_parameters#bc_aer_l bc_aer_l] and [wiki:doc/app/salsa_parameters#bc_aer_r bc_aer_r]) to avoid accumulation of air pollutants to the domain when cyclic boundary conditions are applied for the flow.
     16* Surface emissions are enabled and they are read from a file ([wiki:doc/app/salsa_parameters#salsa_emission_mode salsa_emission_mode]  = 'read_from_file').
    1217
    1318The following input files are included:
     
    1621  * {{{urban_environment_salsa_salsa}}}:  Input file for aerosol emissions (with the level of detail 2)
    1722  * {{{urban_environment_salsa_chemistry}}}:  Input file for gaseous emissions (with the level of detail 2)
    18 
    19 Furthermore, a dynamic driver {{{urban_environment_salsa_dynamic}}} for initialising the meteorological conditions and background concentrations, as well as setting a time-dependent meteorological forcing, is included. To enable this dynamic input, the following changes are needed in the parameter file:
    20 
    21 
    22   * In initialization_parameters: nz = 22 --> nz = 60 and initializing_actions = 'set_constant_profiles' --> initializing_actions = 'inifor set_constant_profiles'
     23  * {{{urban_environment_salsa_dynamic}}}: Dynamic driver including the initial meteorological conditions and background concentrations, as well as time-dependent forcing for meteorological variables and aerosol and gas concentrations.