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

Ignore:
Timestamp:
2004-12-22T19:38:45+01:00 (19 years ago)
Author:
opalod
Message:

CT : UPDATE142 : Check the consistency between passive tracers transport modules (in TRP directory) and those used for the active tracers

File:
1 edited

Legend:

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

    r201 r204  
    212212#endif 
    213213 
    214    !! Bottom boundary Layer velocities  
    215 #if   defined key_trcbbl_adv 
    216    USE trcbbl , ONLY :               &       
    217       u_trc_bbl   =>   u_trc_bbl  ,  & !: velocity involved in exhanges in the advective BBL 
    218       v_trc_bbl   =>   v_trc_bbl  ,  & !:      "                  "                " 
    219       w_trc_bbl   =>   w_trc_bbl       !: vertical increment of velocity due to advective BBL 
    220 #endif 
    221  
    222214   !! lateral diffusivity (tracers) 
    223215   USE ldftra_oce ,   ONLY :             &     
Note: See TracChangeset for help on using the changeset viewer.