Ganymed 4.0 Quick Start: Difference between revisions

 
(7 intermediate revisions by 2 users not shown)
Line 18: Line 18:


  setenv CVS_RSH ssh
  setenv CVS_RSH ssh
  setenv CVSROOT :ext:''USERID''@cvsacl:/cvsroot/esma
  setenv CVSROOT :ext:''USERID''@cvsacldirect:/cvsroot/esma
   
   
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-4_0_BETA8 Ganymed
  cvs co -r Ganymed-4_0 GEOSagcm




Line 29: Line 29:
=== Compiling the Model ===
=== Compiling the Model ===


<code>cd</code> into <code>GEOSagcm/src</code> and <code>source</code> the file called <code>g5_modules</code>:
First, you need to set <code>ESMADIR</code>. For example, if your <code>src/</code> directory is:
 
/home/mathomp4/Models/Ganymed-4_0/GEOSagcm/src
 
then you should set:
 
setenv ESMADIR /home/mathomp4/Models/Ganymed-4_0/GEOSagcm
 
Next, <code>cd</code> into <code>GEOSagcm/src</code> and <code>source</code> the file called <code>g5_modules</code>:


  source g5_modules
  source g5_modules
Line 89: Line 97:
                                 c1440 - 1/16 deg ( 7-km)  
                                 c1440 - 1/16 deg ( 7-km)  
   
   
For your first time out you will probably want to enter <code>c48</code> (corresponding to ~2 degree resolution with the cubed sphere).  On the next seven questions, hit enter to accept the default:
For your first time out you will probably want to enter <code>c48</code> (corresponding to ~2 degree resolution with the cubed sphere).  On the next eight questions, hitting enter to accept the default will let you run a PChem run:
 
Enter the Atmospheric Model Vertical Resolution: LM (Default: 72)
   
   
  Do you wish to run the COUPLED Ocean/Sea-Ice Model? (Default: NO or FALSE)
  Do you wish to run the COUPLED Ocean/Sea-Ice Model? (Default: NO or FALSE)
Line 104: Line 114:
  -------------------------------------------------------------------------
  -------------------------------------------------------------------------
  Hit ENTER to use Default Tag/Location: (Current)
  Hit ENTER to use Default Tag/Location: (Current)
 
'''NOTE''': Some things are easier if your HOME and EXPERIMENT directories are the same. For the next two, look carefully at the default and make sure they are both pointing to the same <code>nobackup</code> location.
 
  Enter Desired Location for the HOME Directory (to contain scripts and RC files)
  Enter Desired Location for the HOME Directory (to contain scripts and RC files)
  Hit ENTER to use Default Location:
  Hit ENTER to use Default Location:
Line 114: Line 126:
  ----------------------------------
  ----------------------------------
  Default:  ~''USER''/geos5/''EXPID''
  Default:  ~''USER''/geos5/''EXPID''
/discover/nobackup/''USER''/''EXPID''
   
   
  Enter Location for Build directory containing:  src/ Linux/ etc...
  Enter Location for Build directory containing:  src/ Linux/ etc...
Line 120: Line 133:
  Default:  /discover/nobackup/''USER''/GEOSgcm  
  Default:  /discover/nobackup/''USER''/GEOSgcm  
   
   
After these it will ask you for a group ID -- the default is g0620 (GMAO modeling group).  Enter whatever is appropriate, as necessary.   
After these it will ask you for a group ID -- the default for this writer is g0620 (GMAO modeling group).  Enter whatever is appropriate, as necessary.   


   Current GROUPS: g0620 gmaoint
   Current GROUPS: g0620 gmaoint
Line 143: Line 156:




The post-processing script will generate the archiving and plotting scripts as it runs.  The setup script that you ran also creates an experiment home directory (''HOMEDIR'') as <code>~''USERID''/geos5/''EXPID''</code> containing the run scripts and GEOS resource (<code>.rc</code>) files. (You can also specify the experiment home directory to be the same as the experiment directory.)
The post-processing script will generate the archiving and plotting scripts as it runs.  The setup script that you ran also creates an experiment home directory (''HOMDIR'') as either in <code>~''USERID''/geos5/''EXPID''</code> (if you accepted the default) or in <code>/discover/nobackup/''USERID''/''EXPID''</code> (if you followed the above advice) containing the run scripts and GEOS resource (<code>.rc</code>) files.


== Running GEOS-5 ==
== Running GEOS-5 ==
Line 183: Line 196:
'''Back to [[GEOS-5 Documentation for Ganymed 4.0]]'''
'''Back to [[GEOS-5 Documentation for Ganymed 4.0]]'''


Contact Andrew Eichmann at GMAO with questions and comments
Contact Matthew Thompson at GMAO with questions and comments