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 7418 – NEMO

Changeset 7418


Ignore:
Timestamp:
2016-12-01T14:36:27+01:00 (7 years ago)
Author:
flavoni
Message:

fix mistake in subroutine name for timing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_MERCATOR_2016/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr.F90

    r7355 r7418  
    285285      !!---------------------------------------------------------------------- 
    286286      ! 
    287       IF( nn_timing == 1 )  CALL timing_start('zgr_bot_level') 
     287      IF( nn_timing == 1 )  CALL timing_start('zgr_top_bot') 
    288288      ! 
    289289      CALL wrk_alloc( jpi,jpj,   zk ) 
     
    319319      CALL wrk_dealloc( jpi,jpj,   zk ) 
    320320      ! 
    321       IF( nn_timing == 1 )  CALL timing_stop('zgr_top_level') 
     321      IF( nn_timing == 1 )  CALL timing_stop('zgr_top_bot') 
    322322      ! 
    323323   END SUBROUTINE zgr_top_bot 
Note: See TracChangeset for help on using the changeset viewer.