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 4617 for branches/2014/dev_CNRS0_NOC1_LDF/NEMOGCM/NEMO/TOP_SRC/PISCES/P2Z/p2zexp.F90 – NEMO

Ignore:
Timestamp:
2014-04-06T17:47:31+02:00 (10 years ago)
Author:
gm
Message:

#1260 : TOP fixes, see the associated wiki page for explanation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_CNRS0_NOC1_LDF/NEMOGCM/NEMO/TOP_SRC/PISCES/P2Z/p2zexp.F90

    r3446 r4617  
    4848   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    4949   !!---------------------------------------------------------------------- 
    50  
    5150CONTAINS 
    5251 
     
    6463      !!              COLUMN BELOW THE SURFACE LAYER. 
    6564      !!--------------------------------------------------------------------- 
    66       !! 
    6765      INTEGER, INTENT( in ) ::   kt      ! ocean time-step index       
    68       !! 
     66      ! 
    6967      INTEGER  ::   ji, jj, jk, jl, ikt 
    7068      REAL(wp) ::   zgeolpoc, zfact, zwork, ze3t, zsedpocd, zmaskt 
     
    7775      ! 
    7876      IF( kt == nittrc000 )   CALL p2z_exp_init 
    79  
     77      ! 
    8078      CALL wrk_alloc( jpi, jpj, zsedpoca )  
    81       zsedpoca(:,:) = 0. 
     79      zsedpoca(:,:) = 0._wp 
    8280 
    8381      IF( l_trdtrc )  THEN 
     
    102100      ! Find the last level of the water column 
    103101      ! Compute fluxes due to sinking particles (slow) 
    104     
    105102 
    106103      zgeolpoc = 0.e0         !     Initialization 
     
    180177   END SUBROUTINE p2z_exp 
    181178 
     179 
    182180   SUBROUTINE p2z_exp_init 
    183181      !!---------------------------------------------------------------------- 
     
    272270   END SUBROUTINE p2z_exp_init 
    273271 
     272 
    274273   INTEGER FUNCTION p2z_exp_alloc() 
    275274      !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.