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

source: branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/PELAGOS_OFF/EXP00/MicroZoo.nml @ 3513

Last change on this file since 3513 was 3513, checked in by vichi, 11 years ago

Updated to BFM-V5 and added PELAGOS_OFFLINE

File size: 3.0 KB
Line 
1!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2! MODEL  BFM - Biogeochemical Flux Model
3!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4!BOP
5!
6! !ROUTINE: MicroZoo
7!
8! DESCRIPTION
9!   List of parameters values
10!   for mem_MicroZoo filled by InitMicroZoo
11!
12! AUTHORS
13!   the BFM team
14!
15! COPYING
16!   
17!   Copyright (C) 2006 P. Ruardij, M. Vichi
18!   (rua@nioz.nl, vichi@bo.ingv.it)
19!
20!   This program is free software; you can redistribute it and/or modify
21!   it under the terms of the GNU General Public License as published by
22!   the Free Software Foundation;
23!   This program is distributed in the hope that it will be useful,
24!   but WITHOUT ANY WARRANTY; without even the implied warranty of
25!   MERCHANTEABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26!   GNU General Public License for more details.
27!
28!EOP
29!-------------------------------------------------------------------------!
30!BOC
31!
32!
33!        :
34!        :      The variable Z5 represents microozooplankton and Z6 represents
35!        :      heterotrophic nanoflagellates (HNAN)
36!        :
37!  p_q10:    Q10 value
38!  p_srs:    Respiration rate at 10 degrees Celsius
39!  p_sum:    Max. rel daily uptake as a fraction of biomass
40!  p_sdo:    Mortality due to oxygen limitation
41!  p_sd:     Temperature independent mortality
42!  p_pu_ra:     Activity respiration
43!  p_pu_ea:     Activity excretion
44!  p_chro:      Oxygen saturation where respiration is 0.5
45!  p_chuc:      Food concentration where total uptake rate is 0.5
46!  p_minfood:      Concentration below which feeding on a particular
47!        :      foodsource is depressed
48!  p_qn_mz:     Maximum quotum P
49!  p_qp_mz:     Maximum quotum N
50!  p_suPI(P1):     /day   #relative P1 uptake by zoo
51!  p_suPI(P2):     /day   #relative P2 uptake by zoo
52!  p_suPI(P3):     /day   #relative P3 uptake by zoo
53!  p_suPI(P4):     /day   #relative P4 uptake by zoo
54!  p_suZI(Z5):     /day   #relative Z5 uptake by zoo
55!  p_suZI(Z6):     /day   #relative Z6 uptake by zoo
56!  p_suB1:      /day   #relative B1 uptake by zoo
57
58!        Z5 Z6
59&MicroZoo_parameters
60       p_q10 =    2.0,  2.0
61       p_srs =    0.02, 0.02
62       p_sum =    2.0,  10.0
63       p_sdo =    0.05, 0.05
64        p_sd =    0.0,  0.0
65     p_pu_ra =    0.25, 0.35
66     p_pu_ea =    0.25, 0.35
67      p_chro =    7.8,  7.8
68      p_chuc =    30.0, 100.0
69   p_minfood =    10.0, 50.0
70     p_qp_mz =    1.85d-3,1.85d-3
71     p_qn_mz =    1.67d-2,1.67d-2
72! Food matrix parameters: take care of the notation
73!     P1 P2 P3 P4
74!  Z5
75 p_suPI(1,:) = 0.0,  1.0,  0.1,  0.0
76!  Z6
77 p_suPI(2,:) = 0.0,  0.2,  1.0,  0.0
78!     Z5 Z6
79!  Z5
80 p_suZI(1,:) =    1.0,  1.0
81!  Z6
82 p_suZI(2,:) =    0.0,  0.2
83!     Z5 Z6
84      p_suB1 =    0.1,  1.0
85/
86!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
87!END namelist
88!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
89
90!EOC
91!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
92! MODEL  BFM - Biogeochemical Flux Model
93!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Note: See TracBrowser for help on using the repository browser.