Ignore:
Timestamp:
Jun 12, 2019 11:52:39 AM (5 years ago)
Author:
suehring
Message:

Synthetic turbulence generator: Revise bias correction of imposed perturbations (correction via volume flow can create instabilities in case the mean volume flow is close to zero); Introduce lower limits in calculation of coefficient matrix, else the calculation may become numerically unstable; Impose perturbations every timestep, even though no new set of perturbations is generated in case dt_stg_call /= dt_3d; Implement a gradual decrease of Reynolds stress and length scales above ABL height (within 1 length scale above ABL depth to 1/10) rather than an abrupt decline; Bugfix in non-nested case: use ABL height for parametrized turbulence; Offline nesting: Rename subroutine for ABL height calculation and make it public; Change top boundary condition for pressure back to Neumann

File:
1 edited

Legend:

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

    r4017 r4022  
    2525! -----------------
    2626! $Id$
     27! Change default top boundary condition for pressure to Neumann in offline
     28! nesting case
     29!
     30! 4017 2019-06-06 12:16:46Z schwenkel
    2731! Introduce alternative switch for debug output during timestepping
    2832!
     
    983987             bc_pt_t  = 'nesting_offline'
    984988             bc_q_t   = 'nesting_offline'
    985            !  bc_s_t   = 'nesting_offline'  ! scalar boundary condition is not clear
     989           !  bc_s_t   = 'nesting_offline'  ! scalar boundary condition is not clear yet
    986990           !  bc_cs_t  = 'nesting_offline'  ! same for chemical species
    987 !
    988 !--          For the pressure set Dirichlet conditions, in contrast to the
    989 !--          self nesting. This gives less oscilations within the
    990 !--          free atmosphere since the pressure solver has more degrees of
    991 !--          freedom. In constrast to the self nesting, this might be
    992 !--          justified since the top boundary is far away from the domain
    993 !--          of interest.
    994              bc_p_t   = 'dirichlet' !'neumann'
     991             bc_p_t   = 'neumann'
    995992          ENDIF
    996993
Note: See TracChangeset for help on using the changeset viewer.