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 3318 for branches/2012/dev_r3309_LOCEAN12_Ediag/NEMOGCM/NEMO/TOP_SRC/LOBSTER/trcexp.F90 – NEMO

Ignore:
Timestamp:
2012-02-25T16:50:01+01:00 (12 years ago)
Author:
gm
Message:

Ediag branche: #927 split TRA/DYN trd computation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3309_LOCEAN12_Ediag/NEMOGCM/NEMO/TOP_SRC/LOBSTER/trcexp.F90

    r3294 r3318  
    44   !! TOP :   PISCES Compute loss of organic matter in the sediments 
    55   !!====================================================================== 
    6    !! History :    -   !  1999    (O. Aumont, C. Le Quere)  original code 
     6   !! History :   OPA  !  1999    (O. Aumont, C. Le Quere)  original code 
    77   !!              -   !  2001-05 (O. Aumont, E. Kestenare) add sediment computations 
    8    !!             1.0  !  2005-06 (A.-S. Kremeur) new temporal integration for sedpoc 
     8   !!   NEMO      1.0  !  2005-06 (A.-S. Kremeur) new temporal integration for sedpoc 
    99   !!             2.0  !  2007-12  (C. Deltel, G. Madec)  F90 
    1010   !!---------------------------------------------------------------------- 
     
    2121   USE trcnam_trp 
    2222   USE prtctl_trc      ! Print control for debbuging 
    23    USE trdmod_oce 
    24    USE trdmod_trc 
     23   USE trd_oce         ! trends: ocean variables 
     24   USE trdmod_trc      ! trends: passive tracer variables 
    2525   USE iom 
    2626 
     
    3737   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    3838   !!---------------------------------------------------------------------- 
    39  
    4039CONTAINS 
    4140 
     
    5352      !!              COLUMN BELOW THE SURFACE LAYER. 
    5453      !!--------------------------------------------------------------------- 
    55       !! 
    5654      INTEGER, INTENT( in ) ::   kt      ! ocean time-step index       
    57       !! 
     55      ! 
    5856      INTEGER  ::   ji, jj, jk, jl, ikt, ierr 
    5957      REAL(wp) ::   zgeolpoc, zfact, zwork, ze3t, zsedpocd 
Note: See TracChangeset for help on using the changeset viewer.