Changeset 4372 for palm/trunk/SOURCE/chem_modules.f90
- Timestamp:
- Jan 14, 2020 10:20:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chem_modules.f90
r4273 r4372 22 22 ! Current revisions: 23 23 ! ----------------- 24 ! 24 ! 25 25 ! 26 26 ! Former revisions: 27 27 ! ----------------- 28 28 ! $Id$ 29 ! added namelist flag 'emiss_read_legacy_mode' to allow concurrent 30 ! functioning of new emission read mode under development (ECC) 31 ! 32 ! 4273 2019-10-24 13:40:54Z monakurppa 29 33 ! Add logical switches nesting_chem and nesting_offline_chem (both .TRUE. 30 34 ! by default) 31 ! 35 ! 32 36 ! 4182 2019-08-22 15:20:23Z scharf 33 37 ! Corrected "Former revisions" section … … 138 142 LOGICAL :: emissions_anthropogenic = .FALSE. !< namelist parameter: flag for turning on anthropogenic emissions 139 143 LOGICAL :: emission_output_required = .TRUE. !< internal flag for requiring emission outputs 144 LOGICAL :: emiss_read_legacy_mode = .TRUE. !< namelist parameter: flag to read emission data using legacy mode 140 145 LOGICAL :: nesting_chem = .TRUE. !< apply self-nesting for the chemistry model 141 146 LOGICAL :: nesting_offline_chem = .TRUE. !< apply offline nesting for the chemistry model
Note: See TracChangeset
for help on using the changeset viewer.