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/oce_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/oce_trc.F90

    r7646 r8841  
    77   !!             2.0  !  2007-12 (C. Ethe, G. Madec)  rewritting 
    88   !!---------------------------------------------------------------------- 
    9 #if defined key_top 
    10    !!---------------------------------------------------------------------- 
    11    !!   'key_top'                                                TOP models 
    12    !!---------------------------------------------------------------------- 
    13    ! 
    149   !                                            !* Domain size * 
    1510   USE par_oce , ONLY :   jpi      =>   jpi        !: first  dimension of grid --> i  
     
    117112   USE zdfmxl , ONLY :   hmlpt       =>   hmlpt       !: mixed layer depth at t-points (m) 
    118113 
    119 #else 
    120    !!---------------------------------------------------------------------- 
    121    !!  Empty module :                                     No passive tracer 
    122    !!---------------------------------------------------------------------- 
    123 #endif 
    124  
    125    !!---------------------------------------------------------------------- 
    126    !! NEMO/TOP 3.3 , NEMO Consortium (2010) 
    127    !! $Id$ 
    128    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    129    !!====================================================================== 
    130114END MODULE oce_trc 
Note: See TracChangeset for help on using the changeset viewer.