-
Notifications
You must be signed in to change notification settings - Fork 12
Climate modelling and diagnostics toolkit
License
rodrigo-caballero/CliMT-legacy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
**** CAUTION: THIS IS THE LEGACY BRANCH OF CLIMT. DEVELOPMENT HAS BEEN DISCONTINUED AS OF MID-2017 PLEASE GO TO THE CURRENT BRANCH https://github.com/CliMT/climt **** CliMT: Climate Modeling and Diagnostics Toolkit CliMT is a Python-based software component toolkit which provides a flexible, multi-purpose problem-solving environment geared to climate science problems. See http://people.su.se/~rcaba/climt for further details. Requirements: Python 2.4 or higher Numpy 1.0 or higher GNU gcc and a Fortran compiler Installation: Make sure that numpy is installed, and that the version of f2py on your path is the one installed by numpy. Then: python setup.py build will build the package using the default fortran compiler. For information on the compilers available on your platform: f2py -c --help-fcompiler To build with a different compiler: python setup.py build --fcompiler=<compiler> where <compiler> is one of the choices offered by f2py above. When the build is complete: python setup.py install --prefix=<dir where you want climt to live> You can also install the "lite" version of CliMT, used in Ray Pierrehumbert's book "Principles of Planetary Climate", by doing python setup.py install --lite Rodrigo Caballero ([email protected]) Feb 2012
About
Climate modelling and diagnostics toolkit
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published