| 1 | 
adcroft | 
1.1 | 
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> | 
| 2 | 
  | 
  | 
<html> | 
| 3 | 
  | 
  | 
<head> | 
| 4 | 
  | 
  | 
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 
| 5 | 
  | 
  | 
   <meta name="GENERATOR" content="Mozilla/4.75 [en] (X11; U; Linux 2.2.14-5.0 i686) [Netscape]"> | 
| 6 | 
  | 
  | 
   <meta name="Author" content="AJA@MIT"> | 
| 7 | 
  | 
  | 
   <title>Getting started</title> | 
| 8 | 
  | 
  | 
</head> | 
| 9 | 
  | 
  | 
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000"> | 
| 10 | 
  | 
  | 
 | 
| 11 | 
  | 
  | 
<center> | 
| 12 | 
  | 
  | 
<h1> | 
| 13 | 
  | 
  | 
Run the model</h1></center> | 
| 14 | 
  | 
  | 
If the code compiled successfully, you can run the model at the command | 
| 15 | 
  | 
  | 
line: | 
| 16 | 
  | 
  | 
<blockquote> | 
| 17 | 
  | 
  | 
<pre>% ./mitgcmuv > output.txt</pre> | 
| 18 | 
  | 
  | 
</blockquote> | 
| 19 | 
  | 
  | 
Here, we are re-directing the <i>stdout</i> channel to a file. By default, | 
| 20 | 
  | 
  | 
the model produces lots of information on <i>stdout</i>. | 
| 21 | 
  | 
  | 
<p>If all goes well, you'll the model will finish running and print: | 
| 22 | 
  | 
  | 
<blockquote> | 
| 23 | 
  | 
  | 
<pre><b>STOP NORMAL END</b></pre> | 
| 24 | 
  | 
  | 
</blockquote> | 
| 25 | 
  | 
  | 
This means the model finished successfully. This shouldn't take to long | 
| 26 | 
  | 
  | 
- this configuration only runs for 10 steps! | 
| 27 | 
  | 
  | 
<p>Now let's <a href="checkOutput.html">visualize the output</a>... | 
| 28 | 
  | 
  | 
<p> | 
| 29 | 
  | 
  | 
<hr WIDTH="100%"> | 
| 30 | 
  | 
  | 
<table CELLSPACING=0 CELLPADDING=0 WIDTH="100%" NOSAVE > | 
| 31 | 
  | 
  | 
<tr NOSAVE> | 
| 32 | 
adcroft | 
1.2 | 
<td NOSAVE>Last modified on $Date: 2001/10/12 17:04:18 $</td> | 
| 33 | 
adcroft | 
1.1 | 
 | 
| 34 | 
  | 
  | 
<td> | 
| 35 | 
  | 
  | 
<div align=right>CVS: $Source: /u/gcmpack/mitgcm.org/sealion/getting_started/gettingStarted.html,v | 
| 36 | 
  | 
  | 
$Revision: 1.1 $</div> | 
| 37 | 
  | 
  | 
</td> | 
| 38 | 
  | 
  | 
</tr> | 
| 39 | 
  | 
  | 
</table> | 
| 40 | 
  | 
  | 
 | 
| 41 | 
  | 
  | 
</body> | 
| 42 | 
  | 
  | 
</html> |