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 2038 for branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/par_trc.F90 – NEMO

Ignore:
Timestamp:
2010-08-02T12:57:40+02:00 (14 years ago)
Author:
cetlod
Message:

Apply the merge to passive tracers, see ticket:693

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/par_trc.F90

    r1970 r2038  
    4040   LOGICAL, PUBLIC, PARAMETER ::   lk_trc_c1d   = .FALSE.  !: 1D pass. tracer configuration flag 
    4141# endif 
    42    ! Passive tracers : size for TRP trends diagnotics (used if 'key_trc_diatrd' defined) 
    43 # if defined key_trc_diatrd 
    44    ! Passive tracers : size for TRP trends diagnotics (used if 'key_trc_diatrd' defined) 
    45    INTEGER, PARAMETER ::   jptrc_xad     =  1   !: x- horizontal advection 
    46    INTEGER, PARAMETER ::   jptrc_yad     =  2   !: y- horizontal advection 
    47    INTEGER, PARAMETER ::   jptrc_zad     =  3   !: z- vertical   advection 
    48    INTEGER, PARAMETER ::   jptrc_xdf     =  4   !: lateral       diffusion 
    49    INTEGER, PARAMETER ::   jptrc_ydf     =  5   !: lateral       diffusion 
    50    INTEGER, PARAMETER ::   jptrc_zdf     =  6   !: vertical diffusion (Kz) 
    51    INTEGER, PARAMETER ::   jptrc_sbc     =  7   !: surface boundary condition 
    52 #if ! defined key_trcldf_eiv && ! defined key_trcdmp 
    53    INTEGER, PARAMETER ::   jpdiatrc      =  7  !: trends: 3*(advection + diffusion       ) + sbc 
    54 #endif 
    55 #if defined key_trcldf_eiv && defined key_trcdmp 
    56    INTEGER, PARAMETER ::   jptrc_xei     =  8   !: x- horiz. EIV advection 
    57    INTEGER, PARAMETER ::   jptrc_yei     =  9   !: y- horiz. EIV advection 
    58    INTEGER, PARAMETER ::   jptrc_zei     = 10   !: z- vert.  EIV advection 
    59    INTEGER, PARAMETER ::   jptrc_dmp     = 11   !: damping 
    60    INTEGER, PARAMETER ::   jpdiatrc      = 11   !: trends: 3*(advection + diffusion + eiv ) + sbc + damping 
    61 #endif 
    62 #if defined key_trcldf_eiv && ! defined key_trcdmp 
    63    INTEGER, PARAMETER ::   jptrc_xei     =  8   !: x- horiz. EIV advection 
    64    INTEGER, PARAMETER ::   jptrc_yei     =  9   !: y- horiz. EIV advection 
    65    INTEGER, PARAMETER ::   jptrc_zei     = 10   !: z- vert.  EIV advection 
    66    INTEGER, PARAMETER ::   jpdiatrc      = 10   !: trends: 3*(advection + diffusion + eiv ) + sbc  
    67 #endif 
    68 #if ! defined key_trcldf_eiv && defined key_trcdmp 
    69    INTEGER, PARAMETER ::   jptrc_dmp     =  8   !: damping 
    70    INTEGER, PARAMETER ::   jpdiatrc      =  8   !: trends: 3*(advection + diffusion       ) + sbc + damping 
    71 #endif 
    72 #endif 
    7342 
    7443   REAL(wp), PUBLIC  :: rtrn  = 1.e-15      !: truncation value      
Note: See TracChangeset for help on using the changeset viewer.