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 10172 for NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/src/OCE/LBC/mpp_lnk_generic.h90 – NEMO

Ignore:
Timestamp:
2018-10-04T17:32:54+02:00 (6 years ago)
Author:
smasson
Message:

dev_r10164_HPC09_ESIWACE_PREP_MERGE: action 2b: improve of timing, add computing and waiting time, see #2133

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/src/OCE/LBC/mpp_lnk_generic.h90

    r10170 r10172  
    205205      ENDIF 
    206206      ! 
     207      IF( ln_timing ) CALL tic_tac(.TRUE.) 
     208      ! 
    207209      SELECT CASE ( nbondi ) 
    208210      CASE ( -1 ) 
     
    223225      END SELECT 
    224226      ! 
     227      IF( ln_timing ) CALL tic_tac(.FALSE.) 
     228      ! 
     229      ! 
    225230      !                           ! Write Dirichlet lateral conditions 
    226231      iihom = nlci-nn_hls 
     
    281286      imigr = nn_hls * jpi * ipk * ipl * ipf 
    282287      ! 
     288      IF( ln_timing ) CALL tic_tac(.TRUE.) 
     289      !  
    283290      SELECT CASE ( nbondj ) 
    284291      CASE ( -1 ) 
     
    299306      END SELECT 
    300307      ! 
     308      IF( ln_timing ) CALL tic_tac(.FALSE.) 
    301309      !                           ! Write Dirichlet lateral conditions 
    302310      ijhom = nlcj-nn_hls 
Note: See TracChangeset for help on using the changeset viewer.