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

Changeset 1126


Ignore:
Timestamp:
2008-06-23T12:07:29+02:00 (16 years ago)
Author:
ctlod
Message:

trunk: change the name of a variable zntotime into totime which already exists, see ticket: #215

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/BDY/bdydta.F90

    r1125 r1126  
    636636      REAL(wp) ::   dayfrac, zxy, zoffsett 
    637637      REAL(wp) ::   zoffsetu, zoffsetv 
    638       REAL(wp) ::   dayjul0, zdayjulini, zntotime 
     638      REAL(wp) ::   dayjul0, zdayjulini 
    639639      REAL(wp) ::   zinterval_s, zinterval_e                    ! First and last interval in time axis 
    640640      REAL(wp), DIMENSION(jpbtime)      ::   zstepr             ! REAL time array from data files 
     
    794794               END IF 
    795795 
    796                IF ( zstepr(ntimes_bdy) + zinterval_e / 2.0 < zntotime ) THEN 
     796               IF ( zstepr(ntimes_bdy) + zinterval_e / 2.0 < totime ) THEN 
    797797                  IF(lwp) WRITE(numout,*) 'Last bdy time relative to nit000:', zstepr(ntimes_bdy) 
    798798                  IF(lwp) WRITE(numout,*) 'Interval between last two times: ', zinterval_e 
Note: See TracChangeset for help on using the changeset viewer.