Ignore:
Timestamp:
Jun 21, 2019 9:00:21 PM (5 years ago)
Author:
knoop
Message:

Moved turbulence_closure_mod calls into module_interface

File:
1 edited

Legend:

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

    r4039 r4048  
    2525! -----------------
    2626! $Id$
     27! Moved tcm_3d_data_averaging to module_interface
     28!
     29! 4039 2019-06-18 10:32:41Z suehring
    2730! Modularize diagnostic output
    2831!
     
    304307        ONLY:  ind_pav_green, ind_veg_wall, ind_wat_win,                       &
    305308               surf_def_h, surf_lsm_h, surf_usm_h
    306 
    307     USE turbulence_closure_mod,                                                &
    308         ONLY:  tcm_3d_data_averaging
    309309
    310310    USE urban_surface_mod,                                                     &
     
    535535
    536536             CASE DEFAULT
    537 
    538 !
    539 !--             Allocating and initializing data arrays for turbulence closure module
    540                 CALL tcm_3d_data_averaging( 'allocate', trimvar )
    541537
    542538!
     
    11911187
    11921188!
    1193 !--          Summing up data from turbulence closure module
    1194              CALL tcm_3d_data_averaging( 'sum', trimvar )
    1195 
    1196 !
    11971189!--          Summing up data from all other modules
    11981190             CALL module_interface_3d_data_averaging( 'sum', trimvar )
Note: See TracChangeset for help on using the changeset viewer.