Lecture notes

The course makes extensive use of the IPython notebook format for interactive notes, code examples and reproducible calculations.

I am making my notes available as a set of hyperlinked notebooks.
The notebook repository is hosted on github.

To view the latest versions of the notes as static web pages:
See them rendered on nbviewer here

For a more interactive experience, you should run the notebooks on your own computer. Make a local copy of the whole repository on your computer by entering
git clone git://github.com/brian-rose/ClimateModeling_courseware.git
on your favorite command line. (This requires that git is installed on your computer).

The repository will be continually updated through the semester. To update your local copy to the latest version, just enter this:
git pull origin master

Here, for posterity, is a complete set of notes for Spring 2015 as static web pages:
http://www.atmos.albany.edu/facstaff/brose/classes/ATM623_Spring2015/Notes/index.html