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

source: trunk/NEMO/TOP_SRC/SMS/sms_npzd.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: 6.6 KB
Line 
1!!---------------------------------------------------------------------
2!!
3!!                         COMMON passivetrc.npzd.h
4!!                       **************************
5!!
6!!  purpose :
7!!  ---------
8!!     INCLUDE COMMON FILE for NPZD biological model
9!!
10!!  modifications :
11!!   -------------
12!!      original    : 99-09 (M. Levy)
13!!      additions   : 01-02 (E. Kestenare): add sediment parameters
14!!
15!!---------------------------------------------------------------------
16!!  TOP 1.0 , LOCEAN-IPSL (2005)
17!! $Header$
18!! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
19!!---------------------------------------------------------------------
20!!
21!!
22!!----------------------------------------------------------------------
23!!
24!! COMMON/cotbio/ : biological parameters
25!! --------------------------------------------
26!!
27!!      apmin     : minimum phytoplancton concentration (NAMELIST)
28!!      azmin     : minimum zooplancton concentration (NAMELIST)
29!!      anmin     : minimum nutrients concentration (NAMELIST)
30!!      admin     : minimum detritus concentration (NAMELIST)
31!!      redf      : redfield ratio c:n (NAMELIST)
32!!      slopet    : van t hoff coefficient (NAMELIST)
33!!      toptp     : optimal photosynthesis temperature (NAMELIST)
34!!      aknut     : half-saturation nutrient (NAMELIST)
35!!      rcchl     : standard carbone/chlorophyl ratio (NAMELIST)
36!!      rgamma    : phytoplankton exudation fraction (NAMELIST)
37!!      toptgz    : optimal temperature for zooplankton growth (NAMELIST)
38!!      tmaxgz    : maximal temperature for zooplankton growth (NAMELIST)
39!!      rgz       : widtht of zooplankton temperature FUNCTION (NAMELIST)
40!!      rppz      : zooplankton nominal preference for phytoplancton
41!!                  food, (NAMELIST)
42!!      taus      : maximum specific zooplankton grazing rate (NAMELIST)
43!!      aks       : half saturation constant for total zooplankton
44!!                  grazing (NAMELIST)
45!!      filmax    : maximum mass clearance rate for zooplankton (NAMELIST)
46!!      rpnaz     : non-assimilated phytoplankton by zooplancton (NAMELIST)
47!!      rdnaz     : non-assimilated detritus by zooplankton (NAMELIST)
48!!      eggzoo    : minimum for zooplankton concentration (NAMELIST)
49!!      tauzn     : zooplancton specific excretion rate (NAMELIST)
50!!      tmmaxp    : maximal phytoplancton mortality rate (NAMELIST)
51!!      tmminp    : minimal phytoplancton mortality rate (NAMELIST)
52!!      tmmaxz    : maximal zooplankton mortality rate (NAMELIST)
53!!      tmminz    : minimal zooplankton mortality rate (NAMELIST)
54!!      anumin    : nutrient threshold for phytoplankton mortality (NAMELIST)
55!!      afdmin    : food threshold for zooplankton mortality (NAMELIST)
56!!      taudn     : detrital breakdown rate (NAMELIST)
57!!      vsed      : sedimentation speed (NAMELIST)
58!!      tmumax    : maximal phytoplankton growth rate (NAMELIST)
59!!      aki       : light photosynthesis half saturation constant (NAMELIST)
60!!
61!!      remine()  : remineralisation trend
62!!
63!!      tmaxr     : maximum coefficient for passive tracer damping (NAMELIST)
64!!      tminr     : minimum coefficient for passive tracer damping (NAMELIST)
65!!      remdmp()  : damping coefficient of passive tracers (depth dependant)
66!!
67
68      REAL apmin,azmin,anmin,admin,    &
69                     redf,slopet,toptp,aknut,rcchl,    &
70                     rgamma,toptgz,tmaxgz,rgz,    &
71                     rppz,taus,aks,filmax,rpnaz,rdnaz,eggzoo,tauzn,    &
72                     tmmaxp,tmminp,tmmaxz,tmminz,anumin,afdmin,taudn,    &
73                     vsed,tmumax,aki,    &
74                     tmaxr,tminr
75      REAL remine(jpi,jpj,jpk)
76      REAL remdmp(jpk,jptra)
77
78      COMMON/cotbio/  apmin,azmin,anmin,admin,    &
79                     redf,slopet,toptp,aknut,rcchl,    &
80                     rgamma,toptgz,tmaxgz,rgz,    &
81                     rppz,taus,aks,filmax,rpnaz,rdnaz,eggzoo,tauzn,    &
82                     tmmaxp,tmminp,tmmaxz,tmminz,anumin,afdmin,taudn,    &
83                     vsed,tmumax,aki,remine,    &
84                     tmaxr,tminr,remdmp
85!!
86#    if defined key_trc_diabio
87!!
88!!----------------------------------------------------------------------
89!!
90!! COMMON/cottbd/ : biological trends
91!! ------------------------------------------------------------------
92!!
93!!      ctrbio    : biological trends name (NAMELIST)
94!!      ctrbil    : biological trends long name (NAMELIST)
95!!      ctrbiu    : biological trends unit (NAMELIST)
96!!      trbio()   : biological trends
97!!
98      CHARACTER*8 ctrbio(jpdiabio)
99      CHARACTER*8 ctrbiu(jpdiabio)
100      CHARACTER*80 ctrbil(jpdiabio)
101      REAL trbio(jpi,jpj,jpk,jpdiabio)
102
103      COMMON/cittbd/ctrbio, ctrbil, ctrbiu
104
105      COMMON/cottbd/trbio
106!!
107!!    netcdf files and index COMMON biological trends files
108!!
109!!      nwritebio: time step frequency for biological outputs (NAMELIST)
110!!      nitb     : id for additional array output FILE
111!!      ndepitb  : id for depth mesh
112!!      nhoritb  : id for horizontal mesh
113!!
114      INTEGER nwritebio,nitb,ndepitb,nhoritb
115      COMMON/cibcdf/nwritebio,nitb,ndepitb,nhoritb
116
117#    endif
118!!----------------------------------------------------------------------
119!!
120!! COMMON/cotopt/ : optical parameters
121!! -----------------------------------
122!!
123!!      xze       : euphotic layer depth
124!!      xpar      : par (photosynthetic available radiation)
125!!      xkr0      : water coefficient absorption in red (NAMELIST)
126!!      xkg0      : water coefficient absorption in green (NAMELIST)
127!!      xkrp      : pigment coefficient absorption in red (NAMELIST)
128!!      xkgp      : pigment coefficient absorption in green (NAMELIST)
129!!      xlr       : exposant for pigment absorption in red (NAMELIST)
130!!      xlg       : exposant for pigment absorption in green (NAMELIST)
131!!      rpig      : chla/chla+phea ratio (NAMELIST)
132!!
133      REAL xkr0,xkg0,xkrp,xkgp,xlr,xlg,rpig
134
135      REAL xze(jpi,jpj)
136      REAL xpar(jpi,jpj,jpk)
137      COMMON/cotopt/xze,xpar,xkr0,xkg0,    &
138                     xkgp,xkrp,xlg,xlr,rpig
139!!----------------------------------------------------------------------
140!!
141!! COMMON/cotsedim/ : sediment parameters
142!! --------------------------------------
143!!
144!!      sedlam : time coefficient of POC remineralization in sediments
145!!      dmin3  : fraction of sinking POC released at each level
146!!      dminl  : fraction of sinking POC released in sediments
147!!      sedpoc : mass of POC in sediments
148!!      fbod   : rapid sinking particles
149!!
150!!
151      REAL sedlam, sedlostpoc
152      REAL dmin3(jpi,jpj,jpk), dminl(jpi,jpj),sedpoc(jpi,jpj)
153      REAL fbod(jpi,jpj),cmask(jpi,jpj),areacot
154
155      COMMON/cotsedim/sedlam,dmin3,dminl,sedpoc,fbod,sedlostpoc,    &
156     &                cmask, areacot
157
Note: See TracBrowser for help on using the repository browser.