Changeset 3724 for palm/trunk/SOURCE/turbulence_closure_mod.f90
- Timestamp:
- Feb 6, 2019 4:28:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/turbulence_closure_mod.f90
r3719 r3724 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Correct double-used log_point_s units 28 ! 29 ! 3719 2019-02-06 13:10:18Z kanani 27 30 ! Changed log_point to log_point_s, otherwise this overlaps with 28 31 ! 'all progn.equations' cpu measurement. … … 1949 1952 IF ( .NOT. constant_diffusion ) THEN 1950 1953 1951 CALL cpu_log( log_point_s( 16), 'tke-equation', 'start' )1954 CALL cpu_log( log_point_s(67), 'tke-equation', 'start' ) 1952 1955 1953 1956 sbt = tsc(2) … … 2057 2060 ENDIF 2058 2061 2059 CALL cpu_log( log_point_s( 16), 'tke-equation', 'stop' )2062 CALL cpu_log( log_point_s(67), 'tke-equation', 'stop' ) 2060 2063 2061 2064 ENDIF ! TKE equation … … 2065 2068 IF ( rans_tke_e ) THEN 2066 2069 2067 CALL cpu_log( log_point_s( 33), 'diss-equation', 'start' )2070 CALL cpu_log( log_point_s(64), 'diss-equation', 'start' ) 2068 2071 2069 2072 sbt = tsc(2) … … 2157 2160 ENDIF 2158 2161 2159 CALL cpu_log( log_point_s( 33), 'diss-equation', 'stop' )2162 CALL cpu_log( log_point_s(64), 'diss-equation', 'stop' ) 2160 2163 2161 2164 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.