New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 9124 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/TOP_SRC/trcstp.F90 – NEMO

Ignore:
Timestamp:
2017-12-19T09:26:25+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: ln_timing instead of nn_timing + restricted timing to nemo_init and routine called by step in OPA_SRC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/TOP_SRC/trcstp.F90

    r9019 r9124  
    5959      !!------------------------------------------------------------------- 
    6060      ! 
    61       IF( nn_timing == 1 )   CALL timing_start('trc_stp') 
     61      IF( ln_timing )   CALL timing_start('trc_stp') 
    6262      ! 
    6363      IF( ( neuler == 0 .AND. kt == nittrc000 ) .OR. ln_top_euler ) THEN     ! at nittrc000 
     
    1121129300  FORMAT(i10,D23.16) 
    113113      ! 
    114       IF( nn_timing == 1 )   CALL timing_stop('trc_stp') 
     114      IF( ln_timing )   CALL timing_stop('trc_stp') 
    115115      ! 
    116116   END SUBROUTINE trc_stp 
     
    136136      CHARACTER(len=2) ::   cl2   ! 2 characters 
    137137      !!---------------------------------------------------------------------- 
     138      ! 
     139      IF( ln_timing )   CALL timing_start('trc_mean_qsr') 
    138140      ! 
    139141      IF( kt == nittrc000 ) THEN 
     
    227229      ENDIF 
    228230      ! 
     231      IF( ln_timing )   CALL timing_stop('trc_mean_qsr') 
     232      ! 
    229233   END SUBROUTINE trc_mean_qsr 
    230234 
Note: See TracChangeset for help on using the changeset viewer.