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/p4zmeso.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/p4zmeso.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 
     
    299299      !! ** Purpose :   Initialization of mesozooplankton parameters 
    300300      !! 
    301       !! ** Method  :   Read the natmes namelist and check the parameters 
     301      !! ** Method  :   Read the nampismes namelist and check the parameters 
    302302      !!      called at the first timestep (nittrc000) 
    303303      !! 
    304       !! ** input   :   Namelist natmes 
     304      !! ** input   :   Namelist nampismes 
    305305      !! 
    306306      !!---------------------------------------------------------------------- 
    307307 
    308       NAMELIST/natmes/ grazrat2,resrat2,mzrat2,xprefc, xprefp, & 
     308      NAMELIST/nampismes/ grazrat2,resrat2,mzrat2,xprefc, xprefp, & 
    309309         &             xprefz, xprefpoc, xkgraz2, epsher2, sigma2, unass2, grazflux 
    310310 
    311311      REWIND( numnat )                     ! read numnat 
    312       READ  ( numnat, natmes ) 
     312      READ  ( numnat, nampismes ) 
    313313 
    314314 
    315315      IF(lwp) THEN                         ! control print 
    316316         WRITE(numout,*) ' '  
    317          WRITE(numout,*) ' Namelist parameters for mesozooplankton, natmes' 
     317         WRITE(numout,*) ' Namelist parameters for mesozooplankton, nampismes' 
    318318         WRITE(numout,*) ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' 
    319319         WRITE(numout,*) '    zoo preference for phyto                  xprefc    =', xprefc 
Note: See TracChangeset for help on using the changeset viewer.