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 8841 for branches/UKMO/ROMS_WAD_7832/NEMOGCM/NEMO/TOP_SRC/prtctl_trc.F90 – NEMO

Ignore:
Timestamp:
2017-11-29T05:08:05+01:00 (6 years ago)
Author:
deazer
Message:

Bring in Trunk Changes at version 8814
This revision wont run as is, requires next revision with merged changes
This revision serves as a reference point to what changes from the trunk at brought in by the merge
in the next revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/ROMS_WAD_7832/NEMOGCM/NEMO/TOP_SRC/prtctl_trc.F90

    r7646 r8841  
    66   !! History :    -   !  2005-07  (C. Talandier) original code for OPA 
    77   !!             1.0  !  2005-10  (C. Ethe     ) adapted to passive tracer 
    8    !!---------------------------------------------------------------------- 
    9 #if defined key_top 
    10    !!---------------------------------------------------------------------- 
    11    !!   'key_top'                                                TOP models 
    128   !!---------------------------------------------------------------------- 
    139   !!   prt_ctl_trc      :   control print in mpp for passive tracers 
     
    299295   END SUBROUTINE prt_ctl_trc_init 
    300296 
    301 #else 
    302    !!---------------------------------------------------------------------- 
    303    !!   Dummy module :                                    NO passive tracer 
    304    !!---------------------------------------------------------------------- 
    305 #endif 
    306   
    307    !!---------------------------------------------------------------------- 
    308    !! NEMO/TOP 3.3 , NEMO Consortium (2010) 
    309    !! $Id$  
    310    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    311    !!======================================================================    
    312297END MODULE prtctl_trc 
Note: See TracChangeset for help on using the changeset viewer.