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/DYN/dynbfr.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/DYN/dynbfr.F90

    r9019 r9124  
    2121   USE in_out_manager ! I/O manager 
    2222   USE prtctl         ! Print control 
    23    USE timing         ! Timing 
    2423 
    2524   IMPLICIT NONE 
     
    5655      REAL(wp), DIMENSION(:,:,:), ALLOCATABLE ::   ztrdu, ztrdv 
    5756      !!--------------------------------------------------------------------- 
    58       ! 
    59       IF( ln_timing )   CALL timing_start('dyn_bfr') 
    6057      ! 
    6158!!gm bug : time step is only rdt (not 2 rdt if euler start !) 
     
    109106         &                       tab3d_2=va, clinfo2=       ' Va: ', mask2=vmask, clinfo3='dyn' ) 
    110107      ! 
    111       IF( ln_timing )   CALL timing_stop('dyn_bfr') 
    112       ! 
    113108   END SUBROUTINE dyn_bfr 
    114109 
Note: See TracChangeset for help on using the changeset viewer.