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 9321 for branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/ASM – NEMO

Ignore:
Timestamp:
2018-02-12T14:29:34+01:00 (6 years ago)
Author:
davestorkey
Message:

UKMO/dev_r5518_GO6_package branch: allow timing of I/O and coupling only.
See GMED ticket 374.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/ASM/asmbkg.F90

    r8400 r9321  
    5050   USE ice 
    5151#endif 
     52   USE timing 
    5253   IMPLICIT NONE 
    5354   PRIVATE 
     
    110111            ! 
    111112            !                                      ! Write the information 
     113            IF(nn_timing == 2)  CALL timing_start('iom_rstput') 
    112114            CALL iom_rstput( kt, nitbkg_r, inum, 'rdastp' , zdate             ) 
    113115            CALL iom_rstput( kt, nitbkg_r, inum, 'un'     , un                ) 
     
    121123!            CALL iom_rstput( kt, nitbkg_r, inum, 'gcx'    , gcx               ) 
    122124            CALL iom_rstput( kt, nitbkg_r, inum, 'avt'    , avt               ) 
     125            IF(nn_timing == 2)  CALL timing_stop('iom_rstput') 
    123126            ! 
    124127            CALL iom_close( inum ) 
     
    149152            ! 
    150153            !                                      ! Write the information 
     154            IF(nn_timing == 2)  CALL timing_start('iom_rstput') 
    151155            CALL iom_rstput( kt, nitdin_r, inum, 'rdastp' , zdate             ) 
    152156            CALL iom_rstput( kt, nitdin_r, inum, 'un'     , un                ) 
     
    165169            ENDIF 
    166170#endif 
     171            IF(nn_timing == 2)  CALL timing_stop('iom_rstput') 
    167172            ! 
    168173            CALL iom_close( inum ) 
Note: See TracChangeset for help on using the changeset viewer.