Ignore:
Timestamp:
Nov 29, 2018 7:16:36 PM (5 years ago)
Author:
suehring
Message:

Merge branch salsa with trunk

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE

  • palm/trunk/SOURCE/modules.f90

    r3569 r3582  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Move the control parameter "salsa" from salsa_mod to control_parameters
     23! (M. Kurppa)
    2324!
    2425! Former revisions:
     
    13871388    LOGICAL ::  run_control_header = .FALSE.                     !< onetime output of RUN_CONTROL header
    13881389    LOGICAL ::  run_coupled = .TRUE.                             !< internal switch telling PALM to run in coupled mode (i.e. to exchange surface data) in case of atmosphere-ocean coupling
     1390    LOGICAL ::  salsa = .FALSE.                                  !< switch for the sectional aerosol module salsa
    13891391    LOGICAL ::  scalar_rayleigh_damping = .TRUE.                 !< namelist parameter
    13901392    LOGICAL ::  sloping_surface = .FALSE.                        !< use sloped surface? (namelist parameter alpha_surface)
Note: See TracChangeset for help on using the changeset viewer.