Ganymed 3.0 Quick Start: Difference between revisions

Created page with "This page describes the minimum steps required to build and run GEOS-5 Ganymed 1.0 on NCCS discover and NAS pleiades. '''You should successfully complete the steps in these inst..."
 
No edit summary
Line 1: Line 1:
This page describes the minimum steps required to build and run GEOS-5 Ganymed 1.0 on NCCS discover and NAS pleiades.  '''You should successfully complete the steps in these instructions before doing anything more complicated.  Also, it is helpful to read this page in its entirety before starting.'''   
This page describes the minimum steps required to build and run GEOS-5 Ganymed 3.0 on NCCS discover and NAS pleiades.  '''You should successfully complete the steps in these instructions before doing anything more complicated.  Also, it is helpful to read this page in its entirety before starting.'''   


'''Back to [[GEOS-5 Documentation for Ganymed 1.0]]'''
'''Back to [[GEOS-5 Documentation for Ganymed 3.0]]'''


== How to Obtain GEOS-5 and Compile Source Code ==
== How to Obtain GEOS-5 and Compile Source Code ==
Line 22: Line 22:
where ''USERID'' is, of course, your repository username, which should be the same as your NASA and NCCS username.  Then, issue the command:
where ''USERID'' is, of course, your repository username, which should be the same as your NASA and NCCS username.  Then, issue the command:


  cvs co -r Ganymed-1_0_p7 -d Ganymed-1_0_p7 Ganymed
  cvs co -r Ganymed-3_0_p1 -d Ganymed-3_0_p1 Ganymed




This should check out the latest stable version of the model from the repository and create a directory called <code>Ganymed-1_0</code>.
This should check out the latest stable version of the model from the repository and create a directory called <code>Ganymed-3_0_p1</code>.


=== Compiling the Model ===
=== Compiling the Model ===


<code>cd</code> into <code>Ganymed-1_0/src</code> and <code>source</code> the file called <code>g5_modules</code>:
<code>cd</code> into <code>Ganymed-3_0_p1/src</code> and <code>source</code> the file called <code>g5_modules</code>:


  source g5_modules
  source g5_modules