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 3160 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/TOP_SRC/MY_TRC – NEMO

Ignore:
Timestamp:
2011-11-20T15:27:18+01:00 (13 years ago)
Author:
cetlod
Message:

Add timing in TOP routines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/TOP_SRC/MY_TRC/trcsms_my_trc.F90

    r3153 r3160  
    4646      INTEGER ::   jn   ! dummy loop index 
    4747      !!---------------------------------------------------------------------- 
    48  
     48      ! 
     49      IF( nn_timing == 1 )  CALL timing_start('trc_sms_my_trc') 
     50      ! 
    4951      IF(lwp) WRITE(numout,*) 
    5052      IF(lwp) WRITE(numout,*) ' trc_sms_my_trc:  MY_TRC model' 
     
    7274          CALL wrk_dealloc( jpi, jpj, jpk, ztrmyt )  
    7375      END IF 
     76      ! 
     77      IF( nn_timing == 1 )  CALL timing_stop('trc_sms_my_trc') 
    7478      ! 
    7579   END SUBROUTINE trc_sms_my_trc 
Note: See TracChangeset for help on using the changeset viewer.