Differences between revisions 10 and 11
Revision 10 as of 2010-06-22 16:04:54
Size: 3573
Comment:
Revision 11 as of 2010-06-22 16:09:58
Size: 3860
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
== Documentation and further reading == == Courses ==

 * [[http://wiki.zmaw.de/lehre/OpenSource2010|Open Source Scripting for Geo-Scientific Data Processing and Analysis]] by LarsKaleschke '''KlimaCampus Lecture'''
 
= Documentation and further reading =
Line 31: Line 35:
 * [[http://wiki.zmaw.de/lehre/OpenSource2010|Open Source Scripting for Geo-Scientific Data Processing and Analysis]] by LarsKaleschke '''KlimaCampus Lecture'''
Line 34: Line 37:
== Modules for Scientific Computing and Visualization == = Modules for Scientific Computing and Visualization =
Line 36: Line 39:
=== SciPy/NumPy === == SciPy/NumPy ==
Line 50: Line 53:
=== GDAL === == GDAL ==
Line 53: Line 56:
=== PyNGL PyNio === == PyNGL PyNio ==
Line 57: Line 60:
=== Python Interface to GrADS ===
== Python Interface to GrADS ==
Line 59: Line 63:
=== RPy === == RPy ==
Line 62: Line 66:
=== F2PY: Fortran to Python interface generator === == F2PY: Fortran to Python interface generator ==
Line 68: Line 72:
== Topical Modules == = Topical Modules =
Line 75: Line 79:
== Python and Climate == = Python and Climate =
Line 81: Line 85:
== Download (try this at home) == = Download (try this at home) =
Line 92: Line 96:

= 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

Python at KlimaCampus

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

ZMAW Settings

Python2.6.2 requires

module load R/2.7.0
module load Python/2.6.2

More ZMAW specific settings

Courses

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

IfmWiki: FrontPage/Python (last edited 2010-10-25 08:44:17 by LarsKaleschke)