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 773 for branches/dev_001_GM/NEMO/TOP_SRC/TRP/trctrp.F90 – NEMO

Ignore:
Timestamp:
2007-12-17T17:55:32+01:00 (16 years ago)
Author:
gm
Message:

dev_001_GM - small changes : compilation OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/TOP_SRC/TRP/trctrp.F90

    r772 r773  
    1515   USE trc             ! ocean passive tracers variables  
    1616   USE trctrp_lec      ! passive tracers transport parameters 
     17   USE prtctl_trc     ! Print control for debbuging 
    1718 
    1819   USE trcbbl          ! bottom boundary layer               (trc_bbl routine) 
     
    6768      !!---------------------------------------------------------------------- 
    6869      INTEGER, INTENT( in ) ::  kt  ! ocean time-step index 
     70      !! 
     71      CHARACTER (len=25) :: charout 
    6972      !! --------------------------------------------------------------------- 
    7073 
Note: See TracChangeset for help on using the changeset viewer.