Ignore:
Timestamp:
Jan 7, 2019 3:29:59 PM (5 years ago)
Author:
forkel
Message:

Checks added for chemistry mechanism, parameter chem_mechanism added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/chem_modules.f90

    r3636 r3652  
    2727! -----------------
    2828! $Id$
     29! parameter chem_mechanism added (basit)
     30!
     31!
     32! 3636 2018-12-19 13:48:34Z raasch
    2933! nopointer option removed
    3034!
     
    133137    CHARACTER (LEN=80)                ::  time_fac_type       ='MDH'                !< Type of time treatment in the emis DEFAULT mode: HOUR .OR. MDH
    134138    CHARACTER (LEN=80)                ::  daytype_mdh         ='workday'            !< Type of day in the MDH case: workday, weekend, holiday
    135     CHARACTER (LEN=11), DIMENSION(99) ::  data_output_pr_cs   = 'novalue'           !< Namelist parameter: Names of the che    m for profile output
     139    CHARACTER (LEN=11), DIMENSION(99) ::  data_output_pr_cs   = 'novalue'           !< Namelist parameter: Names of the chem species for profile output
    136140                                                                                    !< by cs_name for each height lvls defined by cs_heights
     141    CHARACTER (LEN=30)                ::  chem_mechanism      = 'phstatp'           !< Namelist parameter: Name of chemistry mechanism
     142                                                                                    !< (must match with third line in chem_gasphase_mod.f90)
    137143!
    138144!-- Namelist parameters for chem_emissions
Note: See TracChangeset for help on using the changeset viewer.