Ignore:
Timestamp:
Jan 14, 2020 10:20:35 AM (4 years ago)
Author:
banzhafs
Message:

added namelist flag emiss_read_legacy_mode to allow concurrent

File:
1 edited

Legend:

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

    r4273 r4372  
    2222! Current revisions:
    2323! -----------------
    24 ! 
     24!
    2525!
    2626! Former revisions:
    2727! -----------------
    2828! $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
    2933! Add logical switches nesting_chem and nesting_offline_chem (both .TRUE.
    3034! by default)
    31 ! 
     35!
    3236! 4182 2019-08-22 15:20:23Z scharf
    3337! Corrected "Former revisions" section
     
    138142    LOGICAL ::  emissions_anthropogenic   = .FALSE.  !< namelist parameter: flag for turning on anthropogenic emissions
    139143    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
    140145    LOGICAL ::  nesting_chem              = .TRUE.   !< apply self-nesting for the chemistry model
    141146    LOGICAL ::  nesting_offline_chem      = .TRUE.   !< apply offline nesting for the chemistry model
Note: See TracChangeset for help on using the changeset viewer.