Project Contacts
Andy Gendaszek,
934 Broadway,
Suite 300
Tacoma, WA 98402
(agendasz@usgs.gov)
(253) 552-1612
graphic line

Characterization and Numerical Simulation of the Puyallup River Watershed

Project Summaries

#!/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 #----------------------------------------------------------------------------------------------------------------------

Problem - Groundwater is an important resource for domestic, commercial, and industrial usage in the Puyallup River Watershed, and groundwater discharge helps maintain late-summer and early-fall streamflow (baseflow) in many area streams. Consequently, as the population grows, and commercial and industrial activity increase, so does the demand for groundwater. However, the quantity of usable groundwater, the potential effects of future natural conditions and anthropogenic activities on groundwater resources, and potential impacts of groundwater withdrawals on streamflow, are not well understood in the watershed. Additional information is required to help ensure the long-term sustainability of the area's groundwater and surface-water resources.

Objectives - This study directly supports USGS mission and goals related to water-resource issues identified in the USGS Science Strategy. The study addresses groundwater availability and sustainability, a priority issue under the Water Census of the United States as outlined in Facing Tomorrow's challenges: USGS Science in the Decade 2007-2017. This study also will provide resource managers and stake holders in the Puyallup River watershed with the means to evaluate potential hydrologic and anthropogenic impacts on groundwater and surface-water resources. This study is appropriate for inclusion in the USGS Cooperative Program because it will provide information that advances understanding of hydrologic processes.

Approach - An initial field inventory of about 250 wells will be conducted, including the establishment of well locations using GPS and water-level measurements. Based on this initial inventory, a monthly groundwater-level monitoring network consisting of about 100 wells will be established and operated over a 2-year period. Synoptic stream baseflow measurements will be made at about 30 locations to delineate gaining and losing stream reaches. All measurements and associated information will be verified and entered into the USGS National Water Information System data base. Hydrogeologic units will be assigned to about 850 well drillers' logs, and unit extent and thickness maps will be constructed. Groundwater and surface-water data will be used to characterize the flow system, and construct a numerical ground-water flow model to simulate potential hydrologic and anthropogenic impacts on groundwater and surface-water resources.