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 4590 for branches/2012 – NEMO

Changeset 4590 for branches/2012


Ignore:
Timestamp:
2014-03-26T11:29:42+01:00 (10 years ago)
Author:
pabouttier
Message:

Add a call to timing_stop at the end of eos_insistu_2d_tan, see Ticket #1281

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/OPATAM_SRC/TRA/eosbn2_tam.F90

    r3640 r4590  
    612612      !!---------------------------------------------------------------------- 
    613613      ! 
    614       IF( nn_timing == 1 ) CALL timing_start('eos2d') 
     614      IF( nn_timing == 1 ) CALL timing_start('eos2d_tan') 
    615615      ! 
    616616      CALL wrk_alloc( jpi, jpj, zws ) 
     
    771771      CALL wrk_dealloc( jpi, jpj, zws ) 
    772772      ! 
     773      IF( nn_timing == 1 ) CALL timing_stop('eos2d_tan') 
    773774   END SUBROUTINE eos_insitu_2d_tan 
    774775 
Note: See TracChangeset for help on using the changeset viewer.