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/PISCES/p4zmicro.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/PISCES/p4zmicro.F90

    r1073 r1119  
    1616   USE trc 
    1717   USE oce_trc         ! 
    18    USE trp_trc         !  
     18   USE trc         !  
    1919   USE sms_pisces      !  
    2020   USE prtctl_trc 
     
    229229      !! ** Purpose :   Initialization of microzooplankton parameters 
    230230      !! 
    231       !! ** Method  :   Read the natzoo namelist and check the parameters 
     231      !! ** Method  :   Read the nampiszoo namelist and check the parameters 
    232232      !!      called at the first timestep (nittrc000) 
    233233      !! 
    234       !! ** input   :   Namelist natzoo 
     234      !! ** input   :   Namelist nampiszoo 
    235235      !! 
    236236      !!---------------------------------------------------------------------- 
    237237 
    238       NAMELIST/natzoo/ grazrat,resrat,mzrat,xpref2c, xpref2p, & 
     238      NAMELIST/nampiszoo/ grazrat,resrat,mzrat,xpref2c, xpref2p, & 
    239239         &             xpref2d, xkgraz, epsher, sigma1, unass 
    240240 
    241241      REWIND( numnat )                     ! read numnat 
    242       READ  ( numnat, natzoo ) 
     242      READ  ( numnat, nampiszoo ) 
    243243 
    244244      IF(lwp) THEN                         ! control print 
    245245         WRITE(numout,*) ' ' 
    246          WRITE(numout,*) ' Namelist parameters for microzooplankton, natzoo' 
     246         WRITE(numout,*) ' Namelist parameters for microzooplankton, nampiszoo' 
    247247         WRITE(numout,*) ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' 
    248248         WRITE(numout,*) '    zoo preference for POC                    xpref2c    =', xpref2c 
Note: See TracChangeset for help on using the changeset viewer.