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

source: trunk/NEMO/TOP_SRC/SMS/par_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: 1.1 KB
Line 
1MODULE par_sms
2!!---------------------------------------------------------------------
3!!
4!!                         PARAMETER SMS
5!!                       *******************************
6!!
7!!  purpose :
8!!  ---------
9!!     INCLUDE PARAMETER FILE for SMS  models
10!!
11!!
12   !!----------------------------------------------------------------------
13   !!  TOP 1.0 , LOCEAN-IPSL (2005)
14   !! $Header$
15   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
16   !!----------------------------------------------------------------------
17   USE par_trc_trp
18   IMPLICIT NONE
19#if defined key_trc_npzd
20#    include "par_sms_npzd.h90"
21#elif defined key_trc_lobster1
22#    include "par_sms_lobster1.h90"
23#elif defined key_trc_hamocc3
24#  if defined key_trc_p3zd
25#    include "par_sms_p3zd.h90"
26#  else
27#    include "par_sms_hamocc3.h90"
28#  endif
29#elif defined key_cfc
30#    include "par_sms_cfc.h90"
31#elif defined key_gosac
32#    include "par_sms_gosac.h90"
33#elif defined key_trc_pisces
34#    include "par_sms_pisces.h90"
35#else
36!!  purpose :
37!!  ---------
38!!     No SMS  models
39#endif
40
41END MODULE par_sms
Note: See TracBrowser for help on using the repository browser.