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 4319 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OOO_SRC – NEMO

Ignore:
Timestamp:
2013-11-27T10:30:02+01:00 (10 years ago)
Author:
clevy
Message:

change ctl_opn status of output.namelist files for compatibility with some compilers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OOO_SRC/nemogcm.F90

    r4290 r4319  
    141141      CALL ctl_opn( numnam_ref, 'namelist_ref', 'OLD', 'FORMATTED', 'SEQUENTIAL', -1, 6, .FALSE. ) 
    142142      CALL ctl_opn( numnam_cfg, 'namelist_cfg', 'OLD', 'FORMATTED', 'SEQUENTIAL', -1, 6, .FALSE. ) 
    143       CALL ctl_opn( numond, 'output.namelist.dyn', 'REPLACE', 'FORMATTED', 'SEQUENTIAL', -1, 6, .FALSE. , 1 ) 
     143      CALL ctl_opn( numond, 'output.namelist.dyn', 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL', -1, 6, .FALSE. , 1 ) 
    144144      ! 
    145145      REWIND( numnam_ref )              ! Namelist namctl in reference namelist : Control prints & Benchmark 
Note: See TracChangeset for help on using the changeset viewer.