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/CFC/trcsms_cfc.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/CFC/trcsms_cfc.F90

    r8397 r9124  
    8585      !!---------------------------------------------------------------------- 
    8686      ! 
    87       ! 
    88       IF( nn_timing == 1 )  CALL timing_start('trc_sms_cfc') 
     87      IF( ln_timing )   CALL timing_start('trc_sms_cfc') 
    8988      ! 
    9089      ALLOCATE( zpatm(jphem,jp_cfc), STAT=ierr ) 
     
    194193      END IF 
    195194      ! 
    196       IF( nn_timing == 1 )  CALL timing_stop('trc_sms_cfc') 
     195      IF( ln_timing )   CALL timing_stop('trc_sms_cfc') 
    197196      ! 
    198197   END SUBROUTINE trc_sms_cfc 
     
    205204      !! ** Purpose : sets constants for CFC model 
    206205      !!--------------------------------------------------------------------- 
    207       INTEGER :: jn 
     206      INTEGER ::   jn   ! 
    208207      !!---------------------------------------------------------------------- 
    209208      ! 
Note: See TracChangeset for help on using the changeset viewer.