Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
1fd0fedd8db9807ffcad75ed85eb6ac3
mooc-rr
Commits
4fb164c8
Commit
4fb164c8
authored
Sep 06, 2023
by
1fd0fedd8db9807ffcad75ed85eb6ac3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pdf commit
parent
08e6a2e6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
exercice.ipynb
module3/exo3/exercice.ipynb
+9
-7
exercice.pdf
module3/exo3/exercice.pdf
+0
-0
No files found.
module3/exo3/exercice.ipynb
View file @
4fb164c8
...
@@ -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."
]
]
...
...
module3/exo3/exercice.pdf
0 → 100644
View file @
4fb164c8
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment