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.
PelBac.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/PelBac.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: 2.8 KB
Line 
1!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2! MODEL  BFM - Biogeochemical Flux Model
3!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4!BOP
5!
6! !ROUTINE: PelBac
7!
8! DESCRIPTION
9!   List of parameters values
10!
11! !AUTHORS
12!   the BFM team
13!
14! COPYING
15!   
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!
32!  p_version:      Switch for DOM uptake parameterization
33!        :      p_version=1 Polimene et al., 2006
34!        :      p_version=2 <BFM> standard version
35!  p_q10:    Q10-value (temperature dependency)
36!  p_chdo:      Michaelis const for O2 dependence (mmol/m3)
37!  p_sd:     Independent specific mortality (1/d)
38!  p_sd2:    Density dependent mortality (value: 0.009) (1/d)
39!  p_suR1:      Specific potential DOM availability (1/d)
40!  p_suR2:      Specific potential DOM availability (1/d)
41!  p_suR6:      Availability of POM (1/d)
42!  p_sum:    Specific potential uptake (1/d)
43!  p_pu_ra:     Activity respiration (-)
44!  p_pu_ra_o:      Decrease in Ass. efficiency at low O2 conc (-).
45!  p_srs:    Specific rest respiration (1/day)
46!  p_qnc:    Optimal N/C ratio (model units) 45:9:1
47!  p_qpc:    Optimal P/C ratio (model units) C:N:P
48!  p_qlnc:      Minimal N/C ratio (model units) 45:9:1 <BFM>
49!  p_qlpc:      Minimal P/C ratio (model units) C:N:P (BFM>
50!  p_qun:    nutrient affinity ( mmol/mgC/day) <BFM>
51!  p_qup:    nutrient affinity ( mmol/mgC/day) <BFM>
52!  p_lN4:    ammonium conc. at which nutrate uptake are equal (BFM)
53!  p_pu_ea_R7:   excretion of reg. org. met. (-) <POLIMENE>
54
55&PelBac_parameters
56  p_version = 2
57      p_q10 = 2.95
58     p_chdo = 30.0
59       p_sd = 0.0
60      p_sd2 = 0.009
61    p_suhR1 = 0.5
62    p_sulR1 = 0.25
63     p_suR2 = 0.05
64     p_suR6 = 0.02
65      p_sum = 8.4
66    p_pu_ra = 0.6
67  p_pu_ra_o = 0.2
68 p_pu_ea_R7 = 0.015
69      p_srs = 0.01
70      p_qpc = 1.9d-3
71    p_qlpc  = 9.5d-4
72      p_qnc = 1.2d-2
73     p_qlnc = 6.0d-3
74      p_qun = 0.050
75      p_qup = 0.0050,
76      p_lN4 = 0.05
77/
78!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
79!END namelist
80!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
81!EOP
82!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
83! MODEL  BFM - Biogeochemical Flux Model
84!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Note: See TracBrowser for help on using the repository browser.