| 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 |
Check the output</h1></center> |
| 14 |
If you have <i>Matlab</i> installed then we can quickly view the some output |
| 15 |
as follows (still in directory .../exp4/input/): |
| 16 |
<blockquote> |
| 17 |
<pre>% matlab</pre> |
| 18 |
|
| 19 |
<pre>>> addpath('../../../utils/matlab')</pre> |
| 20 |
|
| 21 |
<pre>>> eta=rdmds('Eta',10);</pre> |
| 22 |
|
| 23 |
<pre>>> contourf(eta');colorbar</pre> |
| 24 |
</blockquote> |
| 25 |
And you should see a contour plot of sea-surface temperature appear in |
| 26 |
a figure: |
| 27 |
<br><img SRC="eta10.jpg" height=360 width=480> |
| 28 |
<br>What you're seeing is simply the Kelvin mode response to open-boundary |
| 29 |
forcing. |
| 30 |
<br>Things get more interesting as the model <a href="rerunModel.html">integrates |
| 31 |
further</a> so let's do that... |
| 32 |
<p> |
| 33 |
<hr WIDTH="100%"> |
| 34 |
<table CELLSPACING=0 CELLPADDING=0 WIDTH="100%" NOSAVE > |
| 35 |
<tr NOSAVE> |
| 36 |
<td NOSAVE>Last modified on $Date: 2001/10/12 17:04:18 $</td> |
| 37 |
|
| 38 |
<td> |
| 39 |
<div align=right>CVS: $Source: /u/gcmpack/mitgcm.org/sealion/getting_started/gettingStarted.html,v |
| 40 |
$Revision: 1.1 $</div> |
| 41 |
</td> |
| 42 |
</tr> |
| 43 |
</table> |
| 44 |
|
| 45 |
</body> |
| 46 |
</html> |