Skip to content

Commit 921884a

Browse files
committed
add files
0 parents  commit 921884a

File tree

372 files changed

+2781
-0
lines changed

Some content is hidden

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

372 files changed

+2781
-0
lines changed

.gitattributes

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
*.fig binary
2+
*.mat binary
3+
*.mdl binary diff merge=mlAutoMerge
4+
*.mdlp binary
5+
*.mexa64 binary
6+
*.mexw64 binary
7+
*.mexmaci64 binary
8+
*.mlapp binary
9+
*.mldatx binary
10+
*.mlproj binary
11+
*.mlx binary
12+
*.p binary
13+
*.sfx binary
14+
*.sldd binary
15+
*.slreqx binary merge=mlAutoMerge
16+
*.slmx binary merge=mlAutoMerge
17+
*.sltx binary
18+
*.slxc binary
19+
*.slx binary merge=mlAutoMerge
20+
*.slxp binary
21+
22+
## Other common binary file types
23+
*.docx binary
24+
*.exe binary
25+
*.jpg binary
26+
*.pdf binary
27+
*.png binary
28+
*.xlsx binary
29+
30+
## Ignore HTML
31+
*.html linguist-detectable=false

ClimateVis.prj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<MATLABProject xmlns="http://www.mathworks.com/MATLABProjectFile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"/>

Data/GreenhouseGas/MaunaLoaCO2.csv

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
year,mean,unc
2+
1959,315.98,0.12
3+
1960,316.91,0.12
4+
1961,317.64,0.12
5+
1962,318.45,0.12
6+
1963,318.99,0.12
7+
1964,319.62,0.12
8+
1965,320.04,0.12
9+
1966,321.37,0.12
10+
1967,322.18,0.12
11+
1968,323.05,0.12
12+
1969,324.62,0.12
13+
1970,325.68,0.12
14+
1971,326.32,0.12
15+
1972,327.46,0.12
16+
1973,329.68,0.12
17+
1974,330.19,0.12
18+
1975,331.12,0.12
19+
1976,332.03,0.12
20+
1977,333.84,0.12
21+
1978,335.41,0.12
22+
1979,336.84,0.12
23+
1980,338.76,0.12
24+
1981,340.12,0.12
25+
1982,341.48,0.12
26+
1983,343.15,0.12
27+
1984,344.85,0.12
28+
1985,346.35,0.12
29+
1986,347.61,0.12
30+
1987,349.31,0.12
31+
1988,351.69,0.12
32+
1989,353.20,0.12
33+
1990,354.45,0.12
34+
1991,355.70,0.12
35+
1992,356.54,0.12
36+
1993,357.21,0.12
37+
1994,358.96,0.12
38+
1995,360.97,0.12
39+
1996,362.74,0.12
40+
1997,363.88,0.12
41+
1998,366.84,0.12
42+
1999,368.54,0.12
43+
2000,369.71,0.12
44+
2001,371.32,0.12
45+
2002,373.45,0.12
46+
2003,375.98,0.12
47+
2004,377.70,0.12
48+
2005,379.98,0.12
49+
2006,382.09,0.12
50+
2007,384.02,0.12
51+
2008,385.83,0.12
52+
2009,387.64,0.12
53+
2010,390.10,0.12
54+
2011,391.85,0.12
55+
2012,394.06,0.12
56+
2013,396.74,0.12
57+
2014,398.87,0.12
58+
2015,401.01,0.12
59+
2016,404.41,0.12
60+
2017,406.76,0.12
61+
2018,408.72,0.12
62+
2019,411.66,0.12
63+
2020,414.24,0.12
64+
2021,416.45,0.12

Data/GreenhouseGas/MethaneData.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
year mean unc
2+
1984 1644.68 0.67
3+
1985 1657.28 0.51
4+
1986 1670.08 0.79
5+
1987 1682.71 0.51
6+
1988 1693.19 0.55
7+
1989 1704.54 0.52
8+
1990 1714.42 0.68
9+
1991 1724.85 0.65
10+
1992 1735.51 0.61
11+
1993 1736.49 0.47
12+
1994 1742.06 0.62
13+
1995 1748.80 0.54
14+
1996 1751.46 0.64
15+
1997 1754.54 0.42
16+
1998 1765.54 0.67
17+
1999 1772.39 0.58
18+
2000 1773.37 0.77
19+
2001 1771.20 0.55
20+
2002 1772.69 0.52
21+
2003 1777.31 0.53
22+
2004 1777.03 0.54
23+
2005 1774.14 0.58
24+
2006 1774.93 0.55
25+
2007 1781.39 0.59
26+
2008 1787.00 0.57
27+
2009 1793.54 0.69
28+
2010 1798.90 0.66
29+
2011 1803.11 0.66
30+
2012 1808.02 0.58
31+
2013 1813.39 0.68
32+
2014 1822.61 0.46
33+
2015 1834.25 0.52
34+
2016 1843.12 0.61
35+
2017 1849.67 0.69
36+
2018 1857.31 0.81
37+
2019 1866.60 0.56
38+
2020 1879.09 0.63
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)