GEOS-5 public AGCM Documentation: Difference between revisions
Jump to navigation
Jump to search
Denis.nadeau (talk | contribs) |
Denis.nadeau (talk | contribs) |
||
Line 11: | Line 11: | ||
In order to access the SVN repository as a developer, you need to be approved by GEOS5 AGCM maintainer. Write to Andy at the following email address: andrew.eichmann@nasa.gov | In order to access the SVN repository as a developer, you need to be approved by GEOS5 AGCM maintainer. Write to Andy at the following email address: andrew.eichmann@nasa.gov | ||
svn --username <myusername> checkout http://geos5.org/svn/branches/2.2p1/ | svn --username <myusername> checkout http://geos5.org/svn/branches/2.2p1/ GEOSagcm | ||
At this point you have the latest release of GEOS5 AGCM. You can create tickets through the trac system and contribute to the code. | At this point you have the latest release of GEOS5 AGCM. You can create tickets through the trac system and contribute to the code. |
Revision as of 09:12, 19 October 2010
This page describes the minimum steps required to checkout GEOS-5 AGCM.
Checking Out GEOS-5 AGCM using subversion
The commands below assume that you an svn client installed on your machine. In order to compile GEOS5 AGCM you need to have a Fortran compiler available.
The first thing you need to do is to registered in the GEOS5 trac system using the following link:
http://geos5.org/trac
In order to access the SVN repository as a developer, you need to be approved by GEOS5 AGCM maintainer. Write to Andy at the following email address: andrew.eichmann@nasa.gov
svn --username <myusername> checkout http://geos5.org/svn/branches/2.2p1/ GEOSagcm
At this point you have the latest release of GEOS5 AGCM. You can create tickets through the trac system and contribute to the code.