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

Changeset 204 for trunk/NEMO/TOP_SRC


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

Location:
trunk/NEMO/TOP_SRC
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trcadv_cen2.F90

    r202 r204  
    1313   USE oce_trc             ! ocean dynamics and active tracers variables 
    1414   USE trc                 ! ocean passive tracers variables 
     15   USE trcbbl              ! advective passive tracers in the BBL 
    1516 
    1617   IMPLICIT NONE 
  • trunk/NEMO/TOP_SRC/TRP/trcadv_muscl.F90

    r202 r204  
    1313   USE trc             ! ocean passive tracers variables 
    1414   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     15   USE trcbbl          ! advective passive tracers in the BBL 
    1516 
    1617   IMPLICIT NONE 
  • trunk/NEMO/TOP_SRC/TRP/trcadv_muscl2.F90

    r202 r204  
    1313   USE trc             ! ocean passive tracers variables 
    1414   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     15   USE trcbbl          ! advective passive tracers in the BBL 
    1516 
    1617   IMPLICIT NONE 
  • trunk/NEMO/TOP_SRC/TRP/trcadv_smolar.F90

    r202 r204  
    1414   USE trc                 ! ocean passive tracers variables 
    1515   USE lbclnk              ! ocean lateral boundary conditions (or mpp link) 
     16   USE trcbbl              ! advective passive tracers in the BBL 
    1617 
    1718   IMPLICIT NONE 
  • trunk/NEMO/TOP_SRC/TRP/trcadv_tvd.F90

    r202 r204  
    1515   USE trc                 ! ocean passive tracers variables 
    1616   USE lbclnk              ! ocean lateral boundary conditions (or mpp link) 
     17   USE trcbbl              ! advective passive tracers in the BBL 
    1718 
    1819   IMPLICIT NONE 
  • 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.