Differences between revisions 8 and 9
Revision 8 as of 2012-07-12 12:42:42
Size: 5032
Comment:
Revision 9 as of 2012-10-09 13:33:57
Size: 5117
Comment:
Deletions are marked like this. Additions are marked like this.
Line 39: Line 39:
 * [[http://greenteapress.com/pythonhydro/pythonhydro.pdf | Python in Hydrology]]

Python at KlimaCampus

This page shall be a central help for ZMAW/KlimaCampus users of Python. Contact AlexLoew or LarsKaleschke for permission to edit this page. Please help to fill this page with useful information about Python for climate research and data analysis.

Why python rocks!

ZMAW Settings

SNOW, SQUALL:

module load python

Getting started ...

ZMAW internal ressources

External ressources / tutorials

Documentation and further reading

Modules for Scientific Computing and Visualization

SciPy/NumPy

pylab

Import the Basemap module

from mpl_toolkits.basemap import Basemap

GDAL

PyNGL PyNio

Python Interface to GrADS

RPy

F2PY: Fortran to Python interface generator

Calling Fortran code from python is easy!

Fortran to Python

Topical Modules

More topical software can be found at http://scipy.org/Topical_Software

Python and Climate

Download (try this at home)

A basic system for scientific computing consists of Python, ipython, numpy/scipy, pylab, and an editor of your choice

The python(x,y) distribution contains all that above.

Literature

  • Python Scripting for Computational Science, Hans Petter Langtangen, Springer (available in the ZMAW library)
  • Matplotlib for Python Developers - Build remarkable publication quality plots the easy way, Sandro Tosi, Packt Publishing, Birmingham - Mumbai, 2009
  • Principles of Planetary Climate (RAYMOND T. PIERREHUMBERT) includes a large collection of Python examples

LehreWiki: PythonCourse (last edited 2015-03-12 16:36:16 by anonymous)