Differences between revisions 9 and 10
Revision 9 as of 2012-10-09 13:33:57
Size: 5117
Comment:
Revision 10 as of 2012-10-25 20:11:44
Size: 5265
Comment:
Deletions are marked like this. Additions are marked like this.
Line 53: Line 53:

A good summary webpage how to use geospatial data (e.g. netCDF, GRIB) with python is given [[http://www.esr.org/~chjiang/python.html | here]].

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

A good summary webpage how to use geospatial data (e.g. netCDF, GRIB) with python is given here.

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)