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 branches/dev_001_GM/NEMO/TOP_SRC – NEMO

source: branches/dev_001_GM/NEMO/TOP_SRC/par_sms.F90 @ 764

Last change on this file since 764 was 764, checked in by gm, 16 years ago

dev_001_GM - create new directory and move files only

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
RevLine 
[186]1MODULE par_sms
[763]2   !!======================================================================
3   !!                         ***  MODULE par_sms  ***
4   !! TOP :   parameters of passive tracers
5   !!======================================================================
6   !! History :   1.0  !  2005-03 (O. Aumont, A. El Moussaoui) F90
[341]7   !!----------------------------------------------------------------------
[763]8   !! NEMO/TOP 1.0 , LOCEAN-IPSL (2005)
[764]9   !! $Id$
[763]10   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt)
[341]11   !!----------------------------------------------------------------------
[763]12#if defined key_passivetrc
13   !!----------------------------------------------------------------------
14   !!   'key_passivetrc'                                    Passive tracers
15   !!----------------------------------------------------------------------
[186]16   USE par_trc_trp
[763]17
[186]18   IMPLICIT NONE
[336]19
20#if defined key_trc_lobster1
21   !!----------------------------------------------------------------------
22   !!   'key_trc_lobster1'                        LOBSTER1 biological model 
23   !!----------------------------------------------------------------------
24#  include "par_sms_lobster1.h90"
25
26#elif defined key_trc_pisces
27   !!----------------------------------------------------------------------
28   !!   'key_trc_pisces'                            PISCES biological model                 
29   !!----------------------------------------------------------------------
30#  include "par_sms_pisces.h90"
31
[186]32#elif defined key_cfc
[336]33   !!----------------------------------------------------------------------
[763]34   !!   'key_cfc  '                                      CFC chemical model                 
[336]35   !!----------------------------------------------------------------------
36#  include "par_sms_cfc.h90"
37
[186]38#else
[763]39   !!----------------------------------------------------------------------
40   !!  Empty module :                                     No passive tracer
41   !!----------------------------------------------------------------------
[186]42#endif
43
[763]44   !!======================================================================
[186]45END MODULE par_sms
Note: See TracBrowser for help on using the repository browser.