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 1175 for trunk/NEMO/TOP_SRC/TRP/trp_trc.F90 – NEMO

Ignore:
Timestamp:
2008-09-11T18:26:34+02:00 (16 years ago)
Author:
cetlod
Message:

update transport modules to take into account new trends organization, see ticket:248

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trp_trc.F90

    r1146 r1175  
    5151 
    5252# if defined key_trc_diatrd 
    53     
     53 
    5454   !!  non conservative trends (biological, ...) 
    5555   !! -------------------------------------------------- 
    56    LOGICAL, PUBLIC, DIMENSION (jptra) ::   luttrd   !: large trends diagnostic to write or not (namelist) 
    57     
    5856   !!  Advection-diffusion trends 
    5957   REAL(wp), PUBLIC, DIMENSION(:,:,:,:,:), ALLOCATABLE ::   trtrd   !: trends of the tracer equations 
    60     
     58 
    6159   INTEGER, PUBLIC, DIMENSION(jptra) :: ikeep ! indice of tracer for which dyn trends are stored 
    62    INTEGER, PUBLIC                   :: nkeep ! number of tracers for which dyn trends are stored  
     60   INTEGER, PUBLIC                   :: nkeep ! number of tracers for which dyn trends are stored 
    6361   !                                          ! (used to allocate trtrd buffer) 
    6462 
    65    !! netcdf files and index common 
    66    !! -------------------------------------------------- 
    6763   INTEGER , PUBLIC ::   nwritetrd   !: frequency of additional arrays outputs(namelist) 
    68     
    69 # endif  
    70  
     64# endif 
    7165#else 
    7266   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.