-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinput_oti2.xml
532 lines (491 loc) · 21.8 KB
/
input_oti2.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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<?xml version="1.0" encoding="UTF-8"?>
<pyreefcore xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- Simulation time structure -->
<time>
<!-- Simulation start time [a] -->
<start>0.</start>
<!-- Simulation end time [a] -->
<end>8500.</end>
<!-- Time step for carbonate module [a] -->
<tcarb>25.</tcarb>
<!-- Display interval [a] -->
<display>100.</display>
<!-- Stratigraphic layer interval [a] -->
<laytime>50.</laytime>
</time>
<!-- Community definition, initial population and position. -->
<habitats>
<!-- Initial depth relative to sea-level at start time [m].
Note: positive when below sea-level. -->
<depth>2.4</depth>
<!-- Number of Community to define. -->
<speciesNb>6</speciesNb>
<!-- Maximum population number. -->
<maxPopulation>10</maxPopulation>
<!-- Communitiy definition -->
<species>
<!-- Community name needs to be lower than 10 characters -->
<!-- Community Definition -->
<!-- Shallow assemblage -->
<name>W1-Shal</name>
<!-- Definition of intrinsic rate of increase/decrease of the
considered population of Community (Malthusian parameter). -->
<malthus>0.004</malthus>
<!-- Initial population number for considered Community. -->
<population>0.</population>
<!-- Community maximum production rate for considered Community [m/y]. -->
<production>0.011</production> <!-- prev, 12. current, 12-->
</species>
<!-- Community definition -->
<!-- Medium assemblage (6-20 m), similar to tabular/branching coral facies of Indo-Pacific. Represents growth at beginning of 'catch-up' reef -->
<species>
<!-- Community name needs to be lower than 10 characters -->
<name>W2-Mod</name>
<!-- Definition of intrinsic rate of increase/decrease of the
considered population of Community (Malthusian parameter). -->
<malthus>0.004</malthus>
<!-- Initial population number for considered Community. -->
<population>0.</population>
<!-- Community maximum production rate for considered Community [m/y]. -->
<production>0.012</production> <!-- prev, 16. current, 15 -->
</species>
<!-- Community definition -->
<!-- Deep assemblage (20-30 m), of domal/branching and encrusting types. Represents reef-drowning events -->
<species>
<!-- Community name needs to be lower than 10 characters -->
<name>W3-Deep</name>
<!-- Definition of intrinsic rate of increase/decrease of the
considered population of Community (Malthusian parameter). -->
<malthus>0.004</malthus>
<!-- Initial population number for considered Community. -->
<population>0.</population>
<!-- Community maximum production rate for considered Community [m/y]. -->
<production>0.009</production> <!-- prev, 10. current, 10-->
</species>
<!-- Community definition -->
<species>
<!-- Community name needs to be lower than 10 characters -->
<name>L1-Shal</name>
<!-- Definition of intrinsic rate of increase/decrease of the
considered population of Community (Malthusian parameter). -->
<malthus>0.004</malthus>
<!-- Initial population number for considered Community. -->
<population>0.</population>
<!-- Community maximum production rate for considered Community [m/y]. -->
<production>0.012</production> <!--prev, 11. current, 15.-->
</species>
<!-- Community definition -->
<species>
<!-- Community name needs to be lower than 10 characters -->
<name>L2-Mod</name>
<!-- Definition of intrinsic rate of increase/decrease of the
considered population of Community (Malthusian parameter). -->
<malthus>0.004</malthus>
<!-- Initial population number for considered Community. -->
<population>0.</population>
<!-- Community maximum production rate for considered Community [m/y]. -->
<production>0.015</production> <!-- prev, 15. current, 9.-->
</species>
<!-- Community definition -->
<species>
<!-- Community name needs to be lower than 10 characters -->
<name>L3-Deep</name>
<!-- Definition of intrinsic rate of increase/decrease of the
considered population of Community (Malthusian parameter). -->
<malthus>0.004</malthus>
<!-- Initial population number for considered Community. -->
<population>0.</population>
<!-- Community maximum production rate for considered Community [m/y]. -->
<production>0.009</production> <!-- prev, 9. current, 10.-->
</species>
<!-- Community matrix representing the interactions between community.
αij is the interaction coefficient among the community association i and j ,
(a particular case is αii, the interaction of one community association with itself).
Example on how to define the following community matrix of αij coefficients
with i the column and j the row:
-0.001 0.001 0. 0. 0.
-0.001 -0.001 0.001 0. 0.
0.0034 -0.001 -0.001 -0.02 0.004
0. 0. 0.001 -0.001 -0.001
0. 0. 0. 0.001 -0.001
-->
<communityMatrix>
<!-- Interaction for community 1 -->
<value col="0" row="0">-0.0005</value>
<value col="1" row="0">-0.0001</value>
<value col="2" row="0">0</value>
<value col="3" row="0">0</value>
<value col="4" row="0">0</value>
<value col="5" row="0">0</value>
<!-- Interaction for community 2 -->
<value col="0" row="1">-0.0001</value>
<value col="1" row="1">-0.0005</value>
<value col="2" row="1">-0.0001</value>
<value col="3" row="1">0</value>
<value col="4" row="1">0</value>
<value col="5" row="1">0</value>
<!-- Interaction for community 3 -->
<value col="0" row="2">0</value>
<value col="1" row="2">-0.0001</value>
<value col="2" row="2">-0.0005</value>
<value col="3" row="2">-0.0001</value>
<value col="4" row="2">0.</value>
<value col="5" row="2">0.</value>
<!-- Interaction for community 4 -->
<value col="0" row="3">0.</value>
<value col="1" row="3">0</value>
<value col="2" row="3">-0.0001</value>
<value col="3" row="3">-0.0005</value>
<value col="4" row="3">-0.0001</value>
<value col="5" row="3">0</value>
<!-- Interaction for community 5 -->
<value col="0" row="4">0</value>
<value col="1" row="4">0.</value>
<value col="2" row="4">0</value>
<value col="3" row="4">-0.0001</value>
<value col="4" row="4">-0.0005</value>
<value col="5" row="4">-0.0001</value>
<!-- Interaction for community 6 -->
<value col="0" row="5">0</value>
<value col="1" row="5">0</value>
<value col="2" row="5">0.</value>
<value col="3" row="5">0</value>
<value col="4" row="5">-0.0001</value>
<value col="5" row="5">-0.0005</value>
</communityMatrix>
<?ignore
<communityMatrix>
<!-- Interaction for community 1 -->
<value col="0" row="0">-0.0005</value>
<value col="1" row="0">-0.0003</value>
<value col="2" row="0">0</value>
<value col="3" row="0">-0.0003</value>
<value col="4" row="0">0</value>
<value col="5" row="0">0</value>
<!-- Interaction for community 2 -->
<value col="0" row="1">-0.0003</value>
<value col="1" row="1">-0.0005</value>
<value col="2" row="1">-0.0003</value>
<value col="3" row="1">0</value>
<value col="4" row="1">-0.0003</value>
<value col="5" row="1">0</value>
<!-- Interaction for community 3 -->
<value col="0" row="2">0</value>
<value col="1" row="2">-0.0003</value>
<value col="2" row="2">-0.0005</value>
<value col="3" row="2">-0.0003</value>
<value col="4" row="2">0.</value>
<value col="5" row="2">-0.0003</value>
<!-- Interaction for community 4 -->
<value col="0" row="3">-0.0003</value>
<value col="1" row="3">0</value>
<value col="2" row="3">-0.0003</value>
<value col="3" row="3">-0.0005</value>
<value col="4" row="3">-0.0003</value>
<value col="5" row="3">0</value>
<!-- Interaction for community 5 -->
<value col="0" row="4">0</value>
<value col="1" row="4">-0.0003</value>
<value col="2" row="4">0</value>
<value col="3" row="4">-0.0003</value>
<value col="4" row="4">-0.0005</value>
<value col="5" row="4">-0.0003</value>
<!-- Interaction for community 6 -->
<value col="0" row="5">0</value>
<value col="1" row="5">0</value>
<value col="2" row="5">-0.0003</value>
<value col="3" row="5">0</value>
<value col="4" row="5">-0.0003</value>
<value col="5" row="5">-0.0005</value>
</communityMatrix>
?>
</habitats>
<!-- Sea-level structure
The following methods can be used:
- a constant sea-level position for the entire simulation [m]
- a sea-level fluctuations curve (defined in a file)
-->
<sea>
<!-- Constant sea-level value [m] -->
<!--val>0.</val-->
<!-- Sea-level curve - (optional). The file is made of 2 columns:
- first column: the time in year (increasing order)
- second column: the sea-level position for the considered time [m]
For any given time in the simulation the sea-level is obtained by linear interpolation
-->
<curve>data/slossetal_8500.txt</curve>
</sea>
<!-- Ocean flow structure
The following methods can be used:
- a constant flow velocity for the entire simulation [m/d]
- a flow velocity fluctuations curve (defined in a file)
- a flow velocity function dependent of water depth
-->
<flow>
<!-- Constant velocity value [m/d] -->
<!--val>0.</val-->
<!-- Flow velocity curve - (optional). The file is made of 2 columns:
- first column: the time in year (increasing order)
- second column: the flow velocity for the considered time [m/d]
For any given time in the simulation the flow velocity is obtained by linear interpolation
-->
<!--curve>data/flow.csv</curve-->
<!-- Flow velocity function - (optional).
For any given time in the simulation the flow velocity is obtained from water depth evaluation
using either :
- a linear function (y=ax+b) or
- an exponential decay function based on 3 points fitting.
The points need to be specify below:
-->
<function>
<?ignore
<!--linear>
<fmax>20.</fmax>
<a>-0.33</a>
<b>20</b>
</linear-->
?>
<expdecay>
<!-- Values from Sebens et al., 2003 -->
<!-- WINDWARD MARGIN -->
<!-- LEEWARD MARGIN SCALED FOR SURFACE VELOCITY OF AVERAGE 20 -->
<!-- X coordinates (velocity) m/second -->
<fdvalue col="0" row="0">0.03</fdvalue> <!-- W=0.03, L= 0.015 m/s -->
<fdvalue col="1" row="0">0.05</fdvalue> <!-- W=0.05, L= 0.025 m/s -->
<fdvalue col="2" row="0">0.06</fdvalue> <!-- W=0.06, L= 0.03 m/s -->
<fdvalue col="3" row="0">0.13</fdvalue> <!-- W=0.13, L= 0.065 m/s -->
<fdvalue col="4" row="0">0.25</fdvalue> <!-- W=0.25, L= 0.125 m/s -->
<!-- Y coordinates (depth) m -->
<fdvalue col="0" row="1">25.</fdvalue>
<fdvalue col="1" row="1">15.</fdvalue>
<fdvalue col="2" row="1">10.</fdvalue>
<fdvalue col="3" row="1">3.</fdvalue>
<fdvalue col="4" row="1">0.</fdvalue>
<?ignore
<!-- WINDWARD MARGIN ESTIMATE -->
<!-- X coordinates (velocity) m/second -->
<fdvalue col="0" row="0">0.03</fdvalue> <!-- 0.24 m/s -->
<fdvalue col="1" row="0">0.05</fdvalue> <!-- 0.13 m/s -->
<fdvalue col="2" row="0">0.06</fdvalue> <!-- 0.06 m/s -->
<fdvalue col="3" row="0">0.13</fdvalue> <!-- 0.05 m/s -->
<fdvalue col="4" row="0">0.25</fdvalue> <!-- 0.03 m/s -->
<!-- Y coordinates (depth) m -->
<fdvalue col="0" row="1">25.</fdvalue>
<fdvalue col="1" row="1">15.</fdvalue>
<fdvalue col="2" row="1">10.</fdvalue>
<fdvalue col="3" row="1">3.</fdvalue>
<fdvalue col="4" row="1">0.</fdvalue>
<!-- Y coordinates (depth) m -->
<fdvalue col="0" row="1">25.</fdvalue>
<fdvalue col="1" row="1">15.</fdvalue>
<fdvalue col="2" row="1">10.</fdvalue>
<fdvalue col="3" row="1">3.</fdvalue>
<fdvalue col="4" row="1">2.</fdvalue>
?>
</expdecay>
</function>
</flow>
<!-- Siliciclastic input structure
The following methods can be used:
- a constant sediment influx for the entire simulation [m/y]
- a sediment influx fluctuations curve (defined in a file)
- a sediment influx function dependent of water depth
-->
<sedinput>
<!-- Constant velocity value [m/d] -->
<!--val>1.e-7</val-->
<!-- Flow velocity curve - (optional). The file is made of 2 columns:
- first column: the time in year (increasing order)
- second column: the flow velocity for the considered time [m/d]
For any given time in the simulation the flow velocity is obtained by linear interpolation
-->
<!--curve>data/sedinput.csv</curve -->
<!-- Sediment input function - (optional).
For any given time in the simulation the sediment input is obtained from water depth evaluation
using either :
- a linear function (y=ax+b) or
- an exponential decay function based on 3 points fitting.
The points need to be specify below:
-->
<function>
<!--Windward Curve -->
<!-- A = -3e5, B = 30, intercept at 1.0e-4 -->
<!-- Windward curve as 4x less sedimentation than leeward-->
<linear>
<!-- WINDWARD -->
<dmax>30.</dmax>
<a>15000.</a> <!-- Max Sed = 0.008 m/y, intercepts = (0.004,0) (0.008,30)-->
<b>-15.</b>
</linear>
<?ignore
<linear>
<!-- WINDWARD -->
<dmax>30.</dmax>
<a>10000.</a> <!-- Max Sed = 0.008 m/y, intercepts = (0.004,0) (0.008,30)-->
<b>-10.</b>
<!-- LEEWARD -->
<dmax>30.</dmax>
<a>-15000.</a> <!-- Max Sed = 0.008 m/y, intercepts = (0.004,0) (0.008,30)-->
<b>60.</b>
</linear>
<!-- Windward Curve -->
<a>10000000.</a> <!-- Max Sed = 3e-6 m/d or ~1.1 m/kyr-->
<b>0.</b>
<!-- Leeward Curve -->
<linear>
<a>-10000000.</a>
<b>30.</b>
</linear>
<expdecay>
<!-- X coordinates (sediment input) m/d -->
<sdvalue col="0" row="0">1.e-5</sdvalue>
<sdvalue col="1" row="0">5.e-5</sdvalue>
<sdvalue col="2" row="0">1.e-4</sdvalue>
<!-- Y coordinates (depth) m -->
<sdvalue col="0" row="1">30.</sdvalue>
<sdvalue col="1" row="1">5.</sdvalue>
<sdvalue col="2" row="1">0.</sdvalue>
</expdecay>
?>
</function>
</sedinput>
<!-- Combining environmental parameters and carbonate production structure.
The influence functions for each environmental factor (water depth, flow velocity, and sediment input)
are used to model the interaction between Community and their environment. For the sake of simplicity,
these functions have a trapezoidal shape that the user can define through four points [A,B,C,D].
A is the minimal value below which the Community cannot live. Points B and C define the range where
the Community has the best conditions for development. D is the value over which the Community cannot live.
The function is linearly interpolated between these points.
This is optional.
-->
<envishape>
<!-- Definition of water depth shape function influencing each Community [m].
Min.[A] Opt.1 [B] Opt.2 [C] Max. [D]
Community1 0. 1. 6. 8.
Community2 1. 6. 20. 30.
Community3 10. 20. 30. 60.
-->
<!-- ========================EXAMPLE======================== -->
<!-- Definition of water depth shape function influencing each Community [m].
Min.[A] Opt.1 [B] Opt.2 [C] Max. [D]
Community1 1. 2. 20. 50.
Community2 1. 10. 40. 165.
Community3 5. 50. 70. 150.
Community4 1. 50. 160. 200.
Community5 0. 2. 50. 200.
-->
<depthshape>
<!-- Definition of point A, B, C and D for first Community -->
<dvalue col="0" row="0">0.</dvalue>
<dvalue col="1" row="0">0.</dvalue>
<dvalue col="2" row="0">6.</dvalue>
<dvalue col="3" row="0">12.</dvalue>
<!-- Definition of point A, B, C and D for second Community -->
<dvalue col="0" row="1">4.</dvalue>
<dvalue col="1" row="1">6.</dvalue>
<dvalue col="2" row="1">20.</dvalue>
<dvalue col="3" row="1">22.</dvalue>
<!-- Definition of point A, B, C and D for third Community -->
<dvalue col="0" row="2">18.</dvalue>
<dvalue col="1" row="2">20.</dvalue>
<dvalue col="2" row="2">30.</dvalue>
<dvalue col="3" row="2">32.</dvalue>
<!-- Definition of point A, B, C and D for fourth Community -->
<dvalue col="0" row="3">0.</dvalue>
<dvalue col="1" row="3">0.</dvalue>
<dvalue col="2" row="3">3.</dvalue>
<dvalue col="3" row="3">5.</dvalue>
<!-- Definition of point A, B, C and D for fifth Community -->
<dvalue col="0" row="4">4.</dvalue>
<dvalue col="1" row="4">6.</dvalue>
<dvalue col="2" row="4">20.</dvalue>
<dvalue col="3" row="4">22.</dvalue>
<!-- Definition of point A, B, C and D for sixth Community -->
<dvalue col="0" row="5">15.</dvalue>
<dvalue col="1" row="5">20.</dvalue>
<dvalue col="2" row="5">30.</dvalue>
<dvalue col="3" row="5">32.</dvalue>
</depthshape>
<!-- Definition of flow velocity shape function influencing each Community [m/d].
Min.[A] Opt.1 [B] Opt.2 [C] Max. [D]
Community1 1. 1. 39. 40.
Community2 0. 0. 39. 40.
Community3 1.5 1.5 25. 40.
Community4 0. 0. 2. 3.
Community5 0. 2. 3. 5.
-->
<flowshape>
<!-- WINDWARD MARGIN -->
<!-- Definition of point A, B, C and D for first Community -->
<fvalue col="0" row="0">0.05</fvalue> <!-- metres/second -->
<fvalue col="1" row="0">0.06</fvalue>
<fvalue col="2" row="0">0.25</fvalue>
<fvalue col="3" row="0">0.25</fvalue>
<!-- Definition of point A, B, C and D for Community 2 -->
<fvalue col="0" row="1">0.</fvalue>
<fvalue col="1" row="1">0.05</fvalue>
<fvalue col="2" row="1">0.08</fvalue>
<fvalue col="3" row="1">0.12</fvalue>
<!-- Definition of point A, B, C and D for Community 3 -->
<fvalue col="0" row="2">0.</fvalue>
<fvalue col="1" row="2">0.</fvalue>
<fvalue col="2" row="2">0.04</fvalue>
<fvalue col="3" row="2">0.08</fvalue>
<!-- Definition of point A, B, C and D for Community 4 -->
<fvalue col="0" row="3">0.</fvalue>
<fvalue col="1" row="3">0.</fvalue>
<fvalue col="2" row="3">0.</fvalue>
<fvalue col="3" row="3">0.</fvalue>
<!-- Definition of point A, B, C and D for Community 5 -->
<fvalue col="0" row="4">0.</fvalue>
<fvalue col="1" row="4">0.</fvalue>
<fvalue col="2" row="4">0.</fvalue>
<fvalue col="3" row="4">0.</fvalue>
<!-- Definition of point A, B, C and D for Community 6 -->
<fvalue col="0" row="5">0.</fvalue>
<fvalue col="1" row="5">0.</fvalue>
<fvalue col="2" row="5">0.</fvalue>
<fvalue col="3" row="5">0.</fvalue>
</flowshape>
<!-- Definition of sedimentation shape function influencing each Community [m/d].
Min.[A] Opt.1 [B] Opt.2 [C] Max. [D]
Community1 0.001 0.0015 0.003 0.004
Community2 0.003 0.004 0.005 0.006
Community3 0.0008 0.001 0.0015 0.002
Community4 0.002 0.004 0.005 0.0055
Community5 0.001 0.005 0.008 0.01
-->
<sedshape>
<!-- Definition of point A, B, C and D for Community 1 -->
<svalue col="0" row="0">0.</svalue> <!-- 0.1 m/s -->
<svalue col="1" row="0">0.</svalue> <!-- 0.1 m/s -->
<svalue col="2" row="0">0.0016</svalue> <!-- 0.1 m/s -->
<svalue col="3" row="0">0.003</svalue> <!-- 0.1 m/s -->
<!-- Definition of point A, B, C and D for Community 2 -->
<svalue col="0" row="1">0.0015</svalue>
<svalue col="1" row="1">0.0015</svalue>
<svalue col="2" row="1">0.0024</svalue>
<svalue col="3" row="1">0.0030</svalue>
<!-- Definition of point A, B, C and D for Community 3 -->
<svalue col="0" row="2">0.0023</svalue>
<svalue col="1" row="2">0.0026</svalue>
<svalue col="2" row="2">0.004</svalue>
<svalue col="3" row="2">0.0045</svalue>
<!-- Definition of point A, B, C and D for Community 4 -->
<svalue col="0" row="3">0.</svalue>
<svalue col="1" row="3">0.</svalue>
<svalue col="2" row="3">0.</svalue>
<svalue col="3" row="3">0.</svalue>
<!-- Definition of point A, B, C and D for Community 5 -->
<svalue col="0" row="4">0.</svalue>
<svalue col="1" row="4">0.</svalue>
<svalue col="2" row="4">0.</svalue>
<svalue col="3" row="4">0.</svalue>
<!-- Definition of point A, B, C and D for Community 6 -->
<svalue col="0" row="5">0.</svalue>
<svalue col="1" row="5">0.</svalue>
<svalue col="2" row="5">0.</svalue>
<svalue col="3" row="5">0.</svalue>
</sedshape>
</envishape>
</pyreefcore>