forked from MalikJordan/GLOBE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tracers.json
126 lines (126 loc) · 4.11 KB
/
tracers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"bacterioplankton":{
"bac1":{
"long_name": "Aerobic/Anaerobic Bacteria",
"constituents": ["C", "N", "P"],
"units": ["mg C /m^3", "mmol N /m^3", "mmol P /m^3"]
}
},
"dissolved_organic_matter":{
"dom1":{
"long_name": "Labile Dissolved Organic Matter",
"constituents": ["C", "N", "P", "Fe"],
"units": ["mg C /m^3", "mmol N /m^3", "mmol P /m^3", "umol Fe /m^3"]
},
"dom2":{
"long_name": "Semi-Labile Dissolved Organic Matter",
"constituents": ["C"],
"units": ["mg C /m^3"]
},
"dom3":{
"long_name": "Semi-Refractory Dissolved Organic Matter",
"constituents": ["C"]
}
},
"inorganic":{
"O2":{
"long_name": "Oxygen",
"units": "mmol O2 /m^3"
},
"NO3":{
"long_name": "Nitrate",
"units": "mmol N /m^3"
},
"PO4":{
"long_name": "Phosphate",
"units": "mmol P /m^3"
},
"NH4":{
"long_name": "Ammonium",
"units": "mmol N /m^3"
},
"SiO2":{
"long_name": "Silicate",
"units": "mmol Si /m^3"
},
"Fe":{
"long_name": "Iron",
"units": "umol Fe /m^3"
},
"DIC":{
"long_name": "Dissolved Inorganic Carbon",
"units": "mg C /m^3"
},
"N2":{
"long_name": "Nitrogen Sink",
"units": "mmol N /m^3"
},
"CaCO3":{
"long_name": "Calcium Carbonate",
"units": "mg C /m^3"
},
"S":{
"long_name": "Sulfide",
"units": "mmol S /m^3"
}
},
"particulate_organic_matter":{
"pom1":{
"long_name": "Particulate Organic Detritus",
"constituents": ["C", "N", "P", "Si", "Fe"],
"units": ["mg C /m^3", "mmol N /m^3", "mmol P /m^3", "mmol Si /m^3", "umol Fe /m^3"]
}
},
"phytoplankton":{
"phyto1":{
"long_name": "Diatoms",
"size_class": "Microphytoplankton",
"constituents": ["C", "N", "P", "Chl", "Si", "Fe"],
"units": ["mg C /m^3", "mmol N /m^3", "mmol P /m^3", "mg Chl-a / m^3", "mmol Si /m^3", "umol Fe /m^3"]
},
"phyto2":{
"long_name": "Phototrophic Nanoflagellates",
"size_class": "Nanophytoplankton",
"constituents": ["C", "N", "P", "Chl", "Fe"],
"units": ["mg C /m^3", "mmol N /m^3", "mmol P /m^3", "mg Chl-a / m^3", "umol Fe /m^3"]
},
"phyto3":{
"long_name": "Cyanobacteria",
"size_class": "Picophytoplankton",
"constituents": ["C", "N", "P", "Chl", "Fe"] ,
"units": ["mg C /m^3", "mmol N /m^3", "mmol P /m^3", "mg Chl-a / m^3", "umol Fe /m^3"]
},
"phyto4":{
"long_name": "Dinoflagellates",
"size_class": "Microphytoplankton",
"constituents": ["C", "N", "P", "Chl", "Fe"],
"units": ["mg C /m^3", "mmol N /m^3", "mmol P /m^3", "mg Chl-a / m^3", "umol Fe /m^3"]
}
},
"zooplankton":{
"zoo1":{
"long_name": "Carnivorous Mesozooplankton",
"size_class": "Mesozooplankton",
"constituents": ["C", "N", "P"],
"units": ["mg C /m^3", "mmol N /m^3", "mmol P /m^3"]
},
"zoo2":{
"long_name": "Copepods",
"size_class": "Mesozooplankton",
"constituents": ["C", "N", "P"],
"units": ["mg C /m^3", "mmol N /m^3", "mmol P /m^3"]
},
"zoo3":{
"long_name": "Cilates",
"size_class": "Microzooplankton",
"constituents": ["C", "N", "P"],
"units": ["mg C /m^3", "mmol N /m^3", "mmol P /m^3"]
},
"zoo4":{
"long_name": "Heterotrophic Nanoflagellates",
"size_class": "Nanozooplankton",
"constituents": ["C", "N", "P"],
"units": ["mg C /m^3", "mmol N /m^3", "mmol P /m^3"]
}
}
}