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/USR/usrdef_zgr.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/USR/usrdef_zgr.F90

    r7753 r9124  
    2424   USE lib_mpp        ! distributed memory computing library 
    2525   USE wrk_nemo       ! Memory allocation 
    26    USE timing         ! Timing 
    2726 
    2827   IMPLICIT NONE 
     
    3130   PUBLIC   usr_def_zgr        ! called by domzgr.F90 
    3231 
    33   !! * Substitutions 
     32   !! * Substitutions 
    3433#  include "vectopt_loop_substitute.h90" 
    3534   !!---------------------------------------------------------------------- 
    3635   !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
    37    !! $Id$ 
     36   !! $Id:$ 
    3837   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3938   !!---------------------------------------------------------------------- 
     
    132131      !!---------------------------------------------------------------------- 
    133132      ! 
    134       IF( nn_timing == 1 )  CALL timing_start('zgr_z') 
    135       ! 
    136133      ! Set parameters of z(k) function 
    137134      ! ------------------------------- 
     
    178175      ENDIF 
    179176      ! 
    180       IF( nn_timing == 1 )  CALL timing_stop('zgr_z') 
    181       ! 
    182177   END SUBROUTINE zgr_z 
    183178 
     
    236231      INTEGER  ::   jk 
    237232      !!---------------------------------------------------------------------- 
    238       ! 
    239       IF( nn_timing == 1 )  CALL timing_start('zgr_zco') 
    240233      ! 
    241234      DO jk = 1, jpk 
     
    251244      END DO 
    252245      ! 
    253       IF( nn_timing == 1 )  CALL timing_stop('zgr_zco') 
    254       ! 
    255246   END SUBROUTINE zgr_zco 
    256247 
Note: See TracChangeset for help on using the changeset viewer.