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

Changeset 2420


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

v3.3 beta:minor bug correction, see ticket #744

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/TOP_SRC/trcdia.F90

    r2364 r2420  
    163163         IF(lwp) THEN 
    164164            CALL dia_nam( clhstnam, nn_writetrc,' ' ) 
    165             CALL ctlopn( inum, 'date.file', 'REPLACE', 'FORMATTED', 'SEQUENTIAL', 1, numout, lwp, narea ) 
     165            CALL ctl_opn( inum, 'date.file', 'REPLACE', 'FORMATTED', 'SEQUENTIAL', 1, numout, lwp, narea ) 
    166166            WRITE(inum,*) clhstnam 
    167167            CLOSE(inum) 
Note: See TracChangeset for help on using the changeset viewer.