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/trcsms.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/trcsms.F90

    r2715 r3294  
    4646      CHARACTER (len=25) :: charout 
    4747      !!--------------------------------------------------------------------- 
    48  
    49       IF ( MOD( kt, nn_dttrc) /= 0 ) RETURN      ! this ROUTINE is called only every ndttrc time step 
    50  
     48      ! 
     49      IF( nn_timing == 1 )   CALL timing_start('trc_sms') 
     50      ! 
    5151      IF( lk_lobster )   CALL trc_sms_lobster( kt )    ! main program of LOBSTER 
    5252      IF( lk_pisces  )   CALL trc_sms_pisces ( kt )    ! main program of PISCES  
     
    6060         CALL prt_ctl_trc( tab4d=trn, mask=tmask, clinfo=ctrcnm ) 
    6161      ENDIF 
     62      ! 
     63      IF( nn_timing == 1 )   CALL timing_stop('trc_sms') 
    6264      ! 
    6365   END SUBROUTINE trc_sms 
Note: See TracChangeset for help on using the changeset viewer.