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 730 for trunk/NEMO/TOP_SRC/trcdtr.F90 – NEMO

Ignore:
Timestamp:
2007-10-22T12:04:56+02:00 (17 years ago)
Author:
cetlod
Message:

remove unused variables, see ticket:19

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/trcdtr.F90

    r719 r730  
    88   !!======================================================================================= 
    99   !!  TOP 1.0,  LOCEAN-IPSL (2005) 
    10    !! $Header$ 
     10   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/TOP_SRC/trcdtr.F90,v 1.8 2007/10/17 14:48:56 opalod Exp $ 
    1111   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    1212   !!---------------------------------------------------------------------- 
     
    143143      xksi(:,:)=2.E-6 
    144144 
    145 !! initialize Silicate and Calcite and POC in sediments 
    146 !! --------------------------------------------------- 
    147       sedcal(:,:) = 0. 
    148       sedsil(:,:) = 0. 
    149       sedpoc(:,:) = 0. 
    150  
    151145      IF(lwp) WRITE(numout,*) 'Initialization of PISCES tracers done' 
    152146      IF(lwp) WRITE(numout,*) ' ' 
Note: See TracChangeset for help on using the changeset viewer.