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

Ignore:
Timestamp:
2006-04-10T17:40:29+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_044 : CT : update the passive tracers TOP component and the standard GYRE configuration

File:
1 edited

Legend:

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

    r340 r433  
    4949   !! passive tracers fields (before,now,after) 
    5050   !! -------------------------------------------------- 
    51    REAL(wp), PUBLIC  ::  & 
    52       trai            !!: initial total tracer 
     51   REAL(wp), PUBLIC, SAVE  ::  & 
     52      trai    ,   &   !!: initial total tracer 
     53      areatot         !!: total volume  
    5354 
    5455   REAL(wp), PUBLIC, DIMENSION (jpi,jpj,jpk,jptra) :: & 
     
    123124      nwritetrc       !!: time step frequency for concentration outputs (namelist) 
    124125    
    125 # if defined key_trc_diaadd 
     126#if defined key_trc_diaadd 
    126127   !! additional 2D/3D outputs namelist 
    127128   !! -------------------------------------------------- 
     
    153154#endif 
    154155    
    155 # if defined key_trc_diatrd 
     156#if defined key_trc_diatrd 
    156157    
    157158   !!  non conservative trends (biological, ...) 
     
    174175    
    175176    
    176    REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpk,jptra,jpdiatrc) :: & 
     177   REAL(wp), PUBLIC, DIMENSION(:,:,:,:,:), ALLOCATABLE, SAVE :: & 
    177178      trtrd           !!: trends of the tracer equations 
    178179    
     180   INTEGER, PUBLIC, DIMENSION(jptra), SAVE :: ikeep ! indice of tracer for which dyn trends are stored 
     181   INTEGER, PUBLIC, SAVE                   :: nkeep ! number of tracers for which dyn trends are stored  
     182                                                    ! (used to allocate trtrd buffer) 
     183 
    179184   !! netcdf files and index common 
    180185   !! -------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.