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/LIM_SRC_2/iceini_2.F90 – 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/LIM_SRC_2/iceini_2.F90

    r1471 r1581  
    4545      !! ** purpose :    
    4646      !!---------------------------------------------------------------------- 
    47       CHARACTER(len=80) :: namelist_icename 
    48       !!---------------------------------------------------------------------- 
    4947      ! 
    5048      ! Open the namelist file  
    51       namelist_icename = 'namelist_ice' 
    52       CALL ctlopn(numnam_ice,namelist_icename,'OLD', 'FORMATTED', 'SEQUENTIAL',   & 
    53                      1,numout,.FALSE.,1)       
     49      CALL ctl_opn( numnam_ice, 'namelist_ice', 'OLD', 'FORMATTED', 'SEQUENTIAL', -1, numout, lwp )       
    5450      CALL ice_run_2                    !  read in namelist some run parameters 
    5551                  
Note: See TracChangeset for help on using the changeset viewer.