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.
trdmod_oce.F90 in trunk/NEMO/OPA_SRC/TRD – NEMO

source: trunk/NEMO/OPA_SRC/TRD/trdmod_oce.F90 @ 247

Last change on this file since 247 was 247, checked in by opalod, 19 years ago

CL : Add CVS Header and CeCILL licence information

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1MODULE trdmod_oce
2   !!======================================================================
3   !!                   ***  MODULE trdmod_oce  ***
4   !! Ocean trends :   set tracer and momentum trend variables
5   !!======================================================================
6   !!----------------------------------------------------------------------
7   !!  OPA 9.0 , LOCEAN-IPSL (2005)
8   !! $Header$
9   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
10   !!----------------------------------------------------------------------
11   !! * Modules used
12   USE trdicp_oce              ! ocean momentum/tracers bassin properties trends variables
13   USE trdmld_oce              ! ocean active mixed layer tracers trends variables
14   USE trdvor_oce              ! ocean vorticity trends variables
15
16   !! Control parameters
17   !!----------------------------------------------------------------------
18   LOGICAL, PUBLIC ::   l_trdtra = .FALSE.    !: tracers  trend flag
19   LOGICAL, PUBLIC ::   l_trddyn = .FALSE.    !: momentum trend flag
20
21  !!======================================================================
22END MODULE trdmod_oce
Note: See TracBrowser for help on using the repository browser.