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

Changeset 2421


Ignore:
Timestamp:
2010-11-24T15:54:11+01:00 (13 years ago)
Author:
cetlod
Message:

v3.2:minor bug correction, see ticket #744

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/trcdia.F90

    r1836 r2421  
    172172         IF(lwp) THEN 
    173173            CALL dia_nam( clhstnam, nwritetrc,' ' ) 
    174             CALL ctlopn( inum, 'date.file', 'REPLACE', 'FORMATTED', 'SEQUENTIAL', 1, numout, lwp, narea ) 
     174            CALL ctl_opn( inum, 'date.file', 'REPLACE', 'FORMATTED', 'SEQUENTIAL', 1, numout, lwp, narea ) 
    175175            WRITE(inum,*) clhstnam 
    176176            CLOSE(inum) 
Note: See TracChangeset for help on using the changeset viewer.