Ignore:
Timestamp:
Jan 20, 2019 8:20:58 PM (5 years ago)
Author:
knoop
Message:

Enabled module_interface_actions in time_integration and prognostic_equations

File:
1 edited

Legend:

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

    r3646 r3684  
    233233        ONLY:  hom, hom_sum, statistic_regions
    234234
    235     USE user_actions_mod,                                                      &
    236         ONLY:  user_actions
    237 
    238235
    239236    IMPLICIT NONE
     
    20032000       IF ( plant_canopy )  CALL pcm_tendency( 6 )
    20042001
    2005        CALL user_actions( 'e-tendency' )
     2002!       CALL user_actions( 'e-tendency' ) ToDo: find general solution for circular dependency between modules
    20062003
    20072004!
     
    21102107!        IF ( plant_canopy )  CALL pcm_tendency( ? )         !> @todo not yet implemented
    21112108
    2112 !        CALL user_actions( 'diss-tendency' )                !> @todo not yet implemented
     2109!       CALL user_actions( 'e-tendency' ) ToDo: find general solution for circular dependency between modules
    21132110
    21142111!
     
    22222219       IF ( plant_canopy )  CALL pcm_tendency( i, j, 6 )
    22232220
    2224        CALL user_actions( i, j, 'e-tendency' )
     2221!       CALL user_actions( i, j, 'e-tendency' ) ToDo: find general solution for circular dependency between modules
    22252222
    22262223!
     
    22842281!        IF ( plant_canopy )  CALL pcm_tendency( i, j, ? )     !> @todo not yet implemented
    22852282
    2286 !        CALL user_actions( i, j, 'diss-tendency' )            !> @todo not yet implemented
     2283!       CALL user_actions( i, j, 'diss-tendency' ) ToDo: find general solution for circular dependency between modules
    22872284
    22882285!
Note: See TracChangeset for help on using the changeset viewer.