Ignore:
Timestamp:
Oct 24, 2019 1:40:54 PM (4 years ago)
Author:
monakurppa
Message:

Add logical switched nesting_chem and nesting_offline_chem

File:
1 edited

Legend:

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

    r4182 r4273  
    2727! -----------------
    2828! $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
    2933! Corrected "Former revisions" section
    3034!
     
    134138    LOGICAL ::  emissions_anthropogenic   = .FALSE.  !< namelist parameter: flag for turning on anthropogenic emissions
    135139    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
    136142
    137143    REAL(wp) ::  cs_surface_initial_change(99)     = 0.0_wp        !< namelist parameter: ...???
Note: See TracChangeset for help on using the changeset viewer.