Skip to content

Commit 89558f7

Browse files
Adding bacon age models.
1 parent 40de5bb commit 89558f7

121 files changed

Lines changed: 50986 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ yoursession.RData
3333
Icon
3434

3535
# Specific Files for pushing to Git
36-
data-raw/bacon_age_models
36+
data-raw/bacon_age_models/individual_cores/ignore
3737
vignettes/data/full_reconstruction_output_FINAL.rds
3838

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
dataset.id,site.id,site.name,depth,min,max,median,mean
2+
14547,9814,Alpine Pond,0,-58,-25,-42,-42
3+
14547,9814,Alpine Pond,10,-35,268,45,64
4+
14547,9814,Alpine Pond,15,-31,424,88,117
5+
14547,9814,Alpine Pond,20,-27,578,131,170
6+
14547,9814,Alpine Pond,25,3,628,188,223
7+
14547,9814,Alpine Pond,30,23,701,245,275
8+
14547,9814,Alpine Pond,35,37,797,297,328
9+
14547,9814,Alpine Pond,40,50,907,347,381
10+
14547,9814,Alpine Pond,45,94,951,405,435
11+
14547,9814,Alpine Pond,50,126,1002,465,488
12+
14547,9814,Alpine Pond,55,147,1084,518,542
13+
14547,9814,Alpine Pond,60,161,1190,571,595
14+
14517,9814,Alpine Pond,40,50,907,347,381
15+
14517,9814,Alpine Pond,50,126,1002,465,488
16+
14517,9814,Alpine Pond,61,176,1200,579,606
17+
14517,9814,Alpine Pond,70,250,1278,679,699
18+
14517,9814,Alpine Pond,80,302,1435,782,803
19+
14517,9814,Alpine Pond,90,408,1506,889,907
20+
14517,9814,Alpine Pond,100,476,1657,997,1011
21+
14517,9814,Alpine Pond,110,584,1738,1103,1118
22+
14517,9814,Alpine Pond,120,641,1872,1211,1225
23+
14517,9814,Alpine Pond,130,747,1936,1323,1329
24+
14517,9814,Alpine Pond,140,822,2070,1426,1434
25+
14517,9814,Alpine Pond,150,945,2159,1537,1539
26+
14517,9814,Alpine Pond,160,1027,2274,1645,1645
27+
14517,9814,Alpine Pond,170,1146,2356,1754,1753
28+
14517,9814,Alpine Pond,180,1227,2476,1859,1860
29+
14517,9814,Alpine Pond,190,1353,2538,1966,1963
30+
14517,9814,Alpine Pond,200,1428,2623,2069,2065
31+
14517,9814,Alpine Pond,210,1585,2708,2179,2172
32+
14517,9814,Alpine Pond,220,1675,2809,2287,2278
33+
14517,9814,Alpine Pond,230,1845,2882,2389,2383
34+
14517,9814,Alpine Pond,240,1957,2985,2495,2488
35+
14517,9814,Alpine Pond,250,2149,3045,2593,2591
36+
14517,9814,Alpine Pond,260,2266,3130,2708,2694
37+
14517,9814,Alpine Pond,270,2356,3279,2797,2794
38+
14517,9814,Alpine Pond,280,2410,3494,2878,2894
39+
14517,9814,Alpine Pond,290,2480,3621,2983,2997
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
FileName,site.name,site.id,dataset.id
2+
alpinepond,Alpine Pond,9814,14547
3+
bearlake,Bear Lake,10000,14951
4+
beefpasture,Beef Pasture,246,250
5+
beefpasture2005,Beef Pasture,246,25551
6+
cascadefen,Cascade Fen [Engineer Mountain Bog],339,347
7+
chihuahueñosbog,Chihuahue–os Bog,13680,20833
8+
columbineranchfen,Columbine Ranch Fen,486,498
9+
comolake,Como Lake,2957,3056
10+
cranelake,Crane Lake,504,517
11+
cumbresbog,Cumbres Bog,11617,17419
12+
fracaslake,Fracas Lake,9997,14944
13+
haylake,Hay Lake,982,1013
14+
headlake,Head Lake,2955,3054
15+
hermitlake,Hermit Lake,23930,41580
16+
hospitalflatmeadow,Hospital Flat Meadow,26738,46801
17+
hunterslake,Hunters Lake,13486,20304
18+
jacoblake,Jacob Lake,1127,1162
19+
lakeemma,Lake Emma,10061,15106
20+
leonoracurtin,Leonora Curtin,14632,22948
21+
lowdercreekbog,Lowder Creek Bog,9830,14549
22+
molaslake,Molas Lake,1705,1761
23+
molaspassbog,Molas Pass Bog,1706,1762
24+
montezumawell,Montezuma Well,1710,1766
25+
posylake,Posy Lake,1905,1970
26+
potatolake1,Potato Lake,1906,3560
27+
potatolake2,Potato Lake,1906,3561
28+
purplelake,Purple Lake,13683,20838
29+
sanagustinplains,San Agustin Plains,2260,3612
30+
sanluislake,San Luis Lake,9878,14650
31+
soldiercreekmeadow,Soldier Creek Meadow,24232,42645
32+
stewartbog,Stewart Bog,10191,15356
33+
stonemanlake,Stoneman Lake,10449,15967
34+
twinlakes,Twin Lakes,2785,2880
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
labID, age, error, depth,cc
2+
surface,-42,6,0,0
3+
Beta-54270,2640,130,260,1
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Ran on Tue Jun 6 09:31:27 2023
2+
3+
Cal 0 : ConstCal;
4+
Cal 1 : IntCal20 , 0 ;
5+
Cal 2 : Marine20 ;
6+
Cal 3 : SHCal20 , 0 ;
7+
8+
## id. age std depth delta.R delta.STD t.a t.b cc
9+
Det 0 : surface , -42, 6, 0, 0, 0, 3, 4, 0;
10+
Det 1 : Beta-54270 , 2640, 130, 260, 0, 0, 3, 4, 1;
11+
Det 2 : NA , 2640, 2640000, 290, 0, 0, 3, 4, 1;
12+
13+
## K MinAge MaxAge th0 th0p w.a w.b alpha beta dmin dmax seed
14+
Bacon 0: FixT, 16, -73, 1e+06, -37, -34, 5, 5, 1.5, 0.15, 0, 320, 967461;

