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 3294 for trunk/NEMOGCM/NEMO/TOP_SRC/TRP/trctrp.F90 – NEMO

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/TRP/trctrp.F90

    r2528 r3294  
    5858      INTEGER, INTENT( in ) ::  kstp  ! ocean time-step index 
    5959      !! --------------------------------------------------------------------- 
     60      ! 
     61      IF( nn_timing == 1 )   CALL timing_start('trc_trp') 
     62      ! 
    6063      IF( .NOT. lk_c1d ) THEN 
    6164         ! 
     
    8689      END IF 
    8790      ! 
     91      IF( nn_timing == 1 )   CALL timing_stop('trc_trp') 
     92      ! 
    8893   END SUBROUTINE trc_trp 
    8994 
Note: See TracChangeset for help on using the changeset viewer.