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 4453 for branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf_iso.F90 – NEMO

Ignore:
Timestamp:
2014-02-04T13:16:33+01:00 (10 years ago)
Author:
trackstand2
Message:

Removed section timing from dynldf_iso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf_iso.F90

    r4447 r4453  
    194194      ENDIF 
    195195 
    196       CALL timing_start('dyn_ldf_iso_hslab') 
     196      !CALL timing_start('dyn_ldf_iso_hslab') 
    197197 
    198198#if defined key_z_first 
     
    896896      !                                                ! =============== 
    897897#endif 
    898       CALL timing_stop('dyn_ldf_iso_hslab','section') 
     898      !CALL timing_stop('dyn_ldf_iso_hslab','section') 
    899899 
    900900      ! print sum trends (used for debugging) 
     
    902902         &                       tab3d_2=va, clinfo2=       ' Va: ', mask2=vmask, clinfo3='dyn' ) 
    903903 
    904       CALL timing_start('dyn_ldf_iso_vslab') 
     904      !CALL timing_start('dyn_ldf_iso_vslab') 
    905905 
    906906#if defined key_z_first 
     
    11421142      !                                                ! =============== 
    11431143#endif 
    1144       CALL timing_stop('dyn_ldf_iso_vslab','section') 
     1144      !CALL timing_stop('dyn_ldf_iso_vslab','section') 
    11451145 
    11461146      IF( wrk_not_released(2, 1,2,3,4,5,6,7,8) )   CALL ctl_stop('dyn_ldf_iso: failed to release workspace arrays') 
Note: See TracChangeset for help on using the changeset viewer.