Changeset 3184 for palm/trunk


Ignore:
Timestamp:
Jul 27, 2018 5:13:09 PM (6 years ago)
Author:
suehring
Message:

Bugfix in setting of passive scalar and chemistry top boundary condary condition in offline nesting mode

File:
1 edited

Legend:

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

    r3183 r3184  
    2525! -----------------
    2626! $Id$
     27! Bugfix, comment setting of chemistry and passive scalar top boundary condition
     28! in case of offline nesting
     29!
     30! 3183 2018-07-27 14:25:55Z suehring
    2731! Rename variables and boundary conditions in mesoscale-offline nesting mode
    2832!
     
    962966             bc_pt_t  = 'nesting_offline'
    963967             bc_q_t   = 'nesting_offline'
    964              bc_s_t   = 'nesting_offline'  ! scalar boundary condition is not clear
    965              bc_cs_t  = 'nesting_offline'  ! same for chemical species
     968           !  bc_s_t   = 'nesting_offline'  ! scalar boundary condition is not clear
     969           !  bc_cs_t  = 'nesting_offline'  ! same for chemical species
    966970             bc_p_t   = 'neumann'
    967971          ENDIF
Note: See TracChangeset for help on using the changeset viewer.