-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathspecies.json
57 lines (57 loc) · 1.12 KB
/
species.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
{
"camp-data" : [
{
"type" : "RELATIVE_TOLERANCE",
"value" : 1.0e-4
},
{
"name" : "M",
"type" : "CHEM_SPEC",
"tracer type" : "CONSTANT"
},
{
"name" : "Ar",
"type" : "CHEM_SPEC",
"absolute tolerance" : 1.0e-12
},
{
"name" : "CO2",
"type" : "CHEM_SPEC",
"absolute tolerance" : 1.0e-12
},
{
"name" : "H2O",
"type" : "CHEM_SPEC",
"absolute tolerance" : 1.0e-12
},
{
"name" : "N2",
"type" : "CHEM_SPEC",
"absolute tolerance" : 1.0e-12,
"molecular weight [kg mol-1]" : 0.0280134,
"__custom string property" : "foo",
"__custom int property" : 12,
"__custom bool property" : true
},
{
"name" : "O1D",
"type" : "CHEM_SPEC",
"absolute tolerance" : 1.0e-12
},
{
"name" : "O",
"type" : "CHEM_SPEC",
"absolute tolerance" : 1.0e-12
},
{
"name" : "O2",
"type" : "CHEM_SPEC",
"absolute tolerance" : 1.0e-12
},
{
"name" : "O3",
"type" : "CHEM_SPEC",
"absolute tolerance" : 1.0e-12
}
]
}