Ignore:
Timestamp:
Jun 29, 2020 8:49:58 AM (4 years ago)
Author:
suehring
Message:

mesoscale nesting: omit explicit pressure forcing via geostrophic wind components; chemistry: enable profile output of vertical fluxes; urban-surface: bugfix in initialization in case of cyclic_fill

File:
1 edited

Legend:

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

    r4574 r4581  
    2525! -----------------
    2626! $Id$
     27! +sums_wschs_ws_l
     28!
     29! 4574 2020-06-24 16:33:32Z pavelkrc
    2730!
    2831! 4572 2020-06-24 10:09:41Z gronemeier
     
    14781481    REAL(wp), DIMENSION(:,:), ALLOCATABLE ::  sums_ls_l        !< subdomain sum of large scale forcing and nudging tendencies
    14791482
     1483    REAL(wp), DIMENSION(:,:), POINTER     ::  sums_wschs_ws_l  !< subdomain sum of vertical chemistry flux w'ch'
     1484
    14801485    REAL(wp), DIMENSION(:,:,:), ALLOCATABLE ::  hom_sum             !< sum array for horizontal mean
    14811486    REAL(wp), DIMENSION(:,:,:), ALLOCATABLE ::  rmask               !< REAL flag array (0.0 or 1.0) for statistic regions
Note: See TracChangeset for help on using the changeset viewer.