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 625 for trunk/NEMO/TOP_SRC/SMS/trcini.cfc.h90 – NEMO

Ignore:
Timestamp:
2007-02-27T16:51:00+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_025:RB: suppress hard-coded logical units

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/SMS/trcini.cfc.h90

    r433 r625  
    44   !! * Module variables 
    55   INTEGER  ::  & 
    6       inum = 16     ! unit number 
     6      inum                   ! unit number 
    77   CHARACTER (len=34) :: & 
    88      clname = 'cfc1112.atm' ! ??? 
     
    7878      IF(lwp) WRITE(numout,*) 'read of formatted file cfc1112atm' 
    7979       
    80       OPEN( UNIT = inum, FORM = 'FORMATTED',FILE = clname, STATUS = 'OLD') 
     80      CALL ctlopn( inum, clname, 'OLD', 'FORMATTED', 'SEQUENTIAL',   & 
     81         &           1, numout, .FALSE., 1 ) 
    8182      REWIND(inum) 
    8283       
Note: See TracChangeset for help on using the changeset viewer.