Ignore:
Timestamp:
Jul 25, 2019 8:54:02 AM (5 years ago)
Author:
monakurppa
Message:

Apply decycling flags for salsa and set decycling boundary conditions only at the ghost points not at the prognostic grid points. See changeset 4109 for more details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TESTS/cases/urban_environment_salsa/INPUT/urban_environment_salsa_p3d

    r4012 r4117  
    2020!------------------------------------------------------------------------------
    2121    fft_method           = 'fftw',
    22 
     22    monotonic_limiter_z  = .T.,
    2323!
    2424!-- Mode
     
    243243!-- Decycle at the north & south boundaries: initial concentration 
    244244!--   is copied to ghost and first three layers at both boundaries
    245     decycle_lr     = .T.,         
    246     decycle_ns     = .F.,
    247     decycle_method = 'dirichlet','dirichlet','dirichlet','dirichlet', 
     245    decycle_salsa_lr     = .T.,         
     246    decycle_salsa_ns     = .F.,
     247    decycle_method_salsa = 'dirichlet','dirichlet','dirichlet','dirichlet', 
    248248    bc_salsa_b     = 'neumann', !'dirichlet',  ! surface flux requires 'neumann'
    249249    bc_salsa_t     = 'dirichlet',  ! top
Note: See TracChangeset for help on using the changeset viewer.