data-raw/bacon_age_models/individual_cores/alpinepond/alpinepond_16.out

Lines changed: 4000 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
depth min max median mean
2+
0 -58 -25 -42 -42
3+
10 -35 268 45 64
4+
15 -31 424 88 117
5+
20 -27 578 131 170
6+
25 3 628 188 223
7+
30 23 701 245 275
8+
35 37 797 297 328
9+
40 50 907 347 381
10+
45 94 951 405 435
11+
50 126 1002 465 488
12+
55 147 1084 518 542
13+
60 161 1190 571 595
14+
61 176 1200 579 606
15+
70 250 1278 679 699
16+
80 302 1435 782 803
17+
90 408 1506 889 907
18+
100 476 1657 997 1011
19+
110 584 1738 1103 1118
20+
120 641 1872 1211 1225
21+
130 747 1936 1323 1329
22+
140 822 2070 1426 1434
23+
150 945 2159 1537 1539
24+
160 1027 2274 1645 1645
25+
170 1146 2356 1754 1753
26+
180 1227 2476 1859 1860
27+
190 1353 2538 1966 1963
28+
200 1428 2623 2069 2065
29+
210 1585 2708 2179 2172
30+
220 1675 2809 2287 2278
31+
230 1845 2882 2389 2383
32+
240 1957 2985 2495 2488
33+
250 2149 3045 2593 2591
34+
260 2266 3130 2708 2694
35+
270 2356 3279 2797 2794
36+
280 2410 3494 2878 2894
37+
290 2480 3621 2983 2997
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
0
2+
10
3+
15
4+
20
5+
25
6+
30
7+
35
8+
40
9+
45
10+
50
11+
55
12+
60
13+
61
14+
70
15+
80
16+
90
17+
100
18+
110
19+
120
20+
130
21+
140
22+
150
23+
160
24+
170
25+
180
26+
190
27+
200
28+
210
29+
220
30+
230
31+
240
32+
250
33+
260
34+
270
35+
280
36+
290
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
0 #d.min
2+
260 #d.max
3+
1 #d.by
4+
1 #depths.file
5+
#slump
6+
10 #acc.mean
7+
1.5 #acc.shape
8+
0.5 #mem.mean
9+
10 #mem.strength
10+
NA #boundary
11+
NA #hiatus.depths
12+
10000 #hiatus.max
13+
10000 #hiatus.max
14+
0 #BCAD
15+
1 #cc
16+
0 #postbomb
17+
IntCal20 #cc1
18+
Marine20 #cc2
19+
SHCal20 #cc3
20+
ConstCal #cc4
21+
cm #depth.unit
22+
0 #normal
23+
3 #t.a
24+
4 #t.b
25+
0 #delta.R
26+
0 #d.STD
27+
0.95 #prob
28+
yr#age.unit

0 commit comments

Comments
 (0)