Changeset 3652 for palm/trunk/SOURCE/chem_modules.f90
- Timestamp:
- Jan 7, 2019 3:29:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chem_modules.f90
r3636 r3652 27 27 ! ----------------- 28 28 ! $Id$ 29 ! parameter chem_mechanism added (basit) 30 ! 31 ! 32 ! 3636 2018-12-19 13:48:34Z raasch 29 33 ! nopointer option removed 30 34 ! … … 133 137 CHARACTER (LEN=80) :: time_fac_type ='MDH' !< Type of time treatment in the emis DEFAULT mode: HOUR .OR. MDH 134 138 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 mfor profile output139 CHARACTER (LEN=11), DIMENSION(99) :: data_output_pr_cs = 'novalue' !< Namelist parameter: Names of the chem species for profile output 136 140 !< 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) 137 143 ! 138 144 !-- Namelist parameters for chem_emissions
Note: See TracChangeset
for help on using the changeset viewer.