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

source: trunk/NEMO/TOP_SRC/SMS/par_sms_pisces.h90 @ 899

Last change on this file since 899 was 719, checked in by ctlod, 17 years ago

get back to the nemo_v2_3 version for trunk

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1   !!======================================================================
2   !!                        ***  par_sms_pisces.h90  ***
3   !! pisces model :   assign a parameter to name individual tracers
4   !!======================================================================
5
6   INTEGER, PARAMETER ::  jpdiabio = 1
7
8   !! WARNING: BE CAREFUL ABOUT THE ORDER WHEN READING THE RESTART FILE
9   !!
10   INTEGER, PARAMETER :: &
11      jpdic = 1  ,  &  ! dissolved inoganic carbon concentration
12      jptal = 2  ,  &  ! total alkalinity
13      jpoxy = 3  ,  &  ! oxygen carbon concentration
14      jpcal = 4  ,  &  ! calcite  concentration
15      jppo4 = 5  ,  &  ! phosphate concentration
16      jppoc = 6  ,  &  ! small particulate organic phosphate concentration
17      jpsil = 7  ,  &  ! silicate concentration
18      jpphy = 8  ,  &  ! phytoplancton concentration
19      jpzoo = 9  ,  &  ! zooplancton concentration
20      jpdoc = 10 ,  &  ! dissolved organic carbon concentration
21      jpdia = 11 ,  &  ! Diatoms Concentration
22      jpmes = 12 ,  &  ! Mesozooplankton Concentration
23      jpbsi = 13 ,  &  ! (big) Silicate Concentration
24      jpfer = 14 ,  &  ! Iron Concentration
25#if ! defined key_trc_kriest
26      jpbfe = 15 ,  &  ! Big iron particles Concentration
27      jpgoc = 16 ,  &  ! big particulate organic phosphate concentration
28      jpsfe = 17 ,  &  ! Small iron particles Concentration
29      jpdfe = 18 ,  &  ! Diatoms iron Concentration
30      jpdsi = 19 ,  &  ! Diatoms Silicate Concentration
31      jpnfe = 20 ,  &  ! Nano iron Concentration
32      jpnch = 21 ,  &  ! Nano Chlorophyll Concentration
33      jpdch = 22 ,  &  ! Diatoms Chlorophyll Concentration
34      jpno3 = 23 ,  &  ! Nitrates Concentration
35      jpnh4 = 24       ! Ammonium Concentration
36#else
37      jpnum = 15 ,  &  ! Big iron particles Concentration
38      jpsfe = 16 ,  &  ! number of particulate organic phosphate concentration
39      jpdfe = 17 ,  &  ! Diatoms iron Concentration
40      jpdsi = 18 ,  &  ! Diatoms Silicate Concentration
41      jpnfe = 19 ,  &  ! Nano iron Concentration
42      jpnch = 20 ,  &  ! Nano Chlorophyll Concentration
43      jpdch = 21 ,  &  ! Diatoms Chlorophyll Concentration
44      jpno3 = 22 ,  &  ! Nitrates Concentration
45      jpnh4 = 23       ! Ammonium Concentration
46#endif
47
Note: See TracBrowser for help on using the repository browser.