Historic Seawater Temperatures from the WHOI Pier

Measurements recorded from the pier of the Woods Hole Oceangraphic Institution, 1893 - 2005

D.Rogers measuring temp
Dorothy "Dot" Rogers, who measured daily water temperatures at the WHOI pier for more than 38 years.

View Temperatures Online

Display temperatures for a particular year:'; // get the list of available years $query = "SELECT year from temp_years ORDER BY year DESC"; $result = $db->executeQuery($query); // put the results in an array while ($result->next()) { $row = $result->getCurrentValuesAsHash(); $years_avail[] = $row['year']; } //begin the html form to select a year echo '
'; echo '
'; // section to get temperatures for a particular month // Make an array variable for the month names $months = array (1 => 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'); echo 'Display temperatures for a particular month in all years:'; //begin the html form to select a month echo '
'; echo '
'; // section to get statistics echo 'Display minimum, maximum and average temperatures for a particular year, month in all years or date in all years:'; //begin the html code to select a year, month or date echo ''; // get another year echo ''; // begin the form to get a month echo ''; // begin the form to get a date echo ''; echo '
Select a year:
'; //begin the html form to select a year echo '
'; echo '
'; echo '
Select a month:
'; echo '
'; echo '
'; echo '
Select a date:
'; echo '
'; echo ''; echo '
'; echo '

'; //end of php section ?>

Units: All recordings presented here are in Fahrenheit.

Provenance Information:


Download Temperatures

Temperatures are available as a spreadsheet:whoi_h2otemps_1893_2005.xls

Further information:


WHOI Data Library and Archives Home Page

MBLWHOI Library Home Page