Skip to content

Commit

Permalink
Added cloud feedback section
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahzafar committed Jun 13, 2024
1 parent db55738 commit b7aea48
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions notebooks/foundations/energy-balance-model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,21 +95,37 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Your first content section"
"## 4. Cloud Feedback"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is where you begin your first section of material, loosely tied to your objectives stated up front. Tie together your notebook as a narrative, with interspersed Markdown text, images, and more as necessary,"
"The cloud feedback mechanism is the most complex feedback discussed in this tutorial. This is because clouds interact with both shortwave (SW) and longwave (LW) radiation and exert varying radiative effects depending on their properties (cloud type, height, optical depth, liquid and ice water content, particule sizes, etc)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"![High cloud versus low cloud radiative effects](../images/2-whycloudsare.jpg)<br>\n",
"[Credit: Paulo Ceppi](https://phys.org/news/2020-09-clouds-piece-climate-puzzle.html)"
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello world!\n"
]
}
],
"source": [
"# as well as any and all of your code cells\n",
"print(\"Hello world!\")"
Expand Down
Binary file added notebooks/images/2-whycloudsare.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b7aea48

Please sign in to comment.