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 @ 215

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

CT : UPDATE151 : New trends organization

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 884 bytes
Line 
1MODULE trdmod_oce
2   !!======================================================================
3   !!                   ***  MODULE trdmod_oce  ***
4   !! Ocean trends :   set tracer and momentum trend variables
5   !!======================================================================
6   !! * Modules used
7   USE trdicp_oce              ! ocean momentum/tracers bassin properties trends variables
8   USE trdmld_oce              ! ocean active mixed layer tracers trends variables
9   USE trdvor_oce              ! ocean vorticity trends variables
10
11   !! Control parameters
12   !!----------------------------------------------------------------------
13   LOGICAL, PUBLIC ::   l_trdtra = .FALSE.    !: tracers  trend flag
14   LOGICAL, PUBLIC ::   l_trddyn = .FALSE.    !: momentum trend flag
15
16  !!======================================================================
17END MODULE trdmod_oce
Note: See TracBrowser for help on using the repository browser.