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.
trclsm.F in trunk/NEMO/TOP_SRC – NEMO

source: trunk/NEMO/TOP_SRC/trclsm.F @ 186

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

CL + CE : NEMO TRC_SRC start

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1C $Id$
2CDIR$ LIST
3      SUBROUTINE trclsm
4CCC---------------------------------------------------------------------
5CCC
6CCC                       ROUTINE trclsm
7CCC                     ******************
8CCC
9CCC  PURPOSE :
10CCC  ---------
11CCC     READS specific NAMELIST for sms terms 
12CCC
13CC   METHOD :                   : no
14CC   -------
15CC
16CC   INPUT :
17CC   -----
18CC
19CC   OUTPUT :
20CC   ------
21CC
22CC   WORKSPACE :                : no
23CC   ---------
24CC
25CC   MODIFICATIONS:
26CC   --------------
27CC      original  : 99-10 (M.A. Foujols, M. Levy) passive tracer
28CC                  00-04 (O. Aumont, M.A. Foujols) HAMOCC3 and P3ZD
29CC                  02-05 (O. Aumont) AGE TRACER
30CC----------------------------------------------------------------------
31CC parameters and commons
32CC ======================
33CDIR$ NOLIST
34      USE oce_trc
35      USE trc
36      USE sms
37      IMPLICIT NONE
38CDIR$ LIST
39
40#if defined key_passivetrc
41
42#    if defined key_trc_npzd
43#    include "trclsm.npzd.h"
44#    elif defined key_trc_lobster1
45#    include "trclsm.lobster1.h"
46#    elif defined key_trc_hamocc3
47#    include "trclsm.hamocc3.h"
48#    elif defined key_trc_age
49#    include "trclsm.age.h"
50#    elif defined key_trc_pisces
51#    include "trclsm.pisces.h"
52#    else
53C      user can define here his own sms namelist
54#    endif
55#else
56C
57C no passive tracers
58C
59#endif
60      RETURN
61      END
Note: See TracBrowser for help on using the repository browser.