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/boundary_conds.f90

    r3294 r3347  
    2525! -----------------
    2626! $Id$
     27! Bugfix in setting boundary conditions in offline nesting
     28!
     29! 3341 2018-10-15 10:31:27Z suehring
    2730! changes concerning modularization of ocean option
    2831!
     
    293296!
    294297!-- Vertical nesting: Vertical velocity not zero at the top of the fine grid
    295     IF (  .NOT.  child_domain  .AND.                                           &
     298    IF (  .NOT.  child_domain  .AND.  .NOT.  nesting_offline  .AND.            &
    296299                 TRIM(coupling_mode) /= 'vnested_fine' )  THEN
    297300       w_p(nzt:nzt+1,:,:) = 0.0_wp  !< nzt is not a prognostic level (but cf. pres)
     
    729732!-- in case of nest boundaries. This must not be done in case of vertical nesting
    730733!-- mode as in that case the lateral boundaries are actually cyclic.
    731 !-- @todo: Is this really needed? Boundary values will be overwritten in
    732 !--        coupler or by Inifor data.
    733734    IF ( nesting_mode /= 'vertical'  .OR.  nesting_offline )  THEN
    734735       IF ( bc_dirichlet_s )  THEN
Note: See TracChangeset for help on using the changeset viewer.