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 – NEMO

Changeset 640


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

Location:
trunk/NEMO
Files:
3 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) 
  • trunk/NEMO/OPA_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) 
  • trunk/NEMO/TOP_SRC/prtctl_trc.F90

    r634 r640  
    273273      DO js = sind, eind 
    274274         WRITE(clfile_out,FMT=clb_name) js-1 
    275          CALL ctlopn( js -narea + 1, clfile_out, 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',   & 
     275         CALL ctlopn( numid_trc(js -narea + 1), clfile_out, 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',   & 
    276276            &         1, numout, .FALSE., 1 ) 
    277277         j_id = numid_trc(js -narea + 1) 
Note: See TracChangeset for help on using the changeset viewer.