Projects tagged ‘climate’ and ‘fortran’


[3 total ]

0 Users

This is the Clear Climate Code project, reimplementing GISTEMP in Python for clarity. See http://clearclimatecode.org/
Created 12 months ago.

0 Users

Scripts for oceanography, meteorology and climatology research studiesHere are a set of scripts for Matlab, shell, Fortran, etc I use to make my life easier in geophysical fluid research. Check the ... [More] dedicated webpage with all the doc here Browse the svn in the source tab to look at the undocumented stuff: http://code.google.com/p/guillaumemaze/source/browse/trunk [Less]
Created 12 months ago.

0 Users

PyMCT Start PageIntroductionPyMCT consists of a suite of software packages necessary to build and run a Python Coupler like PyCCSM. MCT is a high performance regridding and parallel communication ... [More] package designed to address issues of coupling multiple scientific models on different scales and grids to one another. ArchitectureSystem OverviewPyMCT wraps the Fortran 90 MCT library and makes it available to Python Programmers. This wrapping is not normally possible due to complex issues with the many different interpretations of the Fortran 90 standard. However, a powrful tool, the CCA Babel project allowed us to address these issues and completely wrap the MCT functionality into Python. ComponentsThe following components are necessary to build and use MCT and PyMCT MCTFortran 90 Compiler MPI (we use MPICH2) BabelC, Java, and Fortran compilers ( Portland Group Fortran is NOT supported! ) Python Interpreter Chasm Numpy or Numeric Python array packages Python MPIThere are a number of Python bindings to MPI out there, but the only one that completely meets the requirements of our package is our own solution, MaroonMPI. Depending on your application you may have reasonable success with other bindings. NetCDFConfiguration and InstallationPlease see our InstallPyMCT page. [Less]
Created 12 months ago.