1 |
adcroft |
1.1 |
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> |
2 |
|
|
<html> |
3 |
|
|
<head> |
4 |
|
|
<script language="javascript"> |
5 |
|
|
<!-- |
6 |
|
|
parent.frames[0].document.homeImage.src="../images/homew.gif"; |
7 |
adcroft |
1.2 |
parent.frames[0].document.documentsImage.src="../images/documentsw.gif"; |
8 |
adcroft |
1.1 |
parent.frames[0].document.downloadImage.src="../images/downloadw.gif"; |
9 |
adcroft |
1.2 |
parent.frames[0].document.gettingImage.src="../images/getting.gif"; |
10 |
adcroft |
1.1 |
parent.frames[0].document.browseImage.src="../images/browsew.gif"; |
11 |
|
|
parent.frames[0].document.helpImage.src="../images/helpw.gif"; |
12 |
|
|
parent.frames[0].document.searchImage.src="../images/searchw.gif"; |
13 |
|
|
// --> |
14 |
|
|
</script> |
15 |
|
|
<title> |
16 |
|
|
MITgcm Release 1 Documentation |
17 |
|
|
</title> |
18 |
|
|
</head> |
19 |
|
|
|
20 |
|
|
<frameset cols="220,*"> |
21 |
|
|
<frame src="../online_documents/sideMenuBarFrame.html" name="sideMenuBarFrame"> |
22 |
|
|
<frame src="../online_documents/manual/node120.html" name="mainBodyFrame"> |
23 |
|
|
</frameset> |
24 |
|
|
|
25 |
|
|
<noframes> |
26 |
|
|
<h2>Frame Alert</h2> |
27 |
|
|
<p> This document is designed to be viewed using the frames feature you |
28 |
|
|
need to upgrade your browser. Sorry. </p> |
29 |
|
|
</noframes> |
30 |
|
|
|
31 |
|
|
</html> |