Difference between revisions of "GENIE running an expt"

From SourceWiki
Jump to navigation Jump to search
Line 13: Line 13:
 
Note that in addition to the source code GENIE makes use of several applications and packages.  You must have the following list of prerequisites installed on your computer, before you can run GENIE:
 
Note that in addition to the source code GENIE makes use of several applications and packages.  You must have the following list of prerequisites installed on your computer, before you can run GENIE:
  
* The NetCDF libraries.  See the [[GENIE_using_netCDF|using netCDF]] page for more information about downloading and installing netCDF.
+
* The NetCDF libraries.  See the [[GENIE_Using_netCDF|using netCDF]] page for more information about downloading and installing netCDF.
 
* A C++ compiler, such as that from the GNU Compiler Collection (GCC).
 
* A C++ compiler, such as that from the GNU Compiler Collection (GCC).
  

Revision as of 14:11, 6 June 2007

Step1: Get the Code

GENIE is kept in a Subversion (SVN) respository. To learn more about accessing the GENIE code repository see downloading GENIE using SVN. Note that whenever possible, you should download one of the tested and stable releases, rather than just the most recent version, for example:

svn co http://source.ggy.bris.ac.uk/subversion/genie/tags/rel-2-1-0 --username genie-user ~/genie

See the GENIE versions page for more information on model releases and the associated parameter tuning that accompanies a release.

Prerequisites

Note that in addition to the source code GENIE makes use of several applications and packages. You must have the following list of prerequisites installed on your computer, before you can run GENIE:

  • The NetCDF libraries. See the using netCDF page for more information about downloading and installing netCDF.
  • A C++ compiler, such as that from the GNU Compiler Collection (GCC).

Step2: Your Local Setup

Step3: Test the Model

Step4: Run from a Configuration File