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

Ignore:
Timestamp:
2007-10-22T11:49:50+02:00 (17 years ago)
Author:
cetlod
Message:

Update modules for passive tracers transport trends computation, see ticket:13

File:
1 edited

Legend:

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

    r719 r724  
    1111   !!---------------------------------------------------------------------- 
    1212   !!  TOP 1.0,  LOCEAN-IPSL (2005) 
    13    !! $Header$ 
     13   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/TOP_SRC/par_trc.F90,v 1.6 2007/10/12 09:22:19 opalod Exp $ 
    1414   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    1515   !!---------------------------------------------------------------------- 
     
    2929!! we keep 3 more trends for eddy induced flux (gent velocity) 
    3030#    if defined key_trcdmp 
     31   INTEGER , PARAMETER :: jpdiatrc = 11 
     32#    else 
    3133   INTEGER , PARAMETER :: jpdiatrc = 10 
    32 #    else 
    33    INTEGER , PARAMETER :: jpdiatrc = 9 
    3434#    endif 
    3535#  else 
    3636#    if defined key_trcdmp 
     37   INTEGER , PARAMETER :: jpdiatrc = 8 
     38#    else 
    3739   INTEGER , PARAMETER :: jpdiatrc = 7 
    38 #    else 
    39    INTEGER , PARAMETER :: jpdiatrc = 6 
    4040#    endif 
    4141#  endif 
Note: See TracChangeset for help on using the changeset viewer.