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 8904 for branches/UKMO/dev_r7750_GO6_package_oasis_timers/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90 – NEMO

Ignore:
Timestamp:
2017-12-05T17:01:17+01:00 (6 years ago)
Author:
andmirek
Message:

#1978 new timers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r7750_GO6_package_oasis_timers/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90

    r8895 r8904  
    909909         !                                           ! all cases ! 
    910910         !                                           ! --------- ! 
    911          IF(nn_timing == 2)  CALL timing_start('rst_put') 
    912911         CALL iom_rstput( kt, nitrst, numrow, 'fse3t_b', fse3t_b(:,:,:) ) 
    913912         CALL iom_rstput( kt, nitrst, numrow, 'fse3t_n', fse3t_n(:,:,:) ) 
     
    923922            CALL iom_rstput( kt, nitrst, numrow, 'hdiv_lf', hdiv_lf(:,:,:) ) 
    924923         ENDIF 
    925          IF(nn_timing == 2)  CALL timing_stop('rst_put') 
     924 
    926925      ENDIF 
    927926      IF( nn_timing == 1 )  CALL timing_stop('dom_vvl_rst') 
Note: See TracChangeset for help on using the changeset viewer.