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 738 for tags/nemo_v2_3/NEMO/TOP_SRC/SMS – NEMO

Ignore:
Timestamp:
2007-11-19T16:27:14+01:00 (17 years ago)
Author:
cetlod
Message:

remove unused variables, see ticket:19

Location:
tags/nemo_v2_3/NEMO/TOP_SRC/SMS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/nemo_v2_3/NEMO/TOP_SRC/SMS/sms_pisces.h90

    r617 r738  
    6666      REAL(wp), DIMENSION(jpi,jpj,jpk) :: & 
    6767         sio3eq, fekeq 
    68 !! 
    69 !!---------------------------------------------------------------------- 
    70 !! 
    71 !!  Variable for simplified sediments 
    72 !! 
    73 !! --------------------------------------------------------------------- 
    74 !! 
    75       REAL(wp), DIMENSION(jpi,jpj) :: &  
    76          sedpoc, sedcal, sedsil 
    77  
    78       REAL(wp) :: & 
    79          sedlam,sedlostpoc, sedlostsil,sedlostcal 
    80  
    8168 
    8269!! 
  • tags/nemo_v2_3/NEMO/TOP_SRC/SMS/trclsm.pisces.h90

    r625 r738  
    2727      !!--------------------------------------------------------------------- 
    2828      !!  TOP 1.0 , LOCEAN-IPSL (2005)  
    29    !! $Header$  
     29   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/TOP_SRC/SMS/trclsm.pisces.h90,v 1.7 2007/10/17 14:50:13 opalod Exp $  
    3030   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    3131      !!--------------------------------------------------------------------- 
     
    3636      NAMELIST/natext/ atcco2 
    3737      NAMELIST/natbio/caco3r, kdca, nca, part,                       & 
    38          &          dispo0,conc0,oxymin,grosip, sedlam,              & 
    39          &          sedlostpoc,sedlostcal,sedlostsil,nrdttrc,        & 
     38         &          dispo0,conc0,oxymin,grosip, nrdttrc,              & 
    4039         &          pislope, excret,wsbio,wchl,wchld,resrat,mprat,mzrat,   & 
    4140         &          grazrat,xprefc,xprefp,unass,xkgraz,xkmort,xksi1, & 
     
    102101            &   ' Phosphate half saturation                  =', conc0 
    103102         WRITE(numout,*)      & 
    104             &   ' Sediment bioturbation factor               =', sedlam 
    105          WRITE(numout,*)      & 
    106             &   ' Sediment burying ratio for POC             =', sedlostpoc 
    107          WRITE(numout,*)      & 
    108             &   ' Sediment burying ratio for CACO3           =', sedlostcal 
    109          WRITE(numout,*)      & 
    110             &   ' Sediment burying ratio for SI              =', sedlostsil 
    111          WRITE(numout,*)      & 
    112103            &   ' frequence pour la biologie                 =', nrdttrc 
    113104         WRITE(numout,*)      & 
Note: See TracChangeset for help on using the changeset viewer.