<?php
 require("../include/header.php");?>



<div id="page">
	<div id="content">
		<div class="postLine">
			
			<p><strong>HydroBase3</strong></span> is a tool for climatological analysis of oceanographic properties. The package is comprised of software and database products that together provide a flexible means of constructing and analyzing datasets customized to investigators' research needs. A graphical user interface has been built to enable running HydroBase3 within a Matlab environment. </p></div>
       <div class="postLine">     
<p>The global database utilizes three types of files:</p>
<ul>
<li><strong>Observed Profile Data</strong> (both raw and quality-controlled) in <strong>ascii text</strong> files </li>
<li><strong>Gridded Climatology Products:</strong> monthly and annual objectively mapped fields of pressure, temperature, salinity at various resolutions in <strong>netCDF format</strong></li>
<li><strong>Topography </strong>at 1 minute-arc resolution in <strong>netCDF format</strong></li>
</ul>
</div>
<div class="postNoLine">


<p>The software enables users to navigate through these databases and produce a variety of analysis products (property plots, vertical sections, horizontal maps, timeseries ...) It is designed to run on multiple environments and operating systems (LINUX/UNIX, MacOS, Windows OS, Matlab), utilizing the power of shell environments to extract and analyze hydrographic data as a series of flexible commands. Installation on your local platform requires an <strong>ANSI-C compiler</strong> (such as gcc) plus the <strong>netCDF libraries.</strong></p>To install on Windows platforms, a front end to gcc (such as MinGW) is recommended. 
</div>
		
	</div>
	<!-- end #content -->
	<?php
 require("../include/updates_sidebar.php");?>
	<div style="clear: both;">&nbsp;</div>
</div>
<!-- end #page -->

<?php
 require("../include/footer.php");?>