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/OFF_SRC/ctlopn.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/OFF_SRC/ctlopn.f90

    r325 r627  
    1212      !!   8.5  !  02-06  (G. Madec)  F90: Free form and module 
    1313      !!---------------------------------------------------------------------- 
     14      USE in_out_manager  
     15 
    1416      IMPLICIT NONE 
    1517 
     18      INTEGER, INTENT( out ) ::   & 
     19         knum      ! logical unit to open 
    1620      INTEGER, INTENT( in ) ::   & 
    17          knum,     & ! logical unit to open 
    1821         krequ,    & ! =1 file required (stop if not exist) 
    1922         !           ! =0 file not required (create the file if does not exist) 
     
    3639      !!---------------------------------------------------------------------- 
    3740 
     41      knum=getunit() 
    3842 
    3943      ! 1. Required file 
Note: See TracChangeset for help on using the changeset viewer.