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 1735 for trunk/NEMO/TOP_SRC/PISCES/p4zflx.F90 – NEMO

Ignore:
Timestamp:
2009-11-16T16:39:43+01:00 (14 years ago)
Author:
cetlod
Message:

suppress useless variables in TOP modules, see ticket:602

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/PISCES/p4zflx.F90

    r1678 r1735  
    3939 
    4040   REAL(wp) :: & 
    41       xconv  = 0.01/3600     !: coefficients for conversion  
     41      xconv  = 0.01/3600      !: coefficients for conversion  
     42 
     43   INTEGER  ::  nspyr         !: number of timestep per year 
    4244 
    4345#if defined key_cpl_carbon_cycle 
     
    6870      !!--------------------------------------------------------------------- 
    6971      INTEGER, INTENT(in) :: kt 
    70       INTEGER  ::   ji, jj, jrorr, nspyr 
     72      INTEGER  ::   ji, jj, jrorr 
    7173      REAL(wp) ::   ztc, ztc2, ztc3, zws, zkgwan 
    7274      REAL(wp) ::   zfld, zflu, zfld16, zflu16, zfact 
     
    8991      ! ----------------------------------------------------- 
    9092 
    91       nspyr = INT( raass / rdt ) 
     93      nspyr = INT( n/ rdt ) 
    9294 
    9395      ! SURFACE CHEMISTRY (PCO2 AND [H+] IN 
     
    262264      ENDIF 
    263265 
     266      ! number of time step per year   
     267      nspyr = INT( nyear_len(1) * rday / rdt ) 
     268 
    264269#if defined key_cpl_carbon_cycle 
    265270      ! Initialization of Flux of Carbon 
Note: See TracChangeset for help on using the changeset viewer.