Ignore:
Timestamp:
Apr 24, 2020 1:32:20 PM (4 years ago)
Author:
raasch
Message:

salsa decycling replaced by explicit setting of lateral boundary conditions

File:
1 edited

Legend:

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

    r4444 r4508  
    2525! -----------------
    2626! $Id$
     27! salsa variable name changed
     28!
     29! 4444 2020-03-05 15:59:50Z raasch
    2730! bugfix: cpp-directives and variable declarations for serial mode added
    2831!
     
    288291
    289292    USE salsa_mod,                                                             &
    290         ONLY:  aerosol_mass, aerosol_number, gconc_2, ibc_salsa_b,             &
     293        ONLY:  aerosol_mass, aerosol_number, gconc_2, ibc_aer_b,               &
    291294               mconc_2, nbins_aerosol,                                         &
    292295               ncomponents_mass, nconc_2, nesting_salsa, ngases_salsa,         &
     
    48754878!-- Set Neumann boundary conditions for aerosols and salsa gases
    48764879    IF ( salsa  .AND.  nesting_salsa )  THEN
    4877        IF ( ibc_salsa_b == 1 )  THEN
     4880       IF ( ibc_aer_b == 1 )  THEN
    48784881          DO  m = 1, bc_h(0)%ns
    48794882             ic = bc_h(0)%i(m)
Note: See TracChangeset for help on using the changeset viewer.