Ignore:
Timestamp:
Dec 4, 2018 8:40:18 AM (5 years ago)
Author:
maronga
Message:

revised calculation of near surface air potential temperature

File:
1 edited

Legend:

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

    r3589 r3597  
    2525! -----------------
    2626! $Id$
     27! Added flag parameter do_output_at_2m for automatic output of 2m-temperature
     28!
     29! 3589 2018-11-30 15:09:51Z suehring
    2730! Move the control parameter "salsa" from salsa_mod to control_parameters
    2831! (M. Kurppa)
     
    10631066    REAL(wp), DIMENSION(:,:), ALLOCATABLE ::  lwp_av                 !< avg. liquid water path
    10641067    REAL(wp), DIMENSION(:,:), ALLOCATABLE ::  ol_av                  !< avg. Obukhov length
     1068    REAL(wp), DIMENSION(:,:), ALLOCATABLE ::  pt_2m_av               !< avg. 2m- air potential temperature
    10651069    REAL(wp), DIMENSION(:,:), ALLOCATABLE ::  qsws_av                !< avg. surface moisture flux
    10661070    REAL(wp), DIMENSION(:,:), ALLOCATABLE ::  r_a_av                 !< avg. resistance
     
    13541358    LOGICAL ::  do2d_at_begin = .FALSE.                          !< namelist parameter
    13551359    LOGICAL ::  do3d_at_begin = .FALSE.                          !< namelist parameter
     1360    LOGICAL ::  do_output_at_2m = .FALSE.                        !< flag for activating calculation of potential temperature at z = 2 m
    13561361    LOGICAL ::  do_sum = .FALSE.                                 !< contribute to time average of profile data?
    13571362    LOGICAL ::  dp_external = .FALSE.                            !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.