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/TOP_SRC/trcwri.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/TOP_SRC/trcwri.F90

    r7646 r9124  
    4444      !!--------------------------------------------------------------------- 
    4545      ! 
    46       IF( nn_timing == 1 )  CALL timing_start('trc_wri') 
     46      IF( ln_timing )   CALL timing_start('trc_wri') 
    4747      ! 
    4848      IF( l_offline .AND. kt == nittrc000 .AND. lwp ) THEN    ! WRITE root name in date.file for use by postpro 
     
    6060      IF( ln_my_trc  )   CALL trc_wri_my_trc     ! MY_TRC  tracers 
    6161      ! 
    62       IF( nn_timing == 1 )  CALL timing_stop('trc_wri') 
     62      IF( ln_timing )   CALL timing_stop('trc_wri') 
    6363      ! 
    6464   END SUBROUTINE trc_wri 
Note: See TracChangeset for help on using the changeset viewer.