Difference between revisions of "How to get WRF-SFIRE"

From openwfm
Jump to navigation Jump to search
(CCM)
Line 1: Line 1:
 
The WRF-fire source code is stored in a [[git]] repository hosted
 
The WRF-fire source code is stored in a [[git]] repository hosted
at the University of Colorado Denver's Mathematics department.  A git repository
+
at the University of Colorado Denver's Center for Computational Mathematics.  A git repository
 
is a software version control system similar to [http://www.nongnu.org/cvs/ CVS] or
 
is a software version control system similar to [http://www.nongnu.org/cvs/ CVS] or
 
[http://subversion.apache.org/ SVN].  In order to obtain the software from our
 
[http://subversion.apache.org/ SVN].  In order to obtain the software from our

Revision as of 21:41, 22 May 2010

The WRF-fire source code is stored in a git repository hosted at the University of Colorado Denver's Center for Computational Mathematics. A git repository is a software version control system similar to CVS or SVN. In order to obtain the software from our repository, you must first download and install the git software.

Developers with write access must push changes to the math.ucdenver.edu server. The following public, read-only mirrors are available for anyone else wanting to track the changes to the code.

http://github.com/jbeezley/wrf-fire/
git clone git://github.com/jbeezley/wrf-fire.git
http://repo.or.cz/w/wrffire.git
git clone git://repo.or.cz/wrffire.git
http://gitorious.org/wrf-fire
git clone git://gitorious.org/wrf-fire/mainline.git

The repository clone home pages allow you to browse the source code as well as examine changes and view the different development branches.

Read-only SVN access is available through the github mirror.

svn co http://svn.github.com/jbeezley/wrf-fire.git

It is also possible to download the latest source code as a tarball or zip file from each mirror; however, this method is discouraged as it will be difficult to update to the latest version.