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 634 for trunk/NEMO/OPA_SRC – NEMO

Changeset 634 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2007-03-07T14:25:10+01:00 (17 years ago)
Author:
opalod
Message:

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

Location:
trunk/NEMO/OPA_SRC
Files:
2 edited

Legend:

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

    r627 r634  
    191191      ! open listing and namelist units 
    192192      CALL ctlopn( numout, file_out, 'UNKNOWN', 'FORMATTED',   & 
    193          &         'SEQUENTIAL', 1, numout, .FALSE., 1 ) 
     193         &         'SEQUENTIAL', 1, 6, .FALSE., 1 ) 
    194194 
    195195      WRITE(numout,*) 
  • trunk/NEMO/OPA_SRC/prtctl.F90

    r627 r634  
    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',   & 
     352            &         1, numout, .FALSE., 1 ) 
    351353         j_id = numid(jn -narea + 1) 
    352          CALL ctlopn( j_id, clfile_out, 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',   & 
    353             &         1, numout, .FALSE., 1 ) 
    354354         WRITE(j_id,*) 
    355355         WRITE(j_id,*) '                 L O D Y C - I P S L' 
Note: See TracChangeset for help on using the changeset viewer.