Changeset 3684 for palm/trunk/SOURCE/turbulence_closure_mod.f90
- Timestamp:
- Jan 20, 2019 8:20:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/turbulence_closure_mod.f90
r3646 r3684 233 233 ONLY: hom, hom_sum, statistic_regions 234 234 235 USE user_actions_mod, &236 ONLY: user_actions237 238 235 239 236 IMPLICIT NONE … … 2003 2000 IF ( plant_canopy ) CALL pcm_tendency( 6 ) 2004 2001 2005 CALL user_actions( 'e-tendency' ) 2002 ! CALL user_actions( 'e-tendency' ) ToDo: find general solution for circular dependency between modules 2006 2003 2007 2004 ! … … 2110 2107 ! IF ( plant_canopy ) CALL pcm_tendency( ? ) !> @todo not yet implemented 2111 2108 2112 ! CALL user_actions( 'diss-tendency' ) !> @todo not yet implemented2109 ! CALL user_actions( 'e-tendency' ) ToDo: find general solution for circular dependency between modules 2113 2110 2114 2111 ! … … 2222 2219 IF ( plant_canopy ) CALL pcm_tendency( i, j, 6 ) 2223 2220 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 2225 2222 2226 2223 ! … … 2284 2281 ! IF ( plant_canopy ) CALL pcm_tendency( i, j, ? ) !> @todo not yet implemented 2285 2282 2286 ! CALL user_actions( i, j, 'diss-tendency' ) !> @todo not yet implemented2283 ! CALL user_actions( i, j, 'diss-tendency' ) ToDo: find general solution for circular dependency between modules 2287 2284 2288 2285 !
Note: See TracChangeset
for help on using the changeset viewer.