Changeset 2326


Ignore:
Timestamp:
Aug 1, 2017 7:23:24 AM (7 years ago)
Author:
gronemeier
Message:

Updated variable description

File:
1 edited

Legend:

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

    r2320 r2326  
    2525! -----------------
    2626! $Id$
     27! Updated variable descriptions
     28!
     29! 2320 2017-07-21 12:47:43Z suehring
    2730! -ptnudge, qnudge, tnudge, td_lsa_lpt, td_lsa_q, td_sub_lpt, td_sub_q, ug_vert,
    2831!  vg_vert, unudge, vnudge, wsubs_vert, shf_surf, p_surf, pt_surf, q_surt,
     
    17741777    REAL(wp), DIMENSION(:), ALLOCATABLE ::  l1d      !< mixing length (1d-model)
    17751778    REAL(wp), DIMENSION(:), ALLOCATABLE ::  rif1d    !< Richardson flux number (1d-model)
    1776     REAL(wp), DIMENSION(:), ALLOCATABLE ::  te_e     !< Tobias (1d-model)
    1777     REAL(wp), DIMENSION(:), ALLOCATABLE ::  te_em    !< Tobias (1d-model)
    1778     REAL(wp), DIMENSION(:), ALLOCATABLE ::  te_u     !< Tobias (1d-model)
    1779     REAL(wp), DIMENSION(:), ALLOCATABLE ::  te_um    !< Tobias (1d-model)
    1780     REAL(wp), DIMENSION(:), ALLOCATABLE ::  te_v     !< Tobias (1d-model)
    1781     REAL(wp), DIMENSION(:), ALLOCATABLE ::  te_vm    !< Tobias (1d-model)
     1779    REAL(wp), DIMENSION(:), ALLOCATABLE ::  te_e     !< tendency of e (1d-model)
     1780    REAL(wp), DIMENSION(:), ALLOCATABLE ::  te_em    !< weighted tendency of e for previous sub-timestep (1d-model)
     1781    REAL(wp), DIMENSION(:), ALLOCATABLE ::  te_u     !< tendency of u (1d-model)
     1782    REAL(wp), DIMENSION(:), ALLOCATABLE ::  te_um    !< weighted tendency of u for previous sub-timestep (1d-model)
     1783    REAL(wp), DIMENSION(:), ALLOCATABLE ::  te_v     !< tendency of v (1d-model)
     1784    REAL(wp), DIMENSION(:), ALLOCATABLE ::  te_vm    !< weighted tendency of v for previous sub-timestep (1d-model)
    17821785    REAL(wp), DIMENSION(:), ALLOCATABLE ::  u1d      !< u-velocity component (1d-model)
    17831786    REAL(wp), DIMENSION(:), ALLOCATABLE ::  u1d_p    !< prognostic value of u-velocity component (1d-model)
Note: See TracChangeset for help on using the changeset viewer.