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 9019 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/daymod.F90 – NEMO

Ignore:
Timestamp:
2017-12-13T15:58:53+01:00 (6 years ago)
Author:
timgraham
Message:

Merge of dev_CNRS_2017 into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/daymod.F90

    r8329 r9019  
    223223      !!---------------------------------------------------------------------- 
    224224      ! 
    225       IF( nn_timing == 1 )  CALL timing_start('day') 
     225      IF( ln_timing )   CALL timing_start('day') 
    226226      ! 
    227227      zprec = 0.1 / rday 
     
    277277      IF( lrst_oce         ) CALL day_rst( kt, 'WRITE' )      ! write day restart information 
    278278      ! 
    279       IF( nn_timing == 1 )  CALL timing_stop('day') 
     279      IF( ln_timing )   CALL timing_stop('day') 
    280280      ! 
    281281   END SUBROUTINE day 
     
    403403         CALL iom_rstput( kt, nitrst, numrow, 'adatrj' , adatrj            )   ! number of elapsed days since 
    404404         !                                                                     ! the begining of the run [s] 
    405     CALL iom_rstput( kt, nitrst, numrow, 'ntime'  , REAL( nn_time0, wp) ) ! time 
     405         CALL iom_rstput( kt, nitrst, numrow, 'ntime'  , REAL( nn_time0, wp) ) ! time 
    406406      ENDIF 
    407407      ! 
Note: See TracChangeset for help on using the changeset viewer.