Changes between Version 12 and Version 13 of doc/app/chemistry_parameters


Ignore:
Timestamp:
Oct 10, 2018 1:18:30 PM (6 years ago)
Author:
forkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/chemistry_parameters

    v12 v13  
    99The module chem_gasphase_mod.f90, where the gas phase chemistry rate equations are solved within PALM4U depends on the chosen chemical mechanism. chem_gasphase_mod.f90 is generated by a preprocessor that is based on the Kinetic Pre-Processor KPP (Damian et al., 2002, Sandu et al., 2006), Release 2.2.3 from November 2012 (http://people.cs.vt.edu/asandu/Software/Kpp/, kpp-2.2.3.tar.gz) and an adapted version of the KPP postprocessor KP4 (Jöckel et al, 2010, https://www.geosci-model-dev.net/3/717/2010/). This adapted Version of kp4 which converts the KPP-generated code to a PALM4U module is named kpp4palm.
    1010
    11 Currently PALM-4U includes the following sample of chemistry mechanisms:[[BR]]
    12   CBM4: Carbon Bond Mechanism (Gery et al. 1989, 32 compounds, 81 reactions)[[BR]]
    13   SMOG: Photochemical smog mechanism (13 compounds, 12 reactions)[[BR]]
    14   SIMPLE: Simplified versio of SMOG (9 compounds, 7 reactions)[[BR]]
    15   PHSTAT: Photo-stationary state (3 compounds, 2 reactions)[[BR]]
     11Currently PALM-4U includes the following sample of chemistry mechanisms:\\
     12  CBM4: Carbon Bond Mechanism (Gery et al. 1989, 32 compounds, 81 reactions)\\
     13  SMOG: Photochemical smog mechanism (13 compounds, 12 reactions)\\
     14  SIMPLE: Simplified versio of SMOG (9 compounds, 7 reactions)\\
     15  PHSTAT: Photo-stationary state (3 compounds, 2 reactions)\\
    1616
    1717Additionally 'mechanisms' are availble that describes the transport of one and two passive tracers[[BR]]
    18    PASSIVE1: Passive tracers (1 compound, 0 reactions)[[BR]]
    19    PASSIVE: Passive tracers (2 compounds, 0 reactions)[[BR]]
    20 and the mechanisms mentiones above plus one passive Tracer (e.g SIMPLE: Simplified of SMOG plus one Tracer named PM10 (10 compounds, 7 reactions)[[BR]]
     18   PASSIVE1: Passive tracers (1 compound, 0 reactions)\\
     19   PASSIVE: Passive tracers (2 compounds, 0 reactions)\\
     20and the mechanisms mentiones above plus one passive Tracer (e.g SIMPLE: Simplified of SMOG plus one Tracer named PM10 (10 compounds, 7 reactions).
    2121
    2222For details about preparing a chem_gasphase_mod.f90 for  different chemical mechanism than the one that comes with checkout of PALM4U (currently PASSIVE) see Readme_KPP4PALM.odt in the PALM4U subdirectory UTIL/chemistry/gasphase_preproc.
     
    5454
    5555       NAMELIST /chemistry_parameters/  [[BR]]
    56                                         bc_cs_b,                          &[[BR]]
    57                                         bc_cs_t,                          &[[BR]]
    58                                         call_chem_at_all_substeps,        &[[BR]]
    59                                         chem_debug0,                      &[[BR]]
    60                                         chem_debug1,                      &[[BR]]
    61                                         chem_debug2,                      &[[BR]]
    62                                         chem_gasphase_on,                 &[[BR]]
    63                                         cs_heights,                       &[[BR]]
    64                                         cs_name,                          &[[BR]]
    65                                         cs_profile,                       &[[BR]]
    66                                         cs_profile_name,                  &[[BR]]
    67                                         cs_surface,                       &[[BR]]
    68                                         cs_surface_initial_change,        &[[BR]]
    69                                         cs_vertical_gradient_level,       &[[BR]]
    70                                         daytype_mdh,                      &[[BR]]
    71                                         decycle_chem_lr,                  &[[BR]]
    72                                         decycle_chem_ns,                  &[[BR]]
    73                                         decycle_method,                   &[[BR]]
    74                                         do_emis                           &[[BR]]
    75                                         emiss_factor_main,                &[[BR]]
    76                                         emiss_factor_side,                &[[BR]]
    77                                         icntrl,                           &[[BR]]
    78                                         main_street_id,                   &[[BR]]
    79                                         max_street_id,                    &[[BR]]
    80                                         mode_emis,                        &[[BR]]
    81                                         my_steps,                         &[[BR]]
    82                                         nest_chemistry,                   &[[BR]]
    83                                         rcntrl,                           &[[BR]]
    84                                         side_street_id,                   &[[BR]]
    85                                         photolysis_scheme,                &[[BR]]
    86                                         wall_csflux,                      &[[BR]]
    87                                         cs_vertical_gradient,             &[[BR]]
    88                                         top_csflux,                       &[[BR]]
    89                                         surface_csflux,                   &[[BR]]
    90                                         surface_csflux_name,              &[[BR]]
    91                                         time_fac_type,                    &[[BR]]
     56                                        bc_cs_b,                          &\\
     57                                        bc_cs_t,                          &\\
     58                                        call_chem_at_all_substeps,        &\\
     59                                        chem_debug0,                      &\\
     60                                        chem_debug1,                      &\\
     61                                        chem_debug2,                      &\\
     62                                        chem_gasphase_on,                 &\\
     63                                        cs_heights,                       &\\
     64                                        cs_name,                          &\\
     65                                        cs_profile,                       &\\
     66                                        cs_profile_name,                  &\\
     67                                        cs_surface,                       &\\
     68                                        cs_surface_initial_change,        &\\
     69                                        cs_vertical_gradient_level,       &\\
     70                                        daytype_mdh,                      &\\
     71                                        decycle_chem_lr,                  &\\
     72                                        decycle_chem_ns,                  &\\
     73                                        decycle_method,                   &\\
     74                                        do_emis                           &\\
     75                                        emiss_factor_main,                &\\
     76                                        emiss_factor_side,                &\\
     77                                        icntrl,                           &\\
     78                                        main_street_id,                   &\\
     79                                        max_street_id,                    &\\
     80                                        mode_emis,                        &\\
     81                                        my_steps,                         &\\
     82                                        nest_chemistry,                   &\\
     83                                        rcntrl,                           &\\
     84                                        side_street_id,                   &\\
     85                                        photolysis_scheme,                &\\
     86                                        wall_csflux,                      &\\
     87                                        cs_vertical_gradient,             &\\
     88                                        top_csflux,                       &\\
     89                                        surface_csflux,                   &\\
     90                                        surface_csflux_name,              &\\
     91                                        time_fac_type,                    &\\
    9292
    9393