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 1119 for trunk/NEMO/TOP_SRC/TRP/trcadv_smolar.F90 – NEMO

Ignore:
Timestamp:
2008-06-20T17:17:41+02:00 (16 years ago)
Author:
cetlod
Message:

style of all top namelist has been modified ; update modules to take it into account, see ticket:196

File:
1 edited

Legend:

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

    r941 r1119  
    1313   !!---------------------------------------------------------------------- 
    1414   USE oce_trc             ! ocean dynamics and active tracers variables 
    15    USE trc                 ! ocean passive tracers variables 
     15   USE trp_trc                 ! ocean passive tracers variables 
    1616   USE lbclnk              ! ocean lateral boundary conditions (or mpp link) 
    1717   USE trcbbl              ! advective passive tracers in the BBL 
    18    USE prtctl_trc      ! Print control for debbuging 
     18   USE trctrp_lec          ! passive tracers transport 
     19   USE prtctl_trc          ! Print control for debbuging 
    1920 
    2021   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.