Ignore:
Timestamp:
Jul 19, 2018 9:08:49 PM (6 years ago)
Author:
maronga
Message:

added local free convection velocity scale in calculation of horizontal wind at first grid level

File:
1 edited

Legend:

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

    r3129 r3157  
    2525! -----------------
    2626! $Id$
     27! added use_free_convection_scaling
     28!
     29! 3129 2018-07-16 07:45:13Z gronemeier
    2730! add target attribute to km and kh, necessary for output in tcm_data_output_3d
    2831!
     
    13591362    LOGICAL ::  urban_surface = .FALSE.                          !< use urban surface model?
    13601363    LOGICAL ::  use_cmax = .TRUE.                                !< namelist parameter
     1364    LOGICAL ::  use_free_convection_scaling = .FALSE.            !< namelist parameter to switch on free convection velocity scale in calculation of horizontal wind speed (surface_layer_fluxes)
    13611365    LOGICAL ::  use_initial_profile_as_reference = .FALSE.       !< use of initial profiles as reference state?
    13621366    LOGICAL ::  use_prescribed_profile_data = .FALSE.            !< use of prescribed wind profiles?
Note: See TracChangeset for help on using the changeset viewer.