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

source: branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/PELAGOS_OFF/EXP00/MesoZoo.nml @ 3695

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

Updated to BFM-V5 and added PELAGOS_OFFLINE

File size: 2.5 KB
Line 
1!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2! MODEL  BFM - Biogeochemical Flux Model
3!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4!BOP
5!
6! !ROUTINE: MesoZoo
7!
8! DESCRIPTION
9!   List of parameters values
10!   for mem_MesoZoo filled by InitMesoZoo
11!
12! AUTHORS
13!   the BFM team
14!
15! COPYING
16!   Copyright (C) 2006 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!        :
33!        :      The variable Z3 represents carnivorous mesozooplankton and Z4 represents
34!        :      omnivorous mesozooplankton.
35!        :
36!  p_q10:    Doubling temperature
37!  p_srs:    Respiration rate at 10 degrees C
38!  p_sum:    Maximal productivity at 10 degrees C
39!  p_sd:     Background natural mortality
40!  p_vum:    Specific search volume
41!  p_puI_u:     Assimilation efficiency
42!  p_peI_R6:    Faeces production
43!  p_sdo:    Fractional density-dependent mortality
44!  p_sds:    Exponent of density-dependent mortality
45!  p_qpc:    Quotum phosphate
46!  p_qnc:    Quotum nitrate
47
48&MesoZoo_parameters
49!     Z3 Z4
50       p_q10 = 2.0,  2.0
51       p_srs = 0.01, 0.02
52        p_sd =    0.01, 0.01
53       p_sum =    1.6,  2.0
54       p_vum =    0.016,   0.008
55     p_puI_u =    0.8,  0.6
56    p_peI_R6 =    0.2,  0.4
57       p_sdo =    4.d-4,   4.d-4
58       p_sds =    2.0,  2.0
59       p_qpc =    1.67d-3,1.67d-3
60       p_qnc =    0.015,   0.015
61     p_clO2o =    30.0, 30.0
62!     P1 P2 P3 P4
63!  Z3
64 p_puPI(1,:) = 0.0,  0.0,  0.0,  0.0
65!  Z4
66 p_puPI(2,:) = 1.0,  0.25, 0.0,  0.0
67!     Z5 Z6
68!  Z3
69p_puMIZ(1,:) = 0.0,  0.0
70!  Z4
71p_puMIZ(2,:)=  1.0,  0.0,
72!     Z3 Z4
73!  Z3
74p_puMEZ(1,:)=  1.0,  1.0
75!  Z4
76p_puMEZ(2,:)=  0.0,  1.0
77
78/
79!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
80!END namelist
81!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
82
83!EOC
84!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
85! MODEL  BFM - Biogeochemical Flux Model
86!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Note: See TracBrowser for help on using the repository browser.