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 267 – NEMO

Changeset 267


Ignore:
Timestamp:
2005-09-08T15:59:20+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_05:RB+OA: Update and rewritting of part of the TOP component

File:
1 edited

Legend:

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

    r247 r267  
    1414   !!   'key_passivetrc'   :                               Passive tracer 
    1515   !!--------------------------------------------------------------------- 
    16    !!  TOP 1.0 , LOCEAN-IPSL (2005) 
    17    !! $Header$ 
    18    !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
     16   !!  OPA 9.0 , LODYC-IPSL (2003) 
    1917   !!---------------------------------------------------------------------- 
    2018   !! * Modules used 
     
    8886   LOGICAL, PUBLIC  ::  & 
    8987      lrsttr          !!: boolean term for restart i/o for passive tracers (namelist) 
    90     
    91    CHARACTER(len=48) , PUBLIC  ::  & 
    92       trestart        !!: name variable of restart file 
    9388    
    9489   INTEGER , PUBLIC  ::  & 
     
    124119   !! -------------------------------------------------- 
    125120   INTEGER , PUBLIC   ::  &  
    126       nwritetrc,  &   !!: time step frequency for concentration outputs (namelist) 
    127       nit5     ,  &   !!: id for tracer output file 
    128       ndepit5  ,  &   !!: id for depth mesh 
    129       nhorit5  ,  &   !!: id for horizontal mesh 
    130       ndimt50  ,  &   !!: number of ocean points in index array 
    131       ndimt51         !!: number of ocean points in index array 
    132     
    133    INTEGER , PUBLIC, DIMENSION (jpij)  ::  &  
    134       ndext51         !!: integer arrays for ocean surface index 
    135     
    136    INTEGER , PUBLIC, DIMENSION (jpij*jpk)  ::  &  
    137       ndext50         !!: integer arrays for ocean 3D index 
    138     
    139     
    140    !! julian day  
    141    !! -------------------------------------------------- 
    142    INTEGER  , PUBLIC ::  &  
    143       ijulian         !!: julian day  
    144     
    145    REAL(wp), PUBLIC  ::  & 
    146       djulian         !!: julian day ( real) 
    147     
     121      nwritetrc       !!: time step frequency for concentration outputs (namelist) 
    148122    
    149123# if defined key_trc_diaadd 
     
    174148   !! -------------------------------------------------- 
    175149   INTEGER , PUBLIC :: & 
    176       nwriteadd,  &   !!: frequency of additional arrays outputs(namelist) 
    177       nitd     ,  &   !!: id for additional array output file 
    178       ndepitd  ,  &   !!: id for depth mesh 
    179       nhoritd         !!: id for horizontal mesh 
     150      nwriteadd     !!: frequency of additional arrays outputs(namelist) 
    180151#endif 
    181152    
     
    209180      nwritetrd       !!: frequency of additional arrays outputs(namelist) 
    210181    
    211    INTEGER , PUBLIC, DIMENSION (jptra)  :: & 
    212       nit6    ,   &   !!: id for additional array output file 
    213       ndepit6 ,   &   !!: id for depth mesh 
    214       nhorit6         !!: id for horizontal mesh 
    215     
    216182#endif  
    217183    
     
    221187    
    222188   INTEGER , PUBLIC, DIMENSION(jptra) :: & 
    223       numtr   ,   &    !!: logical unit for passive tracers data 
    224       nlectr  ,   &    !!: switch for reading once 
    225       ntrc1   ,   &    !!: ???? 
    226       ntrc2            !!: ???? 
    227     
    228    REAL(wp), PUBLIC, DIMENSION (jpi,jpj,jpk,jptra) ::  &   
    229       trdta            !!: passive tracers data at given time-step 
    230     
    231    REAL(wp), PUBLIC, DIMENSION (jpi,jpj,jpk,jptra,2) ::  &   
    232       tracdta          !!: passive tracers data array for two value 
    233                         !: needed for time interpolation 
     189      numtr          !!: logical unit for passive tracers data 
     190    
    234191#endif 
    235192 
Note: See TracChangeset for help on using the changeset viewer.