Running ADAS: Difference between revisions
No edit summary |
|||
Line 4: | Line 4: | ||
First, choose a model tag to build. For this example, we choose GEOSadas-5_9_1_p7. | First, choose a model tag to build. For this example, we choose GEOSadas-5_9_1_p7. | ||
$ cvs co -P -r GEOSadas-5_9_1_p7 -d | $ cvs co -P -r GEOSadas-5_9_1_p7 -d g591p8 GEOSadas-5_9 | ||
Not the module name <tt>GEOSadas-5_9</tt>. Unlike AGCM, all ADAS tags have a corresponding module. | Not the module name <tt>GEOSadas-5_9</tt>. Unlike AGCM, all ADAS tags have a corresponding module. | ||
$ cd | $ cd g591p8/src | ||
$ ./parallel_build.csh | $ ./parallel_build.csh | ||
===Setup experiment (Run <tt>fvsetup</tt>)=== | ===Setup experiment (Run <tt>fvsetup</tt>)=== | ||
Run <tt>fvsetup</tt> from the bin directory (<tt> | Run <tt>fvsetup</tt> from the bin directory (<tt>g591p8/Linux/bin</tt>) with the following options (default value chosen for ones not mentioned): | ||
[we choose the default value for the initial conditions (FVICS) as well] | [we choose the default value for the initial conditions (FVICS) as well] | ||
Line 23: | Line 23: | ||
EXPID? [u000_C180] | EXPID? [u000_C180] | ||
> | > g591p8 | ||
OBSERVING SYSTEM CLASSES? | OBSERVING SYSTEM CLASSES? | ||
Line 59: | Line 59: | ||
<tt>$FVHOME/.FVROOT</tt> gives the location of the installation <tt>bin</tt> directory. | <tt>$FVHOME/.FVROOT</tt> gives the location of the installation <tt>bin</tt> directory. | ||
Some of these directories are stored in the archive. After completing the experiment, look in <tt>$ARCHIVE/ | Some of these directories are stored in the archive. After completing the experiment, look in <tt>$ARCHIVE/g591p8</tt> (where <tt>g591p8</tt> is the experiment ID). | ||
====Run directory==== | ====Run directory==== |