Project Contacts
Rich Sheibley
934 Broadway,
Suite 300
Tacoma, WA 98402
View Professional Page (sheibley@usgs.gov)
(253) 552-1611

Ed Josberger
934 Broadway,
Suite 300
Tacoma, WA 98402
(ejosberg@usgs.gov)
(253) 552-1643
graphic line

Hood Canal - Thermal infrared mapping of groundwater, small streams, and ephemeral creeks in Lynch Cove

#!/usr/bin/perl -- -*-perl-*- # This script displays the navigation bar for all project pages. #---------------------------------------------------------------------------------------------------------------------- # Print html header #---------------------------------------------------------------------------------------------------------------------- print "Content-type: text/html\n\n"; #---------------------------------------------------------------------------------------------------------------------- # Retrieve query string and specify variables for links. #---------------------------------------------------------------------------------------------------------------------- $publications_link = "Publications and Products | "; $links_link = "Related Links | "; $news_link = "News Releases | "; $data_link = "Data | "; $maps_link = "Maps | "; $science_link = "Scientific Topics | "; $bibliography_link = "Bibliography | "; $status_link = "Status | "; $database_link = "Database | "; $acknowledge_link = "Acknowledgments | "; $photo_link = "Photo Gallery | "; $asses_link = "Assessment Document | "; $gis_link = "GIS and Aerial Photography Sources | "; $contact_link = "Contact Us | "; $flood_link = "Flood Hazards | "; $path = $ENV{'QUERY_STRING'}; $path =~ s/%([0-9|A-F]{2})/pack("C",hex($1))/eg; $path =~ s/[;<>\*\|'&\$!#\(\)\[\]\{\}:"\\\/]//g; $path = "../projects/".$path."/includes/".$path.".config"; #---------------------------------------------------------------------------------------------------------------------- # Open the configuration file for the specific project. #---------------------------------------------------------------------------------------------------------------------- require $path; #---------------------------------------------------------------------------------------------------------------------- # Print table head #---------------------------------------------------------------------------------------------------------------------- print qq~
  
 Project Home | ~; #---------------------------------------------------------------------------------------------------------------------- # Determine which links to display for specific project, based on configuration file. #---------------------------------------------------------------------------------------------------------------------- while ($status > 0) { print "$status_link"; $status = 0; } while ($publications > 0) { print "$publications_link"; $publications = 0; } while ($links > 0) { print "$links_link"; $links = 0; } while ($news > 0) { print "$news_link"; $news = 0 } while ($data > 0) { print "$data_link"; $data =0; } while ($maps > 0) { print "$maps_link"; $maps = 0; } while ($science > 0) { print "$science_link"; $science = 0; } while ($bibliography > 0) { print "$bibliography_link"; $bibliography = 0; } while ($database > 0) { print "$database_link"; $database = 0; } while ($acknowledge > 0) { print "$acknowledge_link"; $acknowledge = 0; } while ($photo > 0) { print "$photo_link"; $photo = 0; } while ($asses > 0) { print "$asses_link"; $asses = 0; } while ($gis > 0) { print "$gis_link"; $gis = 0; } while ($contact > 0) { print "$contact_link"; $contact = 0; } while ($flood > 0) { print "$flood_link"; $flood = 0; } #---------------------------------------------------------------------------------------------------------------------- # Print table footer #---------------------------------------------------------------------------------------------------------------------- print qq~ Project Summaries | Partnerships |
 
~; #---------------------------------------------------------------------------------------------------------------------- # End Script #----------------------------------------------------------------------------------------------------------------------

Background:
The input of nutrients into Lynch Cove and, lower Hood Canal, by groundwater seeps, small streams, and ephemeral creeks may play a significant role in the nutrient loading of this low dissolved oxygen system. In situ measurements of ground water seepage rates are very limited and may not adequately represent the large spatial variability of outflow, and cannot provide detailed information of horizontal mixing and transport patterns. As a result, the groundwater processes important to understanding hypoxia are poorly known.

To determine the spatial variability and relative intensity of these sources, the USGS Washington Water Science Center teamed with the University of Washington Applied Physics Laboratory to obtain thermal infrared images of the Lynch Cove and lower Hood Canal shoreline at or near low tide. The cool water emerging from seeps and in streams, flowing across the exposed, sun warmed beach is readily evident in the images.

The imaging system consisted of an ICI 320x240 pixel microbolometer with a 19° field-of-view that measures long-wave infrared radiation at 8-12 microns. The ICI thermal camera is sensitive to changes in temperature of 0.1 °C, which is adequate to observe the fine surface-temperature structure in seawater, where variations of 0.5° to several degrees Celsius are typical. An un-calibrated, visible band RGB (red, green, blue) camera (Lumenera 1392x1040 pixels with 30° field-of-view) was also mounted in the system to record color images for later reference, and could be used to qualitatively assess the relative abundance of near surface phytoplankton blooms and turbidity. The location and orientation of each image was measured by a GPS, digital compass, and accelerometers, logged once per second on a laptop and combined later for geo-registration.

These surveys yielded 1500 scenes of the shore line and the majority displayed some evidence of cool, or fresh, water flowing into Lynch Cove during each mission. Each image was referenced to a uniform temperature scene from the middle of Lynch Cove, to provide a common reference, and each TIR image was colorized to accentuate the cool signatures. The coldest temperature differences, < -0.5 °C are shown by the bright cyan color, this shifts to black as the temperature differences approach +0.5 °C. Temperature differences > 0.5 °C are mapped to a grey scale where white corresponds to +5.0 °C.

Images from 2008 Survey

Images from 2009 Survey