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 2082 for branches/DEV_r2006_merge_TRA_TRC/NEMO/OPA_SRC/trc_oce.F90 – NEMO

Ignore:
Timestamp:
2010-09-10T12:32:58+02:00 (14 years ago)
Author:
cetlod
Message:

Improve the merge of TRA-TRC, see ticket #717

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/OPA_SRC/trc_oce.F90

    r1970 r2082  
    2020   PUBLIC   trc_oce_rgb_read   ! routine called by traqsr.F90 
    2121   PUBLIC   trc_oce_ext_lev    ! function called by traqsr.F90 at least 
    22     
     22  
     23   INTEGER , PUBLIC  ::  nn_dttrc      !: frequency of step on passive tracers 
     24   INTEGER , PUBLIC  ::  nittrc000     !: first time step of passive tracers model 
     25   
    2326   REAL(wp), PUBLIC , DIMENSION(jpi,jpj,jpk) ::   etot3   !: light absortion coefficient 
    2427 
Note: See TracChangeset for help on using the changeset viewer.