Ignore:
Timestamp:
Feb 6, 2019 1:10:18 PM (6 years ago)
Author:
kanani
Message:

Correct and clean-up cpu_logs, some overlapping counts (chemistry_model_mod, disturb_heatflux, large_scale_forcing_nudging_mod, ocean_mod, palm, prognostic_equations, synthetic_turbulence_generator_mod, time_integration, time_integration_spinup, turbulence_closure_mod)

File:
1 edited

Legend:

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

    r3684 r3719  
    2525! -----------------
    2626! $Id$
     27! Changed log_point to log_point_s, otherwise this overlaps with
     28! 'all progn.equations' cpu measurement.
     29!
     30! 3684 2019-01-20 20:20:58Z knoop
    2731! Remove unused variable simulated_time
    2832!
     
    214218
    215219    USE cpulog,                                                                &
    216         ONLY:  cpu_log, log_point, log_point_s
     220        ONLY:  cpu_log, log_point_s
    217221
    218222    USE indices,                                                               &
     
    19451949    IF ( .NOT. constant_diffusion )  THEN
    19461950
    1947        CALL cpu_log( log_point(16), 'tke-equation', 'start' )
     1951       CALL cpu_log( log_point_s(16), 'tke-equation', 'start' )
    19481952
    19491953       sbt = tsc(2)
     
    20532057       ENDIF
    20542058
    2055        CALL cpu_log( log_point(16), 'tke-equation', 'stop' )
     2059       CALL cpu_log( log_point_s(16), 'tke-equation', 'stop' )
    20562060
    20572061    ENDIF   ! TKE equation
     
    20612065    IF ( rans_tke_e )  THEN
    20622066
    2063        CALL cpu_log( log_point(33), 'diss-equation', 'start' )
     2067       CALL cpu_log( log_point_s(33), 'diss-equation', 'start' )
    20642068
    20652069       sbt = tsc(2)
     
    21532157       ENDIF
    21542158
    2155        CALL cpu_log( log_point(33), 'diss-equation', 'stop' )
     2159       CALL cpu_log( log_point_s(33), 'diss-equation', 'stop' )
    21562160
    21572161    ENDIF
Note: See TracChangeset for help on using the changeset viewer.