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.
sms.F90 in trunk/NEMO/TOP_SRC/SMS – NEMO

source: trunk/NEMO/TOP_SRC/SMS/sms.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: 987 bytes
Line 
1MODULE sms
2   !!----------------------------------------------------------------------
3   !!  TOP 1.0 , LOCEAN-IPSL (2005)
4   !! $Header$
5   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
6   !!----------------------------------------------------------------------
7#if defined key_passivetrc
8
9   USE par_oce
10   USE par_trc
11   USE par_sms
12   IMPLICIT NONE
13# if defined key_trc_npzd
14#    include "sms_npzd.h90"
15# endif
16!!
17# if defined key_trc_lobster1
18#    include "sms_lobster1.h90"
19# endif
20!!
21# if defined key_trc_hamocc3
22#  if defined key_trc_p3zd
23#    include "sms_p3zd.h90"
24#  else
25#    include "sms_hamocc3.h90"
26#  endif
27# endif
28# if defined key_cfc
29#    include "sms_cfc.h90"
30# endif
31# if defined key_gosac
32#    include "sms_gosac.h90"
33# endif
34# if defined key_trc_age
35#    include "sms_age.h90"
36# endif
37# if defined key_trc_pisces
38#    include "sms_pisces.h90"
39# endif
40#else
41!!
42!! no passive tracer COMMON specification
43!!
44#endif
45
46END MODULE sms
Note: See TracBrowser for help on using the repository browser.