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 7812 for trunk – NEMO

Changeset 7812 for trunk


Ignore:
Timestamp:
2017-03-20T15:00:15+01:00 (7 years ago)
Author:
cetlod
Message:

trunk : minor bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/trcstp.F90

    r7787 r7812  
    158158 
    159159            CALL iom_get( numrtr, 'ktdcy', zkt )   
    160             rsecfst = INT( zkt ) * rdttrc(1) 
     160            rsecfst = INT( zkt ) * rdttrc 
    161161            IF(lwp) WRITE(numout,*) 'trc_qsr_mean:   qsr_mean read in the restart file at time-step rsecfst =', rsecfst, ' s ' 
    162162            CALL iom_get( numrtr, jpdom_autoglo, 'qsr_mean', qsr_mean )   !  A mean of qsr 
Note: See TracChangeset for help on using the changeset viewer.