Ignore:
Timestamp:
Feb 6, 2019 1:10:18 PM (5 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/disturb_heatflux.f90

    r3655 r3719  
    2525! -----------------
    2626! $Id$
     27! Moved log_points out of subroutine into time_integration for better overview.
     28!
     29! 3655 2019-01-07 16:51:22Z knoop
    2730! unused variable removed
    2831!
     
    112115
    113116
    114     CALL cpu_log( log_point(23), 'disturb_heatflux', 'start' )
    115 
    116117!
    117118!-- Generate random disturbances and store them. Note, if
     
    163164    ENDIF
    164165
    165     CALL cpu_log( log_point(23), 'disturb_heatflux', 'stop' )
    166 
    167166
    168167 END SUBROUTINE disturb_heatflux
Note: See TracChangeset for help on using the changeset viewer.