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/palm.f90

    r3703 r3719  
    2525! -----------------
    2626! $Id$
     27! Included cpu measurement for wall/soil spinup
     28!
     29! 3703 2019-01-29 16:43:53Z knoop
    2730! Some interface calls moved to module_interface + cleanup
    2831!
     
    536539!-- surface model)
    537540    IF ( spinup )  THEN
     541       CALL cpu_log( log_point(41), 'wall/soil spinup', 'start' )
    538542       CALL time_integration_spinup
     543       CALL cpu_log( log_point(41), 'wall/soil spinup', 'stop' )
    539544    ENDIF
    540545
Note: See TracChangeset for help on using the changeset viewer.