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/SBC/sbcrnf.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/SBC/sbcrnf.F90

    r8895 r8904  
    2727   USE eosbn2 
    2828   USE wrk_nemo        ! Memory allocation 
    29    USE timing 
    3029 
    3130   IMPLICIT NONE 
     
    172171            &                    'at it= ', kt,' date= ', ndastp 
    173172         IF(lwp) WRITE(numout,*) '~~~~' 
    174          IF(nn_timing == 2)  CALL timing_start('rst_put') 
    175173         CALL iom_rstput( kt, nitrst, numrow, 'rnf_b' , rnf ) 
    176174         CALL iom_rstput( kt, nitrst, numrow, 'rnf_hc_b', rnf_tsc(:,:,jp_tem) ) 
    177175         CALL iom_rstput( kt, nitrst, numrow, 'rnf_sc_b', rnf_tsc(:,:,jp_sal) ) 
    178          IF(nn_timing == 2)  CALL timing_stop('rst_put') 
    179176      ENDIF 
    180177      ! 
     
    437434            IF(lwp) WRITE(numout,*) '              create runoff depht file' 
    438435            CALL iom_open  ( TRIM( sn_dep_rnf%clname ), inum, ldwrt = .TRUE., kiolib = jprstlib ) 
    439             IF(nn_timing == 2)  CALL timing_start('rst_put') 
    440436            CALL iom_rstput( 0, 0, inum, 'rodepth', h_rnf ) 
    441             IF(nn_timing == 2)  CALL timing_stop('rst_put') 
    442437            CALL iom_close ( inum ) 
    443438         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.