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


<div id="page">
	<div id="content">
    
    <div> <h2><em> Data Sources and Organization</em></h2><br/></div>
		<div class="postNoLine">
			
			<p>         
           The global set of observed profile data were collated from several principal sources and converted to HydroBase station format: World Ocean Database, WOCE Hydrographic Programme (WHPO), CLIVAR Carbon and Hydrographic Data Office (CCHDO), Argo, and those obtained directly from the scientists who collected the data. The profiles include original (not standard depth) observations of pressure, temperature, salinity, oxygen, nutrients, and tracers. </p>
</div>
		<div class="postNoLine">
			<h3>Observed Profile Data</h3><br/>
            <p> The <strong>profile data</strong> are stored geographically by 10-degree <a href="images/wmo.png" onClick="MyWindow=window.open('../images/wmo.png','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=1,resizable=1,width=525,height=621'); return false;"> World Meteorological Organization (WMO) Squares</a> and stored in files named <em>ms10.extent</em>, where <em>ms10</em> is the 4-digit WMO square designation and <em>extent</em> describes the type of data (e.g. <strong>.ctd,.btl,.flt</strong>). A collection of WOCE/CLIVAR cruises is included as separate files for plotting sections. </p><br/>
            
            <h3>Gridded Climatology Products</h3><br/>
            <p> The gridded climatology products are distributed as <strong>netCDF</strong> files (file extent <strong>.nc</strong>). They are organized by ocean basin (e.g. a single file covering the Indian Ocean).  The file name reflects geographic area, time domain, grid resolution, and module that produced it -- and is intended to be self-describing. File names include some combination of:</p>
            <ul>
<li><strong>Region</strong>: Atlantic, Pacific,Indian,Artic</li>
<li><strong>Resolution: </strong>.1deg, .halfdeg, .quintdeg</li>
<li><strong>Type: </strong>.oi3d, .bin3d, .FG</li>
<li><strong>Month: </strong><em>.jan</em>, <em>.feb</em>, <em>.mar</em>(etc) or<em> .clim</em> (for annual averages)</li>
</ul><br/>

<h3>Global Topography</h3><br/>

<p>ETOPO1 is a 1 arc-minute global relief model of the Earth and ice surface that integrates land topography and ocean bathymetry.  A coarser resolution version (0.1 degree) is also included.</p>


	</div>
	</div>
	<!-- end #content -->
    
        <?php
 require("../include/updates_sidebar.php");?>
	
	<div style="clear: both;">&nbsp;</div>
</div>
<!-- end #page -->
<?php
 require("../include/footer.php");?>
