GEOS GCM Documentation and Access: Difference between revisions
→Checking Out GEOS-5 AGCM using subversion: Update for 54p3 |
→Checking Out GEOS-5 AGCM using subversion: New section |
||
Line 3: | Line 3: | ||
== Checking Out GEOS-5 AGCM using subversion == | == Checking Out GEOS-5 AGCM using subversion == | ||
The commands below assume that you have a svn client installed on your machine | The commands below assume that you have a svn client installed on your machine. | ||
The first thing you need to do is to register in the GEOS5 trac system using the following link: | The first thing you need to do is to register in the GEOS5 trac system using the following link: | ||
Line 16: | Line 16: | ||
You can create tickets through the trac system and contribute to the code. | You can create tickets through the trac system and contribute to the code. | ||
== Building GEOS-5 == | |||
In order to compile GEOS-5 AGCM, you will need a variety of programs. An F90 compiler (Intel, PGI, and GCC are tested) and an MPI stack (Open MPI, Intel MPI, MVAPICH2, and SGI MPT have been tested). Beyond that, you'll also need the GMAO Baselibs, a collection of base libraries for GEOS-5 which include HDF5, netCDF-C, netCDF-Fortran, ESMF, and more. Note that while these can be built individually, GEOS-5 at present expects the libraries to be bundled in a specific way (directory-wise) to work. | |||
== Boundary Conditions == | == Boundary Conditions == |