Project Contacts
Rick Dinicola,
Associate Director, WA Water Science Center,
934 Broadway,
Suite 300
Tacoma, WA 98402

(dinicola@usgs.gov)
(253) 552-1603
graphic line

Skagit Ground Water Model

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

9722-CK4 - Potential Effects of Increased Ground-Water Withdrawals on Streamflows in the Lower Skagit River Basin, Skagit County, Washington - Completed FY2010

Problem - State and local water-resource managers in the Lower Skagit/Samish basin face two water-availability issues that are common throughout Washington State. First, they must reserve water for domestic wells that are exempt from the water rights system without harming river and stream ecosystems in the lower Skagit River basin. Skagit County, which would be responsible for implementing the proposed reservation rules through land-use management, requires a scientifically credible basis for allocating reservations of any size. Second, water managers need to determine where ground-water pumping between the Skagit and Samish basins should be regulated as part of the Skagit River instream-flow regulations.

Objectives - This study has two primary objectives. The first objective is to evaluate the effects of potential ground-water withdrawals and consumptive use on streamflow in four tributary subbasins (the East Fork and mainstem of Nookachamps Creek, Fisher Creek, and Carpenter Creek). The second objective is to determine to the extent possible the location of the ground-water divide between the lower Skagit and Samish Rivers for the purposes of identifying areas where wells would be subject to reservations under the Skagit River instream-flow rule.

Relevance and Benefits - This study is consistent with the national USGS mission and goals and to water-resource issues identified in the Center's Science Plan. The study addresses surface-water and ground-water interactions as related to water-resource management, which is a priority issue for both the Strategic Directions of the Water Resources Division 1999-2008 and the Washington Water Science Center's Science Plan. The methods developed for this study will benefit other areas of Washington because of the widespread need to reserve water for domestic uses while maintaining streamflow to protect ecosystems.

Approach - The study has two components: 1) development of a numerical model to assess the effects of ground-water pumping on streamflow in four tributaries to the lower Skagit, and 2) construction of seasonal water-table maps for the area between the Skagit and Samish Rivers.