Ignore:
Timestamp:
Apr 6, 2018 9:05:08 AM (6 years ago)
Author:
kanani
Message:

Add cpu measures for nesting initialization

File:
1 edited

Legend:

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

    r2938 r2951  
    2525! -----------------
    2626! $Id$
     27! Add log_point_s for pmci_model_configuration
     28!
     29! 2938 2018-03-27 15:52:42Z suehring
    2730! - Nesting for RANS mode implemented
    2831!    - Interpolation of TKE onto child domain only if both parent and child are
     
    743746
    744747    CALL location_message( 'setup the nested model configuration', .FALSE. )
     748    CALL cpu_log( log_point_s(79), 'pmci_model_config', 'start' )
    745749!
    746750!-- Compute absolute coordinates for all models
     
    763767    CLOSE( 90 )
    764768
     769    CALL cpu_log( log_point_s(79), 'pmci_model_config', 'stop' )
    765770    CALL location_message( 'finished', .TRUE. )
    766771
Note: See TracChangeset for help on using the changeset viewer.