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_closea.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_closea.F90

    r7754 r9124  
    3030   USE lbclnk          ! lateral boundary condition - MPP exchanges 
    3131   USE lib_mpp         ! MPP library 
    32    USE timing 
    3332 
    3433   IMPLICIT NONE 
     
    201200      !!---------------------------------------------------------------------- 
    202201      ! 
    203       IF( nn_timing == 1 )  CALL timing_start('sbc_clo') 
    204202      !                                                   !------------------! 
    205203      IF( kt == nit000 ) THEN                             !  Initialisation  ! 
     
    335333      CALL lbc_lnk( emp , 'T', 1._wp ) 
    336334      ! 
    337       IF( nn_timing == 1 )  CALL timing_stop('sbc_clo') 
    338       ! 
    339335   END SUBROUTINE sbc_clo 
    340336 
Note: See TracChangeset for help on using the changeset viewer.