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 1581 for trunk/NEMO/TOP_SRC/LOBSTER – NEMO

Ignore:
Timestamp:
2009-08-05T16:53:12+02:00 (15 years ago)
Author:
smasson
Message:

ctlopn cleanup, see ticket:515 and ticket:237

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/LOBSTER/trclsm_lobster.F90

    r1457 r1581  
    1616   USE trc             ! TOP variables 
    1717   USE sms_lobster     ! sms trends 
     18   USE in_out_manager  ! I/O manager 
    1819 
    1920   IMPLICIT NONE 
     
    3940      !!             namelist: natbio, natopt, and natdbi ("key_trc_diabio") 
    4041      !!---------------------------------------------------------------------- 
    41       CHARACTER (len=32) :: clname 
    4242      INTEGER ::   numnatl 
    4343      !! 
     
    9292      !                               ! Open the namelist file 
    9393      !                               ! ---------------------- 
    94       clname ='namelist_lobster' 
    95       CALL ctlopn( numnatl, clname, 'OLD', 'FORMATTED', 'SEQUENTIAL', 1, numout, .FALSE., 1 ) 
     94      CALL ctl_opn( numnatl, 'namelist_lobster', 'OLD', 'FORMATTED', 'SEQUENTIAL', 1, numout, .FALSE. ) 
    9695 
    9796      ! namlobphy : parameters for phytoplankton 
Note: See TracChangeset for help on using the changeset viewer.