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

    r3987 r4048  
    2525! -----------------
    2626! $Id$
     27! Moved tcm_prognostic_equations to module_interface
     28!
     29! 3987 2019-05-22 09:52:13Z kanani
    2730! Introduce alternative switch for debug output during timestepping
    2831!
     
    480483                surf_usm_v
    481484
    482     USE turbulence_closure_mod,                                                &
    483         ONLY:  tcm_prognostic_equations
    484 
    485485    IMPLICIT NONE
    486486
     
    10561056
    10571057          ENDIF
    1058 !
    1059 !--       Calculate prognostic equations for turbulence closure
    1060           CALL tcm_prognostic_equations( i, j, i_omp_start, tn )
    10611058!
    10621059!--       Calculate prognostic equations for all other modules
     
    17681765
    17691766    ENDIF
    1770 
    1771 !
    1772 !-- Calculate prognostic equations for turbulence closure
    1773     CALL tcm_prognostic_equations()
    17741767!
    17751768!-- Calculate prognostic equations for all other modules
Note: See TracChangeset for help on using the changeset viewer.