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/data_output_3d.f90

    r4039 r4048  
    2525! -----------------
    2626! $Id$
     27! Moved tcm_data_output_3d to module_interface
     28!
     29! 4039 2019-06-18 10:32:41Z suehring
    2730! modularize diagnostic output
    2831!
     
    313316    USE radiation_model_mod,                                                   &
    314317        ONLY:  nz_urban_b, nz_urban_t
    315 
    316     USE turbulence_closure_mod,                                                &
    317         ONLY:  tcm_data_output_3d
    318318
    319319    USE urban_surface_mod,                                                     &
     
    718718
    719719          CASE DEFAULT
    720 
    721              IF ( .NOT. found )  THEN
    722                 CALL tcm_data_output_3d( av, trimvar, found, local_pf,   &
    723                                          nzb_do, nzt_do )
    724                 resorted = .TRUE.
    725              ENDIF
    726 
    727720!
    728721!--          Quantities of other modules
Note: See TracChangeset for help on using the changeset viewer.