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/DOM/domwri.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/DOM/domwri.F90

    r9023 r9124  
    2424   USE lbclnk          ! lateral boundary conditions - mpp exchanges 
    2525   USE lib_mpp         ! MPP library 
    26    USE timing          ! Timing 
    2726 
    2827   IMPLICIT NONE 
     
    7776      REAL(wp), DIMENSION(jpi,jpj,jpk) ::   zdepu, zdepv   ! 3D workspace 
    7877      !!---------------------------------------------------------------------- 
    79       ! 
    80       IF( ln_timing )   CALL timing_start('dom_wri') 
    8178      ! 
    8279      IF(lwp) WRITE(numout,*) 
     
    200197      !                                     ! ============================ 
    201198      ! 
    202       IF( ln_timing )   CALL timing_stop('dom_wri') 
    203       ! 
    204199   END SUBROUTINE dom_wri 
    205200 
     
    222217      REAL(wp), DIMENSION(jpi,jpj) ::   ztstref 
    223218      !!---------------------------------------------------------------------- 
    224       ! 
    225       IF( ln_timing )   CALL timing_start('dom_uniq') 
    226219      ! 
    227220      ! build an array with different values for each element  
     
    238231      ! fill only the inner part of the cpu with llbl converted into real  
    239232      puniq(nldi:nlei,nldj:nlej) = REAL( COUNT( lldbl(nldi:nlei,nldj:nlej,:), dim = 3 ) , wp ) 
    240       ! 
    241       IF( ln_timing )   CALL timing_stop('dom_uniq') 
    242233      ! 
    243234   END SUBROUTINE dom_uniq 
Note: See TracChangeset for help on using the changeset viewer.