Skip to content

Commit

Permalink
Merge pull request #22 from rytam2/make-Foundation1
Browse files Browse the repository at this point in the history
cleaned up notebook for foundation1
  • Loading branch information
rytam2 authored Jun 14, 2024
2 parents e01f560 + fe1c719 commit 0ba85e9
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions notebooks/foundations/energy-balance-model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"| TBD | Necessary | |\n",
"\n",
"\n",
"- **Time to learn**: 30 minutes?"
"- **Time to learn**: >30 minutes"
]
},
{
Expand All @@ -60,19 +60,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Imports\n",
"We will import commonly used scientific Python packages for this notebook."
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np \n",
"import xarray as xr \n",
"import matplotlib.pyplot as plt "
"## Radiative Budget Analysis"
]
},
{
Expand Down Expand Up @@ -216,7 +204,9 @@
"\n",
"If we include the planetary emissivity $\\epsilon$, we will get $\\lambda_{Planck} \\approx -3.3Wm^{-2}K^{-1}$, which is close to observations {cite:p}`dessler:2013a` and global climate models {cite:p}`caldwell:2016a`). \n",
"\n",
"Simply put, the more you heat, the more LW radiation go out.\n",
"**Simply put, the more you heat, the more LW radiation go out.**\n",
"\n",
"\n",
"[TO BE POLISHED]\n",
"*Kernel related: structural uncertainty in Planck feedback arises from differences in spatial pattern of surface warming and climatological distribution fo clodus and water vapor that determines planetary emissivity - affects radiative temperature kernel {cite:p}`sherwood:2020a`. \n",
"\n",
Expand Down Expand Up @@ -285,7 +275,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### 4. Cloud Feedback "
"### 5. Cloud Feedback "
]
},
{
Expand Down

0 comments on commit 0ba85e9

Please sign in to comment.