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 1119 for trunk/NEMO/TOP_SRC/CFC/trclsm_cfc.F90 – NEMO

Ignore:
Timestamp:
2008-06-20T17:17:41+02:00 (16 years ago)
Author:
cetlod
Message:

style of all top namelist has been modified ; update modules to take it into account, see ticket:196

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/CFC/trclsm_cfc.F90

    r1089 r1119  
    4444      INTEGER ::   numnat 
    4545      !! 
    46       NAMELIST/namdates/ ndate_beg, nyear_res 
     46      NAMELIST/namcfcdate/ ndate_beg, nyear_res 
    4747      !!------------------------------------------------------------------- 
    4848 
     
    5454         &           1, numout, .FALSE., 1 ) 
    5555          
    56       READ( numnat , namdates )     ! read namelist 
     56      READ( numnat , namcfcdate )     ! read namelist 
    5757 
    5858      IF(lwp) THEN                  ! control print 
Note: See TracChangeset for help on using the changeset viewer.