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 627 for trunk/NEMO/OPA_SRC/opa.F90 – NEMO

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

nemo_v2_bugfix_025:RB: suppress hard-coded logical units except for dimg and coupled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/opa.F90

    r624 r627  
    203203      namelistname = 'namelist' 
    204204      CALL ctlopn( numnam, namelistname, 'OLD', 'FORMATTED', 'SEQUENTIAL',   & 
    205          &           1, numout, .FALSE., 1 ) 
     205         &         1, numout, .FALSE., 1 ) 
    206206 
    207207      ! Namelist namctl : Control prints & Benchmark 
     
    224224         IF( narea-1 > 0 )   THEN 
    225225            WRITE(file_out,FMT="('ocean.output_',I4.4)") narea-1 
    226             IF( numout /= 0 .AND. numout /= 6 ) THEN  
    227                CALL ctlopn( numout, file_out, 'UNKNOWN', 'FORMATTED',   & 
    228                   &         'SEQUENTIAL', 1, numout, .FALSE., 1 ) 
    229             ENDIF 
     226            CALL ctlopn( numout, file_out, 'UNKNOWN', 'FORMATTED',   & 
     227               &         'SEQUENTIAL', 1, numout, .FALSE., 1 ) 
    230228            lwp = .TRUE. 
    231229            ! 
Note: See TracChangeset for help on using the changeset viewer.