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 4992 for trunk/NEMOGCM/NEMO – NEMO

Changeset 4992 for trunk/NEMOGCM/NEMO


Ignore:
Timestamp:
2014-12-19T14:32:57+01:00 (9 years ago)
Author:
clevy
Message:

fix format error, see ticket 1414

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/DOM/daymod.F90

    r4162 r4992  
    123123 
    124124      ! control print 
    125       IF(lwp) WRITE(numout,'(a,i6,a,i2,a,i2,a,i6)')' ==============>> 1/2 time step before the start of the run DATE Y/M/D = ',   & 
     125      IF(lwp) WRITE(numout,'(a,i6,a,i2,a,i2,a,i8,a,i8)')' ==============>> 1/2 time step before the start of the run DATE Y/M/D = ',   & 
    126126           &                   nyear, '/', nmonth, '/', nday, '  nsec_day:', nsec_day, '  nsec_week:', nsec_week 
    127127 
Note: See TracChangeset for help on using the changeset viewer.