Ignore:
Timestamp:
Dec 18, 2015 1:56:05 PM (8 years ago)
Author:
raasch
Message:

bugfixes for calculations in statistical regions which do not contain grid points in the lowest vertical levels, mean surface level height considered in the calculation of the characteristic vertical velocity

File:
1 edited

Legend:

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

    r1696 r1738  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! +mean_surface_level_height
    2222!
    2323! Former revisions:
     
    14671467    LOGICAL ::  flow_statistics_called = .FALSE.
    14681468    REAL(wp) ::     u_max, v_max, w_max
    1469     REAL(wp), DIMENSION(:), ALLOCATABLE       ::  sums_divnew_l, sums_divold_l,   &
     1469    REAL(wp), DIMENSION(:), ALLOCATABLE       ::  mean_surface_level_height,      &
     1470                                                  sums_divnew_l, sums_divold_l,   &
    14701471                                                  var_d, weight_substep,          &
    14711472                                                  weight_pres
Note: See TracChangeset for help on using the changeset viewer.