pdf commit

parent 08e6a2e6
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
"Data obtained [here](https://scrippsco2.ucsd.edu/assets/data/atmospheric/stations/in_situ_co2/monthly/monthly_in_situ_co2_mlo.csv)\n", "Data obtained [here](https://scrippsco2.ucsd.edu/assets/data/atmospheric/stations/in_situ_co2/monthly/monthly_in_situ_co2_mlo.csv)\n",
"\n", "\n",
"\n", "\n",
"## 1. Import Data\n", "## Import Data\n",
"Check if the DATA has already been downloaded to avoid downloading the data at every execution . If not, it download it and import it." "Check if the DATA has already been downloaded to avoid downloading at every execution. If not, it download it and import it."
] ]
}, },
{ {
...@@ -1143,7 +1143,7 @@ ...@@ -1143,7 +1143,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## 2. Data formatting\n", "## Data formatting\n",
"\n", "\n",
"The raw data is not ready for analysis. \n", "The raw data is not ready for analysis. \n",
"The two first lines are used to comment the rows:\n", "The two first lines are used to comment the rows:\n",
...@@ -1156,7 +1156,9 @@ ...@@ -1156,7 +1156,9 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 3,
"metadata": {}, "metadata": {
"scrolled": true
},
"outputs": [ "outputs": [
{ {
"data": { "data": {
...@@ -2399,7 +2401,7 @@ ...@@ -2399,7 +2401,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## 3. Plotting the data\n", "## Plotting the data\n",
"\n", "\n",
"We are now able to plot the CO$_2$ concentration for every years." "We are now able to plot the CO$_2$ concentration for every years."
] ]
...@@ -2485,7 +2487,7 @@ ...@@ -2485,7 +2487,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## 4. Analysis\n", "## Analysis\n",
"\n", "\n",
"As shown in the previous plot, we can see a *high* frequency oscillation coupled to a slow increase.\n", "As shown in the previous plot, we can see a *high* frequency oscillation coupled to a slow increase.\n",
"\n", "\n",
...@@ -2570,7 +2572,7 @@ ...@@ -2570,7 +2572,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## 4. Result of the extrapolation\n", "## Result of the extrapolation\n",
"\n", "\n",
"Now that we are conviced by the $x^2$ fit, we can extrapolate the data for the year 2025." "Now that we are conviced by the $x^2$ fit, we can extrapolate the data for the year 2025."
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment