GEOS-5 public AGCM Documentation: Difference between revisions
Jump to navigation
Jump to search
Denis.nadeau (talk | contribs) New page: 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 yo... |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
This page describes the minimum steps required to checkout GEOS-5 AGCM. | This page describes the minimum steps required to checkout GEOS-5 AGCM. | ||
== Checking Out GEOS-5 AGCM using subversion == | == Checking Out GEOS-5 AGCM using subversion == | ||
The commands below assume that you | The commands below assume that you have a svn client installed on your machine. In order to compile GEOS5 AGCM you need to have a Fortran 90 compiler available. | ||
The first thing you need to do is to | The first thing you need to do is to register in the GEOS5 trac system using the following link: | ||
http://geos5.org/trac | 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 | In order to access the SVN repository as a developer, you need to be approved by the GEOS5 AGCM maintainer. Write to Matt at the following email address: matthew.thompson@nasa.gov | ||
Once approved by Matt, you will be able to checkout the source code with the following command: | |||
svn --username <myusername> checkout http://geos5.org/ | svn --username <myusername> checkout http://geos5.org/svn/branches/2.2p1/ GEOSagcm | ||
You can create tickets through the trac system and contribute to the code. |
Latest revision as of 11:26, 15 April 2016
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 have a svn client installed on your machine. In order to compile GEOS5 AGCM you need to have a Fortran 90 compiler available.
The first thing you need to do is to register 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 the GEOS5 AGCM maintainer. Write to Matt at the following email address: matthew.thompson@nasa.gov
Once approved by Matt, you will be able to checkout the source code with the following command:
svn --username <myusername> checkout http://geos5.org/svn/branches/2.2p1/ GEOSagcm
You can create tickets through the trac system and contribute to the code.