Ignore:
Timestamp:
Mar 27, 2020 12:56:41 PM (4 years ago)
Author:
maronga
Message:

added a modified Deardorff subgrid-scale model

File:
1 edited

Legend:

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

    r4473 r4476  
    2525! -----------------
    2626! $Id$
     27! Renamed variables for subgrids-scale model steering
     28!
     29! 4473 2020-03-25 21:04:07Z gronemeier
    2730! moved wall_adjustment_factor to turbulence_closure_mod
    2831!
     
    548551    CHARACTER (LEN=20)   ::  reference_state = 'initial_profile'          !< namelist parameter
    549552    CHARACTER (LEN=20)   ::  timestep_scheme = 'runge-kutta-3'            !< namelist parameter
    550     CHARACTER (LEN=20)   ::  turbulence_closure = 'Moeng_Wyngaard'        !< namelist parameter
     553    CHARACTER (LEN=20)   ::  turbulence_closure = '1.5-order'             !< namelist parameter
    551554    CHARACTER (LEN=40)   ::  topography = 'flat'                          !< namelist parameter
    552555    CHARACTER (LEN=64)   ::  host = '????'                                !< configuration identifier as given by palmrun option -c, ENVPAR namelist parameter provided by palmrun
     
    750753    LOGICAL ::  large_scale_subsidence = .FALSE.                 !< namelist parameter
    751754    LOGICAL ::  land_surface = .FALSE.                           !< use land surface model?
     755    LOGICAL ::  les_dai = .FALSE.                                !< use Dai et al. turbulence closure (modified 1.5-order closure) for LES mode. Shall replace the default 1.5-order closure
    752756    LOGICAL ::  les_dynamic = .FALSE.                            !< use dynamic subgrid model as turbulence closure for LES mode
    753     LOGICAL ::  les_mw = .FALSE.                                 !< use Moeng-Wyngaard turbulence closure for LES mode
     757    LOGICAL ::  les_default = .FALSE.                            !< use 1.5-order default turbulence closure for LES mode
    754758    LOGICAL ::  lsf_exception = .FALSE.                          !< use of lsf with buildings (temporary)?
    755759    LOGICAL ::  lsf_surf = .TRUE.                                !< use surface forcing (large scale forcing)?
Note: See TracChangeset for help on using the changeset viewer.