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_lobster1.h90 in branches/dev_001_GM/NEMO/TOP_SRC/LOBSTER – NEMO

source: branches/dev_001_GM/NEMO/TOP_SRC/LOBSTER/par_sms_lobster1.h90 @ 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: 1.6 KB
Line 
1   !!---------------------------------------------------------------------
2   !!                     ***  par_sms_lobster1.h90  *** 
3   !! TOP :   CFC Source Minus Sink parameter for LOBSTER
4   !!---------------------------------------------------------------------
5   !! History :    -   !  1999-06  (M. Levy)  original code
6   !!              -   !  2000-12  (E. Kestenare) assign a parameter to name individual tracers
7   !!             1.0  !  2005-03  (C. Ethe) F90
8   !!----------------------------------------------------------------------
9
10   !!----------------------------------------------------------------------
11   !! NEMO/TOP 1.0 , LOCEAN-IPSL (2005)
12   !! $Id$
13   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt)
14   !!----------------------------------------------------------------------
15
16   INTEGER, PARAMETER ::   jpkb     = 12        !: top jk layers where biology is active
17   INTEGER, PARAMETER ::   jpkbm1   = jpkb - 1  !:
18
19   INTEGER, PARAMETER ::   jpdiabio = 15        !: number of biological trends
20     
21   INTEGER, PARAMETER ::   jpdet    = 1         !: detritus                    [mmoleN/m3]
22   INTEGER, PARAMETER ::   jpzoo    = 2         !: zooplancton concentration   [mmoleN/m3]
23   INTEGER, PARAMETER ::   jpphy    = 3         !: phytoplancton concentration [mmoleN/m3]
24   INTEGER, PARAMETER ::   jpno3    = 4         !: nitrate concentration       [mmoleN/m3]
25   INTEGER, PARAMETER ::   jpnh4    = 5         !: ammonium concentration      [mmoleN/m3]
26   INTEGER, PARAMETER ::   jpdom    = 6         !: dissolved organic matter    [mmoleN/m3]
27
Note: See TracBrowser for help on using the repository browser.