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/OPA_SRC/TRA/traldf_iso.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/OPA_SRC/TRA/traldf_iso.F90

    r9019 r9124  
    3030   USE phycst         ! physical constants 
    3131   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
    32    USE timing         ! Timing 
    3332 
    3433   IMPLICIT NONE 
     
    113112      REAL(wp), DIMENSION(jpi,jpj,jpk) ::   zdit, zdjt, zftu, zftv, ztfw  
    114113      !!---------------------------------------------------------------------- 
    115       ! 
    116       IF( ln_timing )   CALL timing_start('tra_ldf_iso') 
    117114      ! 
    118115      IF( kt == kit000 )  THEN 
     
    383380      END DO                                                      ! end tracer loop 
    384381      ! 
    385       IF( ln_timing )   CALL timing_stop('tra_ldf_iso') 
    386       ! 
    387382   END SUBROUTINE tra_ldf_iso 
    388383 
Note: See TracChangeset for help on using the changeset viewer.