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.pisces.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.pisces.h90

    r617 r625  
    5454 
    5555      INTEGER :: numriv,numdust,numbath,numdep 
    56       INTEGER :: numlight = 49 
     56      INTEGER :: numlight  
    5757 
    5858#if defined key_trc_kriest 
     
    598598      !!  A PRECOMPUTED ARRAY CORRESPONDING TO THE ATTENUATION COEFFICIENT 
    599599 
    600       OPEN( numlight, file = 'kRGB61.txt', form = 'formatted') 
     600      CALL ctlopn( numlight, 'kRGB61.txt', 'OLD', 'FORMATTED', 'SEQUENTIAL',   & 
     601         &           1, numout, .TRUE., 1 ) 
    601602      DO ichl = 1,61 
    602603         READ(numlight,*) ztoto,(xkrgb(iband,ichl),iband = 1,3) 
Note: See TracChangeset for help on using the changeset viewer.