Changeset 4273 for palm/trunk/SOURCE/chem_modules.f90
- Timestamp:
- Oct 24, 2019 1:40:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chem_modules.f90
r4182 r4273 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Add logical switches nesting_chem and nesting_offline_chem (both .TRUE. 30 ! by default) 31 ! 32 ! 4182 2019-08-22 15:20:23Z scharf 29 33 ! Corrected "Former revisions" section 30 34 ! … … 134 138 LOGICAL :: emissions_anthropogenic = .FALSE. !< namelist parameter: flag for turning on anthropogenic emissions 135 139 LOGICAL :: emission_output_required = .TRUE. !< internal flag for requiring emission outputs 140 LOGICAL :: nesting_chem = .TRUE. !< apply self-nesting for the chemistry model 141 LOGICAL :: nesting_offline_chem = .TRUE. !< apply offline nesting for the chemistry model 136 142 137 143 REAL(wp) :: cs_surface_initial_change(99) = 0.0_wp !< namelist parameter: ...???
Note: See TracChangeset
for help on using the changeset viewer.