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 771 for branches/dev_001_GM/NEMO/TOP_SRC/PISCES/trcini_pisces.F90 – NEMO

Ignore:
Timestamp:
2007-12-17T11:51:41+01:00 (16 years ago)
Author:
gm
Message:

dev_001_GM - small error corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/TOP_SRC/PISCES/trcini_pisces.F90

    r766 r771  
    1010   !!             2.0  !  2007-12  (C. Ethe, G. Madec) from trcini.pisces.h90 
    1111   !!---------------------------------------------------------------------- 
    12 #if defined key_trc_pisces  &&  defined key_trc_kriest 
    13    !!--------------------------------------------------------------------- 
    14    !!   'key_trc_pisces' & 'key_trc_kriest'         PISCES bio-model + ??? 
    15    !!--------------------------------------------------------------------- 
     12#if defined key_trc_pisces 
     13   !!---------------------------------------------------------------------- 
     14   !!   'key_trc_pisces'                                   PISCES bio-model 
     15   !!---------------------------------------------------------------------- 
    1616   !! trc_ini_pisces   : PISCES biochemical model initialisation 
    1717   !!---------------------------------------------------------------------- 
    1818   USE par_trc         ! TOP parameters 
    1919   USE trccfc          ! CFC sms trends 
     20   USE sms             ! Source Minus Sink variables 
    2021   USE iom 
    2122 
     
    2930   !!---------------------------------------------------------------------- 
    3031   !! NEMO/TOP 2.0 , LOCEAN-IPSL (2007)  
    31    !! $Id:$  
     32   !! $Id$  
    3233   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    3334   !!---------------------------------------------------------------------- 
     
    4142      !! ** Purpose :   Initialisation of the PISCES biochemical model 
    4243      !!---------------------------------------------------------------------- 
    43       INTEGER :: ji, jj, jk, jm 
    44       INTEGER :: ichl, iband 
    45       INTEGER , PARAMETER ::   jpmois = 12, jpan   = 1  
    46  
    47       REAL(wp) :: zcoef 
    48       REAL(wp) :: ztoto,expide,denitide,ztra,zmaskt 
    49       REAL(wp) , DIMENSION (jpi,jpj) :: riverdoc,river,ndepo 
    50       REAL(wp) , DIMENSION (jpi,jpj,jpk) :: cmask 
     44      INTEGER ::   ji, jj, jk, jm 
     45      INTEGER ::   ichl, iband 
     46      INTEGER , PARAMETER ::   jpmois = 12, jpan = 1  
     47 
     48      REAL(wp) ::   zcoef 
     49      REAL(wp) ::   ztoto, expide, denitide,zmaskt 
     50      REAL(wp) , DIMENSION (jpi,jpj)     ::   riverdoc, river, ndepo 
     51      REAL(wp) , DIMENSION (jpi,jpj,jpk) ::   cmask 
    5152 
    5253      INTEGER :: numriv, numdust, numbath, numdep 
     
    5657      INTEGER  ::   jn, kiter 
    5758      REAL(wp) ::   znum, zdiv 
    58       REAL(wp) ::   zws,zwr, zwl,wmax, xnummax, & 
     59      REAL(wp) ::   zws, zwr, zwl,wmax, xnummax 
    5960      REAL(wp) ::   zmin, zmax, zl, zr, xacc 
    6061#endif 
     
    201202 
    202203#if defined key_trc_kriest 
    203       !---------------------------------------------------------------------- 
     204      !!--------------------------------------------------------------------- 
     205      !!    'key_trc_kriest'                                              ??? 
     206      !!--------------------------------------------------------------------- 
    204207      !  COMPUTATION OF THE VERTICAL PROFILE OF MAXIMUM SINKING SPEED 
    205208      !  Search of the maximum number of particles in aggregates for each k-level.   
     
    569572   !!====================================================================== 
    570573END MODULE trcini_pisces 
    571  
Note: See TracChangeset for help on using the changeset viewer.