Ignore:
Timestamp:
Oct 23, 2019 3:18:57 PM (5 years ago)
Author:
schwenkel
Message:

further modularization of boundary conditions: moving boundary conditions to their modules

File:
1 edited

Legend:

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

    r4270 r4272  
    2626! -----------------
    2727! $Id$
     28! Further modularization of boundary conditions: moved boundary conditions to
     29! respective modules
     30!
     31! 4270 2019-10-23 10:46:20Z monakurppa
    2832! - Implement offline nesting for salsa
    2933! - Alphabetic ordering for module interfaces
     
    80908094    INTEGER(iwp) ::  ig              !< index for salsa gases
    80918095
     8096
     8097!
     8098!-- moved from boundary_conds
     8099    CALL salsa_boundary_conds
    80928100!
    80938101!-- Boundary conditions for prognostic quantitites of other modules:
Note: See TracChangeset for help on using the changeset viewer.