forked from PecanProject/pecan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker.sipnet.xml
67 lines (59 loc) · 1.24 KB
/
docker.sipnet.xml
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
<?xml version="1.0"?>
<pecan>
<outdir>/data/tests/sipnet</outdir>
<database>
<bety>
<driver>PostgreSQL</driver>
<user>bety</user>
<password>bety</password>
<host>postgres</host>
<dbname>bety</dbname>
<write>FALSE</write>
</bety>
</database>
<pfts>
<pft>
<name>temperate.coniferous</name>
</pft>
</pfts>
<meta.analysis>
<iter>3000</iter>
<random.effects>FALSE</random.effects>
<threshold>1.2</threshold>
<update>AUTO</update>
</meta.analysis>
<ensemble>
<variable>NPP</variable>
</ensemble>
<sensitivity.analysis>
<quantiles>
<sigma>-1</sigma>
<sigma>1</sigma>
</quantiles>
<variable>NPP</variable>
</sensitivity.analysis>
<model>
<type>SIPNET</type>
<revision>r136</revision>
</model>
<run>
<site>
<id>772</id>
</site>
<inputs>
<met>
<id>5000000005</id>
</met>
</inputs>
<start.date>2002-01-01 00:00:00</start.date>
<end.date>2005-12-31 00:00:00</end.date>
<dbfiles>pecan/dbfiles</dbfiles>
</run>
<host>
<name>localhost</name>
<rabbitmq>
<uri>amqp://guest:guest@rabbitmq/%2F</uri>
<queue>SIPNET_r136</queue>
</rabbitmq>
</host>
</pecan>