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/p4zlim.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/p4zlim.F90

    r1073 r1119  
    1616   USE trc 
    1717   USE oce_trc         ! 
    18    USE trp_trc         !  
     18   USE trc         !  
    1919   USE sms_pisces      !  
    2020 
     
    180180      !! ** Purpose :   Initialization of nutrient limitation parameters 
    181181      !! 
    182       !! ** Method  :   Read the natlim namelist and check the parameters 
     182      !! ** Method  :   Read the nampislim namelist and check the parameters 
    183183      !!      called at the first timestep (nittrc000) 
    184184      !! 
    185       !! ** input   :   Namelist natlim 
     185      !! ** input   :   Namelist nampislim 
    186186      !! 
    187187      !!---------------------------------------------------------------------- 
    188188 
    189       NAMELIST/natlim/ conc0, conc1, conc2, conc2m, conc3, conc3m,   & 
     189      NAMELIST/nampislim/ conc0, conc1, conc2, conc2m, conc3, conc3m,   & 
    190190         &             concnnh4, concdnh4, xksi1, xksi2, xkdoc, caco3r 
    191191 
    192192      REWIND( numnat )                     ! read numnat 
    193       READ  ( numnat, natlim ) 
     193      READ  ( numnat, nampislim ) 
    194194 
    195195      IF(lwp) THEN                         ! control print 
    196196         WRITE(numout,*) ' ' 
    197          WRITE(numout,*) ' Namelist parameters for nutrient limitations, natlim' 
     197         WRITE(numout,*) ' Namelist parameters for nutrient limitations, nampislim' 
    198198         WRITE(numout,*) ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' 
    199199         WRITE(numout,*) '    mean rainratio                            caco3r    =', caco3r 
Note: See TracChangeset for help on using the changeset viewer.