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.
Phyto.nml in branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00 – NEMO

source: branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00/Phyto.nml @ 3399

Last change on this file since 3399 was 3399, checked in by vichi, 12 years ago

Merge branch 'BFM_3.4'(r5b59a317) into dev_r3379_CMCC6_topbfm

File size: 4.6 KB
Line 
1!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2! MODEL  BFM - Biogeochemical Flux Model
3!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4!BOP
5!
6! !ROUTINE: Phyto
7!
8! DESCRIPTION
9!   List of parameter values
10!   for mem_Phyto filled by InitPhyto
11!
12! AUTHORS
13!   the BFM team
14!
15! COPYING
16!   Copyright (C) 2008 P. Ruardij, M. Vichi
17!   (rua@nioz.nl, vichi@bo.ingv.it)
18!
19!   This program is free software; you can redistribute it and/or modify
20!   it under the terms of the GNU General Public License as published by
21!   the Free Software Foundation;
22!   This program is distributed in the hope that it will be useful,
23!   but WITHOUT ANY WARRANTY; without even the implied warranty of
24!   MERCHANTEABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25!   GNU General Public License for more details.
26!
27!EOP
28!-------------------------------------------------------------------------!
29!BOC
30!        :
31!        :      ---------------- Physiological parameters -----------------
32!        :
33!  p_q10:    Doubling temperature
34!  p_sum:    Maximal productivity at 10 degrees C
35!  p_srs:    Respiration rate at 10 degrees C
36!  p_sdmo:      Max.specific nutrient-stress lysis rate
37!  p_thdo:      Half value for nutrient stress lysis
38!  p_seo:    Extra lysis rate for P4
39!  p_pu_ea:     Fraction of pp excreted as PLOC/PDET
40!  p_pu_ra:     Activity respiration rate
41!       
42!            ---------------- Nutrient parameters in phytoplankton -----------------
43!       
44!  p_netgrowth:  logical switch for nutrient-limited growth (true is default)
45!  p_limnut:    switch for nut. limitation (Liebig is default)
46!  p_chPs:      half-value of SIO4-lim (mmol Si m-3)
47!  p_qslc:      Minimum quotum Si in PI
48!  p_qsRc:      Reference quotum Si in PI
49!  p_xqs:    factor for max quotum S
50!  p_qus:    affinity of PI for Si
51!  p_alpha_chl:    Initial slope P-I curve
52!     
53!         ------------- Chlorophyll parameters -----------
54!         skel: Skeletonema costatum pav: Pavlova lutheri
55!         syn: Synechoccus sp. (significant alpha decrease with irradiance)
56!         gyr: Gyrodinium sp. iso: Isochrysis galbana
57!                     skel     iso      syn      gyr
58!  p_sdchl:     Specific turnover rate for Chla (d-1)
59!        p_qchlc =    0.03,    0.025,   0.1,     0.02    # Maximum quotum Chla:C
60!                    +-0.024  +-0.001  +-0.003  +-0.004
61!         Thalassiosira sp. (0.05+-0.01)
62!                     skel     pav      syn      gyr
63!  p_esNI:      Nutrient stress threshold for Sinking
64!        p_alpha_chl = 1.0d-5, 0.46d-5*2.0, 2.0d-5, 0.68d-5 # Initial slope P-I curve
65!         Thalassiosira sp. (0.48-0.63)
66!  p_res:   Maximum Sinking velocity (m/d)
67!  p_qchlc  = 0.05,      0.03,      0.07,      0.02 # Maximum quotum Chla:C
68!         ------------- silicate limitation control: -----------
69!             p_qus > 0.0  : silica limitation is controlled by internal quoata
70!             p_chPs > 0.0 : silica limitation is controlled by external concentration of N5s
71!             p_qus==0 and p_chPs==0  : there is no silica component defined in cell
72!             p_qus has prefwerence above p_chPs!
73
74!               P1   P2 P3 P4
75&Phyto_parameters
76     p_limnut = 1,   1, 1, 1
77  p_netgrowth = .FALSE.,.FALSE.,.FALSE.,.FALSE.
78        p_q10 = 2.0, 2.0,  2.0,  2.0
79        p_sum = 2.0, 2.5,  3.0,  0.5
80        p_srs = 0.01,   0.05, 0.1,  0.1
81       p_sdmo = 0.5, 0.5,  0.5,  0.0
82        p_seo = 0.0, 0.0,  0.0,  0.0
83      p_pu_ea = 0.05,   0.2,  0.2,  0.15
84      p_pu_ra = 0.1, 0.2,  0.25, 0.1
85       p_qnlc = 4.193d-3,4.193d-3,4.193d-3,0.00687
86       p_qnRc = 1.258d-2,1.258d-2,1.258d-2,1.258d-2
87        p_xqn = 2.0, 2.0,  2.0,  2.0
88       p_qplc = 0.1796d-3, 0.1796d-3, 0.1796d-3, 0.4288d-3
89       p_qpRc = 0.7862e-3, 0.7862e-3, 0.7862e-3, 0.7862e-3
90        p_xqp = 2.0, 2.0,  2.0,  2.0
91       p_qslc = 4.3d-3, 0.0,  0.0,  0.0
92       p_qsRc = 1.0d-2, 0.0,  0.0,  0.0
93        p_qun = 0.025,  0.025,   0.025,   0.025
94        p_qup = 2.5d-3, 2.5d-3,  2.5d-3,  2.5d-3
95        p_qus = 0.0, 0.0,  0.0,  0.0
96        p_xqs = 1.0, 0.0,  0.0,  0.0
97       p_esNI = 0.1, 0.00, 0.00, 0.00
98       p_thdo = 0.1, 0.1,  0.1,  0.1
99       p_res  = 5.0, 0.0,  0.0,  0.0
100       p_lN4  = 1.0, 1.0,  0.0,  1.0
101       p_chPs = 1.0, 0.0,  0.0,  0.0
102  p_alpha_chl = 1.38e-5, 0.46e-5, 1.52e-5, 0.68e-5
103      p_sdchl = 0.2, 0.2,  0.2,  0.2
104/
105!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
106!END namelist
107!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
108
109!EOC
110!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
111! MODEL  BFM - Biogeochemical Flux Model
112!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Note: See TracBrowser for help on using the repository browser.