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 15258 – NEMO

Changeset 15258


Ignore:
Timestamp:
2021-09-14T16:34:36+02:00 (3 years ago)
Author:
jroberts
Message:

Remove nn_timing=2 as cause merge conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_strthr/NEMOGCM/NEMO/OPA_SRC/DOM/daymod.F90

    r15256 r15258  
    324324         IF( iom_varid( numror, 'kt', ldstop = .FALSE. ) > 0 ) THEN 
    325325            ! Get Calendar informations 
    326             IF(nn_timing == 2)  CALL timing_start('iom_rstget') 
    327326            CALL iom_get( numror, 'kt', zkt )   ! last time-step of previous run 
    328             IF(nn_timing == 2)  CALL timing_stop('iom_rstget') 
    329327            IF(lwp) THEN 
    330328               WRITE(numout,*) ' *** Info read in restart : ' 
     
    344342            ! define ndastp and adatrj 
    345343            IF ( nrstdt == 2 ) THEN 
    346                IF(nn_timing == 2)  CALL timing_start('iom_rstget') 
    347344               ! read the parameters correspondting to nit000 - 1 (last time step of previous run) 
    348345               CALL iom_get( numror, 'ndastp', zndastp ) 
     
    350347               CALL iom_get( numror, 'adatrj', adatrj  ) 
    351348          CALL iom_get( numror, 'ntime', ktime ) 
    352                IF(nn_timing == 2)  CALL timing_stop('iom_rstget') 
    353349          nn_time0=INT(ktime) 
    354350               ! calculate start time in hours and minutes 
     
    409405         ENDIF 
    410406         ! calendar control 
    411          IF(nn_timing == 2)  CALL timing_start('iom_rstput') 
    412407         CALL iom_rstput( kt, nitrst, numrow, 'kt'     , REAL( kt    , wp) )   ! time-step 
    413408         CALL iom_rstput( kt, nitrst, numrow, 'ndastp' , REAL( ndastp, wp) )   ! date 
     
    415410         !                                                                     ! the begining of the run [s] 
    416411         CALL iom_rstput( kt, nitrst, numrow, 'ntime'  , REAL( nn_time0, wp) ) ! time 
    417          IF(nn_timing == 2)  CALL timing_stop('iom_rstput') 
    418412      ENDIF 
    419413      ! 
Note: See TracChangeset for help on using the changeset viewer.