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/STO/stopar.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/STO/stopar.F90

    r8895 r8904  
    2222   USE iom             ! I/O module 
    2323   USE lib_mpp 
    24    USE timing 
    2524 
    2625 
     
    764763               WRITE(clseed(5:5) ,'(i1.1)') jseed 
    765764               WRITE(clseed(7:10),'(i4.4)') narea 
    766                IF(nn_timing == 2)  CALL timing_start('rst_put') 
    767765               CALL iom_rstput( kt, nitrst, numstow, clseed , zrseed(jseed) ) 
    768                IF(nn_timing == 2)  CALL timing_stop('rst_put') 
    769766            END DO 
    770767            ! 2D stochastic parameters 
    771768            DO jsto = 1 , jpsto2d 
    772769               WRITE(clsto2d(7:9),'(i3.3)') jsto 
    773                IF(nn_timing == 2)  CALL timing_start('rst_put') 
    774770               CALL iom_rstput( kt, nitrst, numstow, clsto2d , sto2d(:,:,jsto) ) 
    775                IF(nn_timing == 2)  CALL timing_stop('rst_put') 
    776771            END DO 
    777772            ! 3D stochastic parameters 
    778773            DO jsto = 1 , jpsto3d 
    779774               WRITE(clsto3d(7:9),'(i3.3)') jsto 
    780                IF(nn_timing == 2)  CALL timing_start('rst_put') 
    781775               CALL iom_rstput( kt, nitrst, numstow, clsto3d , sto3d(:,:,:,jsto) ) 
    782                IF(nn_timing == 2)  CALL timing_stop('rst_put') 
    783776            END DO 
    784777            ! close the restart file 
Note: See TracChangeset for help on using the changeset viewer.