-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
4,300 additions
and
0 deletions.
There are no files selected for viewing
87 changes: 87 additions & 0 deletions
87
docs/lectures/others/glacial_cycles/W10_assignment_glacial_cycles.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Glacial Cycle Assignment\n", | ||
"\n", | ||
"Your assignment is conduct spectral analysis on different portions of the Lisecki and Raymo (2005) benthic oxygen isotope data to determine the period of glacial-interglacial cycles. Choose at least 4 different intervals to look at with each analyzed interval being >500,000 years. A good place to start will be to look at data from the 800,000 years and compare it to data from the 800,000 to 1,600,000 year (remember 1000 years ago is 1 ka).\n", | ||
"\n", | ||
"Go ahead and filter the data between for these different times, plot the data and determine what frequencies have significant spectral power. **(12 points)**" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"After you have done your analysis, you will find that there are different periods for the more recent glacial-interglacial cycles than the more recent ones. \n", | ||
"\n", | ||
"When did this transition happen? **(2 points)**\n", | ||
"\n", | ||
"*write answer here*\n", | ||
"\n", | ||
"What is the period of the more recent glacial-interglacial cycles? What orbital forcing might it correspond to? **(2 points)**\n", | ||
"\n", | ||
"*write answer here*\n", | ||
"\n", | ||
"What is the period of the more ancient glacial-interglacial cycles? What orbital forcing might it correspond to? **(2 points)**\n", | ||
"\n", | ||
"*write answer here*\n", | ||
"\n", | ||
"This change in glacial-interglacial cycle period is often called the mid-Pleistocene transition. Using Google Scholar, find a paper that presents a hypothesis for what caused the transition. Provide the reference here and write a paragraph summarizing the hypothesis **(6 points)**\n", | ||
"\n", | ||
"*write answer here*" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3 (ipykernel)", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.9.13" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 4 | ||
} |
Oops, something went wrong.