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 @ 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: 698 bytes
Line 
1MODULE sms
2#if defined key_passivetrc
3
4   USE par_oce
5   USE par_trc
6   USE par_sms
7   IMPLICIT NONE
8# if defined key_trc_npzd
9#    include "sms_npzd.h90"
10# endif
11!!
12# if defined key_trc_lobster1
13#    include "sms_lobster1.h90"
14# endif
15!!
16# if defined key_trc_hamocc3
17#  if defined key_trc_p3zd
18#    include "sms_p3zd.h90"
19#  else
20#    include "sms_hamocc3.h90"
21#  endif
22# endif
23# if defined key_cfc
24#    include "sms_cfc.h90"
25# endif
26# if defined key_gosac
27#    include "sms_gosac.h90"
28# endif
29# if defined key_trc_age
30#    include "sms_age.h90"
31# endif
32# if defined key_trc_pisces
33#    include "sms_pisces.h90"
34# endif
35#else
36!!
37!! no passive tracer COMMON specification
38!!
39#endif
40
41END MODULE sms
Note: See TracBrowser for help on using the repository browser.