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/PISCES/p4zlim.F90 – NEMO

Ignore:
Timestamp:
2011-11-20T15:27:18+01:00 (12 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/PISCES/p4zlim.F90

    r3124 r3160  
    7878      REAL(wp) ::   zconc1d, zconc1dnh4, zconc0n, zconc0nnh4    
    7979      !!--------------------------------------------------------------------- 
    80  
     80      ! 
     81      IF( nn_timing == 1 )  CALL timing_start('p4z_lim') 
     82      ! 
    8183      DO jk = 1, jpkm1 
    8284         DO jj = 1, jpj 
     
    171173         END DO 
    172174      END DO 
     175      ! 
     176      IF( nn_timing == 1 )  CALL timing_stop('p4z_lim') 
    173177      ! 
    174178   END SUBROUTINE p4z_lim 
Note: See TracChangeset for help on using the changeset viewer.