Skip to content

Commit

Permalink
Trivial changes to notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose committed Jan 13, 2015
1 parent f007abf commit 83de143
Showing 1 changed file with 51 additions and 4 deletions.
55 changes: 51 additions & 4 deletions courseware/Introducing the Column Model.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:38c2ebd5f9d1c7837a143191165ec300cb40977406ed5671b3ecf786cab0a2a7"
"signature": "sha256:691ccae06f2e23984af9f03811134397f09d9fe16458c90cef4d5485a3e6a478"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -122,7 +122,18 @@
],
"language": "python",
"metadata": {},
"outputs": [],
"outputs": [
{
"ename": "ImportError",
"evalue": "No module named ColumnModel",
"output_type": "pyerr",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m\n\u001b[0;31mImportError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m<ipython-input-2-5933880538c1>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mimport\u001b[0m \u001b[0mColumnModel\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[0;31mImportError\u001b[0m: No module named ColumnModel"
]
}
],
"prompt_number": 2
},
{
Expand Down Expand Up @@ -650,7 +661,14 @@
"stream": "stdout",
"text": [
"Integrating for 109 steps or 0.3 years.\n",
"Total elapsed time is 0.355928203258 years.\n",
"Total elapsed time is 0.355928203258 years."
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"\n",
"287.809196108\n"
]
}
Expand Down Expand Up @@ -685,7 +703,14 @@
"stream": "stdout",
"text": [
"Integrating for 109 steps or 0.3 years.\n",
"Total elapsed time is 0.654360312144 years.\n",
"Total elapsed time is 0.654360312144 years."
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"\n",
"287.846465832\n"
]
}
Expand Down Expand Up @@ -806,6 +831,28 @@
"The following will increase the emissivity / absorptivity of each layer by 10%, which is analagous to an increase in greenhouse gases in the atmosphere:"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"print mycolumn.eps\n",
"print mycolumn.LWtrans"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"0.477374247427\n",
"{'atm2space': array([ 0.52262575, 1. ]), 'absorb': array([ 0.47737425, 0.47737425]), 'atm2atm': array([[ 0., 1.],\n",
" [ 1., 0.]]), 'sfc2space': 0.27313767725282423, 'sfc2atm': array([ 1. , 0.52262575]), 'trans': array([ 0.52262575, 0.52262575])}\n"
]
}
],
"prompt_number": 22
},
{
"cell_type": "code",
"collapsed": false,
Expand Down

0 comments on commit 83de143

Please sign in to comment.