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 640 for trunk/NEMO/OFF_SRC – NEMO

Changeset 640 for trunk/NEMO/OFF_SRC


Ignore:
Timestamp:
2007-03-07T15:31:04+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_006 : RB + CT : suppress all logical units

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OFF_SRC/prtctl.F90

    r634 r640  
    349349      DO jn = sind, eind 
    350350         WRITE(clfile_out,FMT=clb_name) jn-1 
    351          CALL ctlopn( jn -narea + 1, clfile_out, 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',   & 
     351         CALL ctlopn( numid(jn -narea + 1), clfile_out, 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',   & 
    352352            &         1, numout, .FALSE., 1 ) 
    353353         j_id = numid(jn -narea + 1) 
Note: See TracChangeset for help on using the changeset viewer.