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

Ignore:
Timestamp:
2008-06-05T14:21:08+02:00 (16 years ago)
Author:
cetlod
Message:

update modules, see ticket:190

File:
1 edited

Legend:

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

    r945 r1077  
    134134    
    135135# endif  
     136 
     137# if defined key_trc_diabio 
     138 
     139   !! Biological trends 
     140   !! ----------------- 
     141   CHARACTER(len=8),  DIMENSION(jpdiabio) ::   ctrbio   !: biological trends name      (NAMELIST) 
     142   CHARACTER(len=20), DIMENSION(jpdiabio) ::   ctrbiu   !: biological trends unit      (NAMELIST) 
     143   CHARACTER(len=80), DIMENSION(jpdiabio) ::   ctrbil   !: biological trends long name (NAMELIST) 
     144   REAL(wp), DIMENSION(jpi,jpj,jpk,jpdiabio) :: trbio   !: biological trends 
     145 
     146   !! Netcdf output parameters 
     147   !! ------------------------ 
     148   INTEGER ::   nwritebio   !: time step frequency for biological outputs (NAMELIST) 
     149 
     150# endif 
     151 
    136152    
    137153   !! passive tracers data read and at given time_step 
Note: See TracChangeset for help on using the changeset viewer.