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

    r4047 r4048  
    2525! -----------------
    2626! $Id$
     27! Moved production_e_init call into turbulence_closure_mod
     28!
     29! 4047 2019-06-21 18:58:09Z knoop
    2730! Added remainings of swap_timelevel upon its dissolution
    2831!
     
    675678
    676679    USE turbulence_closure_mod,                                                                    &
    677         ONLY:  tcm_diffusivities, production_e_init
     680        ONLY:  tcm_diffusivities
    678681
    679682    USE urban_surface_mod,                                                                         &
     
    975978          ENDIF
    976979
    977           IF ( .NOT. constant_diffusion )  CALL production_e_init
    978980          IF ( ( ws_scheme_mom .OR. ws_scheme_sca )  .AND.  intermediate_timestep_count == 1 )     &
    979981          THEN
Note: See TracChangeset for help on using the changeset viewer.