Ignore:
Timestamp:
Feb 6, 2019 4:28:23 PM (5 years ago)
Author:
kanani
Message:

Correct double-used log_point_s units (bulk_cloud_model_mod, time_integration, turbulence_closure_mod)

File:
1 edited

Legend:

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

    r3719 r3724  
    2525! -----------------
    2626! $Id$
     27! Correct double-used log_point_s units
     28!
     29! 3719 2019-02-06 13:10:18Z kanani
    2730! Changed log_point to log_point_s, otherwise this overlaps with
    2831! 'all progn.equations' cpu measurement.
     
    19491952    IF ( .NOT. constant_diffusion )  THEN
    19501953
    1951        CALL cpu_log( log_point_s(16), 'tke-equation', 'start' )
     1954       CALL cpu_log( log_point_s(67), 'tke-equation', 'start' )
    19521955
    19531956       sbt = tsc(2)
     
    20572060       ENDIF
    20582061
    2059        CALL cpu_log( log_point_s(16), 'tke-equation', 'stop' )
     2062       CALL cpu_log( log_point_s(67), 'tke-equation', 'stop' )
    20602063
    20612064    ENDIF   ! TKE equation
     
    20652068    IF ( rans_tke_e )  THEN
    20662069
    2067        CALL cpu_log( log_point_s(33), 'diss-equation', 'start' )
     2070       CALL cpu_log( log_point_s(64), 'diss-equation', 'start' )
    20682071
    20692072       sbt = tsc(2)
     
    21572160       ENDIF
    21582161
    2159        CALL cpu_log( log_point_s(33), 'diss-equation', 'stop' )
     2162       CALL cpu_log( log_point_s(64), 'diss-equation', 'stop' )
    21602163
    21612164    ENDIF
Note: See TracChangeset for help on using the changeset viewer.