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

source: trunk/NEMO/TOP_SRC/SMS/par_sms_p3zd.h90 @ 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.6 KB
Line 
1   !!----------------------------------------------------------------------
2   !!  TOP 1.0 , LOCEAN-IPSL (2005)
3   !! $Header$
4   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
5   !!----------------------------------------------------------------------
6!!---------------------------------------------------------------------
7!!
8!!                         PARAMETER passivetrc.hamocc3
9!!                       *******************************
10!!
11!!  purpose :
12!!  ---------
13!!     INCLUDE PARAMETER FILE for passive tracer HAMOCC3 model
14!!
15!!
16!! number of biological trends
17!! ---------------------------
18!!
19      INTEGER jpdiabio
20      PARAMETER (jpdiabio = 1)
21!!
22!!    NOW ASSIGN A PARAMETER TO NAME INDIVIDUAL TRACERS
23!!    WARNING: BE CAREFUL ABOUT THE ORDER WHEN READING THE RESTART FILE
24!!
25!!    JPDIC : dissolved inoganic carbon concentration (mol/L)
26!!    JPTAL : total alkalinity (ueq/L)
27!!    JPOXY : oxygen carbon concentration (mol/L)
28!!    JP13C : isotope 13 of DIC (mol/L)
29!!    JPCAL : calcite  concentration (mol/L)
30!!    JPPO4 : phosphate concentration (mol C/L)
31!!    JPPOC : particulate organic phosphate concentration (mol C/L)
32!!    JPSIL : silicate concentration (mol/L)
33!!    JPPHY : phytoplancton concentration (mol/L)
34!!    JPZOO : zooplancton concentration (mol/L)
35!!    JPDOC : dissolved organic carbon concentration (mol/L)
36!!
37      INTEGER jpdic,jptal,jpoxy,jp13c,jpcal,jppo4,jppoc
38      INTEGER jpsil,jpphy,jpzoo,jpdoc
39      PARAMETER(jpdic=1,jptal=2,jpoxy=3,jpcal=4,jppo4=5,jppoc=6)
40      PARAMETER(jpsil=7,jpphy=8,jpzoo=9,jpdoc=10,jp13c=11)
Note: See TracBrowser for help on using the repository browser.