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 3160 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/TOP_SRC/CFC – NEMO

Ignore:
Timestamp:
2011-11-20T15:27:18+01:00 (13 years ago)
Author:
cetlod
Message:

Add timing in TOP routines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/TOP_SRC/CFC/trcsms_cfc.F90

    r3116 r3160  
    9090      REAL(wp), ALLOCATABLE, DIMENSION(:,:)  ::   zpatm     ! atmospheric function 
    9191      !!---------------------------------------------------------------------- 
     92      ! 
     93      ! 
     94      IF( nn_timing == 1 )  CALL timing_start('trc_sms_cfc') 
    9295      ! 
    9396      ALLOCATE( zpatm(jphem,jp_cfc), STAT=ierr ) 
     
    192195      END IF 
    193196      ! 
     197      IF( nn_timing == 1 )  CALL timing_stop('trc_sms_cfc') 
     198      ! 
    194199   END SUBROUTINE trc_sms_cfc 
    195200 
Note: See TracChangeset for help on using the changeset viewer.