Ignore:
Timestamp:
Oct 15, 2018 2:21:08 PM (6 years ago)
Author:
suehring
Message:

Offline nesting revised and separated from large_scale_forcing_mod; Time-dependent synthetic turbulence generator; bugfixes in USM/LSM radiation model and init_pegrid

File:
1 edited

Legend:

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

    r3337 r3347  
    2525! -----------------
    2626! $Id$
     27! Remove offline nesting in if clause for pressure top boundary condition
     28!
     29! 3343 2018-10-15 10:38:52Z suehring
    2730! (from branch resler)
    2831! Add biometeorology,
     
    19541957       ibc_p_t = 0
    19551958!-- TO_DO: later set bc_p_t to neumann before, in case of nested domain
    1956     ELSEIF ( bc_p_t == 'neumann' .OR. bc_p_t == 'nested'  .OR.                 &
    1957              bc_p_t == 'nesting_offline'  )  THEN
     1959    ELSEIF ( bc_p_t == 'neumann' .OR. bc_p_t == 'nested' )  THEN
    19581960       ibc_p_t = 1
    19591961    ELSE
Note: See TracChangeset for help on using the changeset viewer.