CINXE.COM

USGS Surface Water for USA: Peak Streamflow

<!DOCTYPE html> <html lang="en"> <head> <title>USGS Surface Water for USA: Peak Streamflow</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> --> <!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge'><![endif]--> <meta name="viewport" content="width=device-width,initial-scale=1"/> <meta http-equiv="P3P" content='policyref="https://nwis.waterdata.usgs.gov/w3c/p3p.xml"'> <link rel="P3Pv1" href="https://nwis.waterdata.usgs.gov/w3c/p3p.xml" type="text/xml" /> <link rel="alternate" type="application/rss+xml" title="USGS Water Data for the Nation and USGS Water Services News" href="https://help.waterdata.usgs.gov/news/RSS/" /> <link rel="stylesheet" type="text/css" href="/nwisweb/stylesheets/USGS_common.css" /> <link rel="stylesheet" type="text/css" href="/nwisweb/stylesheets/USGS_custom.css" /> <!--<link rel="stylesheet" type="text/css" href="/nwisweb/stylesheets/nwisweb.css" />--> <!-- JF - media queries - responsive design - different device widths --> <link rel="stylesheet" media="screen and (min-width: 180px) and (max-width: 450px)" href="/nwisweb/stylesheets/nwiswebfluidsmallest.css" /> <link rel="stylesheet" media="screen and (min-width: 450px) and (max-width: 900px)" href="/nwisweb/stylesheets/nwiswebfluid.css" /> <link rel="stylesheet" media="screen and (min-width: 900px)" href="/nwisweb/stylesheets/nwisweb.css" /> <!-- <link rel="stylesheet" media="screen and (min-width: 450px) and (max-width: 770px)" href="/nwisweb/stylesheets/nwiswebfluid.css" /> <link rel="stylesheet" media="screen and (min-width: 770px)" href="/nwisweb/stylesheets/nwisweb.css" /> --> <script type="text/javascript" src="/nwisweb/javascripts/respond.min.js"></script> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" media="all" href="/nwisweb/stylesheets/nwisweb.css"/> <![endif]--> <!-- Google Tag Manager --> <script> (function(w,d,s,l,i) {w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'}); var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:''; j.async=true; j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); }) (window,document,'script','dataLayer','GTM-564ZVPQ'); </script> <!-- End Google Tag Manager --> <script type="application/javascript" src="https://www2.usgs.gov/scripts/analytics/usgs-analytics.js"></script> <script type="text/javascript" src="/nwisweb/javascripts/jquery-3.5.1.min.js"></script> <script type="text/javascript" src="/nwisweb/javascripts/jquery-ui-1.12.min.js"></script> <link rel="stylesheet" type="text/css" href="/nwisweb/stylesheets/jquery-ui-1.12.css" media="screen"> <script type="text/javascript" src="/nwisweb/javascripts/jquery.qtip.3.0.3.js"></script> <link rel="stylesheet" type="text/css" href="/nwisweb/stylesheets/jquery.qtip.3.0.3.css"> <script type="text/javascript" src="/nwisweb/javascripts/modernizr.min.js"></script> <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/cupertino/jquery-ui.css"> <link rel="stylesheet" href="/nwisweb/stylesheets/theme.jui.css"> <script type="text/javascript" src="/nwisweb/javascripts/jquery.tablesorter.min.js"></script> <script type="text/javascript" src="/nwisweb/javascripts/jquery.tablesorter.widgets.min.js"></script> <script type="text/javascript" src="/nwisweb/javascripts/jquery.url.js"></script> <script type="text/javascript" src="/nwisweb/javascripts/jquery.nwisweb.min.js"></script> <script type="text/javascript" src="/nwisweb/javascripts/xp_progress.js"></script> <script type="text/javascript"> //<![CDATA[ <!-- jQuery(function() { // State Specific Text //------------------------------------------------- //jQuery("#statewide_tx").hide(); // Toggle the statewide text with class jQuery(".statewide_tx_header_div").click(function() { jQuery(this).next("#statewide_tx").slideToggle(500); var divText = jQuery(".statewide_tx_header_div").html(); if (divText.indexOf('Click for') != -1) { //jQuery(".statewide_tx_header_div span").replaceWith( "<span id='statewide_header_tx'>Click to hide state-specific text</span>" ); jQuery("#statewide_header_tx").replaceWith( "<span id='statewide_header_tx'>Click to hide state-specific text</span>" ); jQuery("#collapsingIcon").removeClass('ui-icon-circle-plus'); jQuery("#collapsingIcon").addClass('ui-icon-circle-minus'); } else { //jQuery(".statewide_tx_header_div span").replaceWith( "<span id='statewide_header_tx'>Click for state-specific text</span>" ); jQuery("#statewide_header_tx").replaceWith( "<span id='statewide_header_tx'>Click for state-specific text</span>" ); jQuery("#collapsingIcon").removeClass('ui-icon-circle-minus'); jQuery("#collapsingIcon").addClass('ui-icon-circle-plus'); } }); // News Text //------------------------------------------------- //jQuery("#news_tx").hide(); // Toggle the news text with class jQuery("#news_header").click(function() { jQuery(this).next("#news_tx").slideToggle(500); var divText = jQuery("#news_header").html(); if (divText.indexOf('Click for') != -1) { jQuery("#news_header_tx").replaceWith( "<span id='news_header_tx'>Click to hide</span>" ); jQuery("#collapsingNewsIcon").removeClass('ui-icon-circle-plus'); jQuery("#collapsingNewsIcon").addClass('ui-icon-circle-minus'); jQuery("#news_header").removeClass('news_tx_header_div'); jQuery("#news_header").addClass('news_tx_header_div_expanded'); } else { jQuery("#news_header_tx").replaceWith( "<span id='news_header_tx'>Click for</span>" ); jQuery("#collapsingNewsIcon").removeClass('ui-icon-circle-minus'); jQuery("#collapsingNewsIcon").addClass('ui-icon-circle-plus'); jQuery("#news_header").removeClass('news_tx_header_div_expanded'); jQuery("#news_header").addClass('news_tx_header_div'); } }); // Station Text //------------------------------------------------- //jQuery("#station_tx").hide(); // Toggle the station text with class jQuery("#station_header").click(function() { jQuery(this).next("#station_tx").slideToggle(500); var divText = jQuery("#station_header").html(); if (divText.indexOf('Click for') != -1) { jQuery("#station_header_tx").replaceWith( "<span id='station_header_tx'>Click to hide</span>" ); jQuery("#collapsingStationIcon").removeClass('ui-icon-circle-plus'); jQuery("#collapsingStationIcon").addClass('ui-icon-circle-minus'); } else { jQuery("#station_header_tx").replaceWith( "<span id='station_header_tx'>Click for</span>" ); jQuery("#collapsingStationIcon").removeClass('ui-icon-circle-minus'); jQuery("#collapsingStationIcon").addClass('ui-icon-circle-plus'); } }); // Round corners on html5 button using only css (IE version 8 and lower need extra help) //------------------------------------------------- if (!Modernizr.borderradius) { jQuery.getScript("/nwisweb/javascripts/jquery.corner.js", function() { jQuery(".btn").corner(); jQuery(".mapperbtn").corner(); }); } // If User selects the output sites to map option, force xml //------------------------------------------------- jQuery("input[type=radio][value=nwis_mapper]").change(function(){ //alert("Output sites on a map radio was selected"); jQuery("#sitefile_output_format").val("xml"); }); // If User selects a file as search criteria, disable the output sites to map option. //------------------------------------------------- if ( jQuery("#site_no_file_attachment").length || jQuery("#parameter_cd_file_attachment").length ) { //jQuery("#nwis_mapper").attr('disabled', true); jQuery("input[type=radio][value=nwis_mapper]").attr("disabled",true); jQuery('#label_nwis_mapper').css({ opacity: 0.4 }); jQuery('div[id^="label_"]').css({ display: "inline" }); jQuery("#fileOfSitesMsg").append("* Selecting this search criteria disables the Show sites on a map option which is currently incompatible with file attachments."); jQuery("#fileOfPmCodesMsg").append("* Selecting this search criteria disables the Show sites on a map option which is currently incompatible with file attachments."); } else { //jQuery("#nwis_mapper").attr('disabled', false); jQuery("input[type=radio][value=nwis_mapper]").attr("disabled",false); jQuery('div[id^="label_"]').css({ display: "inline" }); } // Plone Help //------------------------------------------------- var ploneHelpURL = "https://help.waterdata.usgs.gov"; //alert("ploneHelp from conf:" + ploneHelpURL); // Testing qTip, a jQuery plug-in for ToolTips // Match all <A/> links with a title tag and use it as the rollover content (default). // ------------------------------------------------- jQuery('a[title]').qtip(); // Finds all <a href's with ids. If an id exists, // run a get request into Plone, find the div with the same id, // and update the title attribute so hover will populate with Plone info // ------------------------------------------------- jQuery('a').each(function(){ var thisID = jQuery(this).attr('id'); var thisHREF = jQuery(this).attr('href'); var getTextFromPlone; var partialPloneURL; var pageInPloneUsingProxy; // Search href so help data are retrieved from appropriate plone page if (thisHREF && thisID) { //alert("thisID:" + thisID + " thisHREF:" + thisHREF); // Looking for Plone or help.waterdata.usgs.gov in URL - basically only help links getTextFromPlone = thisHREF.indexOf("/Plone/"); if (getTextFromPlone > -1) { // Get URL string after /Plone/ partialPloneURL = thisHREF.split('/Plone/')[1]; pageInPloneUsingProxy = 'https://nwis.waterdata.usgs.gov/exthelp/' + partialPloneURL; } //getTextFromPlone = thisHREF.indexOf("/help.waterdata.usgs.gov/"); //if (getTextFromPlone > -1) { // Get URL string after /help.waterdata.usgs.gov/ // partialPloneURL = thisHREF.split('/help.waterdata.usgs.gov/')[1]; // pageInPloneUsingProxy = 'https://nwis.waterdata.usgs.gov/exthelp/' + partialPloneURL; //} // Pull Plone URL from Conf file // --------------------------------------------- getTextFromPlone = thisHREF.indexOf(ploneHelpURL); if (getTextFromPlone > -1) { // Get URL string after /help.waterdata.usgs.gov/ partialPloneURL = thisHREF.split(ploneHelpURL)[1]; pageInPloneUsingProxy = 'https://nwis.waterdata.usgs.gov/exthelp/' + partialPloneURL; } } if (thisID) { //alert("Testing finding <a href's with IDs = " + thisID + " URL = " + thisHREF + " pageInPloneUsingProxy = " + pageInPloneUsingProxy); var origTitle = jQuery('#'+thisID).attr("title"); jQuery('#'+thisID).mouseover(function (e) { //var getURL = "http://webvadevvs03.er.usgs.gov/exthelp/codes-and-parameters/codes"; var getURL = pageInPloneUsingProxy; var origTitlePlusData = ''; var hrefValuesList = []; var host = 'https://nwis.waterdata.usgs.gov'; jQuery.ajax({ url: getURL, dataType: "html", success: function (data) { var data = jQuery(data).find('.'+thisID); var ref, ref_mod, internalRef, anchors, i, end, data_new; // Search text returned from Plone for hrefs anchors = data.find('a'); // Loop through all href values from each anchor element // Use this to search and replace text returned from Plone to replace internal links with ploneHelpURL end = anchors.length; data_new = data.html(); var seen = {}; for (i = 0; i < end; i++) { ref = anchors[ i ].href ; ref_mod = ref.replace('https://nwis.waterdata.usgs.gov',ploneHelpURL); internalRef = ref.replace('https://nwis.waterdata.usgs.gov', ''); internalRef = internalRef.replace('&', '&amp;'); var txt = internalRef; if (seen[txt]) { // Do not replace same internal link twice } else { seen[txt] = true; //var regex = new RegExp('{'+internalRef+'}', "ig"); // Global replace efforts not working //var regex = new RegExp(internalRef, "g"); //data_new = data_new.replace(regex,ref_mod); data_new = data_new.replace(internalRef,ref_mod); // This works, but does not do global replace // This solution cannot have duplicate internal links per hover in Plone //data_new = data_new.split(internalRef).join(ref_mod); // This works global, but doubles up //alert(" Changed: " + internalRef + " to " + ref_mod + " ----> data_new: " + data_new ); hrefValuesList.push( ref ); } } //alert("data: " + data_new ); // Combine text from Plone to original title //origTitlePlusData = origTitle + ' <BR><BR> ' + data.html(); origTitlePlusData = origTitle + ' <BR><BR> ' + data_new; if (data.html() != null) { jQuery('#'+thisID).attr('title', origTitlePlusData); } } }); }); // Makes the ToolTip delay so that you can click on a URL in the help text jQuery(this).qtip({ hide: { delay:500, // Give a small delay to allow the user to mouse over it fixed:true }, style: { name: 'dark', style: { border: 1, cursor: 'pointer', padding: '5px 8px', name: 'blue' }, border: {}, tip: true // Apply a tip at the default tooltip corner } }); } // End of -> if(thisID) }); // End of -> each function // Processing Bar //------------------------------------------------- // If the loading bar exists, remove it var barChk = jQuery(".loading").text(); //alert('loading=' + barChk); if (barChk) { jQuery(document).ready(function() { processingBar.hideBar(); jQuery("#loading").fadeOut("slow",function() { jQuery("#loading").remove(); }); }); } // Select All, Unselect All Available Parameters toggle //----------------------------------------------------- jQuery("#all_available_parameters").click(function(){ if(this.checked){ jQuery('input[type=checkbox]').each(function(){ jQuery(".available_parameters").prop('checked', true); }) }else{ jQuery('input[type=checkbox]').each(function(){ jQuery(".available_parameters").prop('checked', false); }) } }); // DatePicker //------------------------------------------------- // Calendar Date Picker //------------------------------------------------- var http_text = window.location.href.substring(0,location.href.indexOf("?") + 1); //alert(http_text); var uv_search = http_text.search(/uv/i); var dv_search = http_text.search(/dv/i); //alert("Only executing datepicker jquery code where necessary..."); //alert("uv_search " + uv_search); //alert("dv_search " + dv_search); // Pull earliest uv/dv and qw por earliest dates from system conf for datepicker // var earliest_uv_date = "1950-10-01"; var earliest_dv_date = "1838-01-01"; var earliest_qw_por_date = "1860-01-01"; //alert("earliest_uv_date=" + earliest_uv_date + " earliest_dv_date=" + earliest_dv_date + " earliest_qw_por_date=" + earliest_qw_por_date); // Prep earliest year ranges for datepicker // var earliest_uv_yr = earliest_uv_date.substring(0, 4); var earliest_dv_yr = earliest_dv_date.substring(0, 4); var earliest_qw_por_yr = earliest_qw_por_date.substring(0, 4); var earliest_uv_yrRange = earliest_uv_yr + ":+0"; var earliest_dv_yrRange = earliest_dv_yr + ":+0"; var earliest_qw_por_yrRange = earliest_qw_por_yr + ":+0"; // Div ID begin_date is present // //if(jQuery( "#begin_date" ).length > 0) { if(uv_search > -1) { jQuery( "#begin_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(earliest_uv_date), maxDate: '+1d', yearRange: earliest_uv_yrRange }); jQuery( "#end_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(earliest_uv_date), maxDate: '+1d', yearRange: earliest_dv_yrRange }); jQuery( "#rt_begin_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(earliest_uv_date), maxDate: '+1d', yearRange: earliest_uv_yrRange }); jQuery( "#rt_end_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(earliest_uv_date), maxDate: '+1d', yearRange: earliest_uv_yrRange }); } else if(dv_search > -1) { jQuery( "#begin_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(earliest_dv_date), maxDate: '+1d', yearRange: earliest_dv_yrRange }); jQuery( "#end_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(earliest_dv_date), maxDate: '+1d', yearRange: earliest_dv_yrRange }); jQuery( "#rt_begin_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(earliest_dv_date), maxDate: '+1d', yearRange: earliest_dv_yrRange }); jQuery( "#rt_end_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(earliest_dv_date), maxDate: '+1d', yearRange: earliest_dv_yrRange }); } else { jQuery( "#begin_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(1800,1-1,01), maxDate: '+1d', yearRange: "1800:+0" }); jQuery( "#end_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(1800,1-1,01), maxDate: '+1d', yearRange: "1800:+0" }); jQuery( "#rt_begin_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(1800,1-1,01), maxDate: '+1d', yearRange: "1800:+0" }); jQuery( "#rt_end_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(1800,1-1,01), maxDate: '+1d', yearRange: "1800:+0" }); } if(jQuery( "#por_begin_date" ).length > 0) { jQuery( "#por_begin_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(earliest_qw_por_date), maxDate: '+1d', yearRange: earliest_qw_por_yrRange }); jQuery( "#por_end_date" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(earliest_qw_por_date), maxDate: '+1d', yearRange: earliest_qw_por_yrRange }); } //} //jQuery( "#start_dt_id" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(1800,1-1,01), maxDate: '+1d', yearRange: "1800:+0" }); //jQuery( "#end_dt_id" ).datepicker({ dateFormat: jQuery.datepicker.W3C, changeMonth: true, changeYear: true, minDate: new Date(1800,1-1,01), maxDate: '+1d', yearRange: "1800:+0" }); // TableSorter - New Version with Fixed Headers //------------------------------------------------- //jQuery("table").tablesorter({ jQuery(".dataList").tablesorter({ //selectorHeaders: '> thead th, > thead td', //widthFixed : true, headerTemplate : '{content} {icon}', // Add icon for jui theme; new in v2.7! widgets: ["columns", "filter", "stickyHeaders", "uitheme", "zebra"] , //sortList: [ [0,0], [1,0], [2,0] ], // Sorts on first 3 cols widgetOptions: { // css class name applied to the sticky header row (tr) stickyHeaders : 'tablesorter-stickyHeader', zebra : ["ui-widget-content even", "ui-state-default odd"], uitheme : 'jui' } }); // Exception for data tables using superscripts // (peaks and uv use this now) //------------------------------------------------- jQuery(".dataListWithSuperscript").tablesorter({ headerTemplate : '{content} {icon}', // Add icon for jui theme; new in v2.7! widgets: ["columns", "filter", "stickyHeaders", "uitheme", "zebra"] , widgetOptions: { // css class name applied to the sticky header row (tr) stickyHeaders : 'tablesorter-stickyHeader', zebra : ["ui-widget-content even", "ui-state-default odd"], uitheme : 'jui' }, textExtraction: function(node) { // Any columns that have a span tag, sort only on span tag content, ignoring sup (superscript) tag if (jQuery(node).find('span').text() != "") { var selected = jQuery(node).find("span").text(); return selected; } else { return jQuery(node).text(); } } }); // Click a row and it will highlight for greater visibility //------------------------------------------------- jQuery('.dataList td').click( function (event) { jQuery(this).parent('tr').toggleClass('rowclick'); }); // Click a row and it will highlight for greater visibility //------------------------------------------------- jQuery('.dataListWithSuperscript td').click( function (event) { jQuery(this).parent('tr').toggleClass('rowclick'); }); // Water-Use //------------------------------------------------- // Not needed }); // --> //]]> </script> <!--<noscript>Warning: Javascript must be enabled to use all the features on this page!</noscript>--> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-564ZVPQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="nwisweb_header"> <!-- SERVER LEVEL BANNER --> <script type="text/javascript"> //<![CDATA[ <!-- function server_level_navigation_manager() { var local_cgi_url_base = "/nwis"; var national_host_url = ""; var nwis_mapper_url = "https://maps.waterdata.usgs.gov/"; //alert(national_host_url); var office_index = document.select_office.office.selectedIndex; var office = document.select_office.office.options[ office_index ].value; var my_office = "usa"; if(office == my_office) { var url = local_cgi_url_base + '/'; } else { var url = national_host_url + '/' + office + "/nwis/"; } var program_index = document.select_office.program.selectedIndex; var program = document.select_office.program.options[ program_index ].value; if (program == 'mapper') { if (office != 'usa') { //var url = nwis_mapper_url + '?state=' + office ; var url = nwis_mapper_url + 'mapper/index.html?state=' + office; } else { var url = nwis_mapper_url ; } //window.open(url); window.location = (url); } else if(program == 'revision'){ var url = url + 'si'; //alert("url " + url); window.location = (url); } else { var url = url + program; window.location = (url);} return (false); } //--> //]]> </script> <!--<noscript>Warning: Javascript must be enabled to use all the features on this page!</noscript>--> <form name="select_office" action="/nwis" id="select_office"> <!-- BEGIN USGS Header Template --> <div id="usgscolorband"> <div id="usgsbanner"> <div id="usgsidentifier"><a href="https://www.usgs.gov/"><img src="/nwisweb/icons/USGS_header_graphic_usgsIdentifier_white.jpg" alt="USGS - science for a changing world" title="U.S. Geological Survey Home Page" width="178" height="72" /></a> </div> <div id="usgsccsabox"> <div id="usgsccsa"> <br /><a href="https://www.usgs.gov/">USGS Home</a> <br /><a href="https://www.usgs.gov/ask/">Contact USGS</a> <br /><a href="https://www.usgs.gov/search/">Search USGS</a> </div> </div> </div> </div> <div id="usgstitle"> <p><a href="/nwis">National Water Information System: Web Interface</a></p> </div> <!-- END USGS Header Template --> <!-- BEGIN Nav Bar --> <div id="navbar"> <div id="subtitle"> <b><a href="https://water.usgs.gov"><u>USGS Water Resources</u></a></b>&nbsp; &nbsp; <!--<div><a href="#top_of_page"></a></div>--> </div> <div id="navdropdowns"> <span id="programlist"> <label accesskey="c" for="program"><strong>Data Category:</strong></label><br /> <select name="program" id="program" tabindex="1"> <option value="nwis">Home</option> <option value="rt">Current Conditions</option> <option value="si">Site Information</option> <option value="mapper">Mapper</option> <option value="sw" selected="selected">Surface Water</option> <option value="gw">Groundwater</option> <option value="qw">Water Quality</option> <option value="wu">Water Use</option> <option value="revision">Revisions</option> </select> </span> <span id="statelist"> <label accesskey="A" for="office"><strong>Geographic Area:</strong></label><br /> <select onchange="return server_level_navigation_manager();" name='office' id="office" tabindex="1"> <option value="usa">United States </option><option value="al">Alabama</option> <option value="ak">Alaska</option> <option value="aq">American Samoa</option> <option value="az">Arizona</option> <option value="ar">Arkansas</option> <option value="bc">British Columbia</option> <option value="ca">California</option> <option value="eq">Canton and Enderbury Islands</option> <option value="co">Colorado</option> <option value="ct">Connecticut</option> <option value="de">Delaware</option> <option value="dc">Dist. of Columbia</option> <option value="fl">Florida</option> <option value="ga">Georgia</option> <option value="gu">Guam</option> <option value="hi">Hawaii</option> <option value="id">Idaho</option> <option value="il">Illinois</option> <option value="in">Indiana</option> <option value="ia">Iowa</option> <option value="jq">Johnston Atoll</option> <option value="ks">Kansas</option> <option value="ky">Kentucky</option> <option value="la">Louisiana</option> <option value="me">Maine</option> <option value="md">Maryland</option> <option value="ma">Massachusetts</option> <option value="mi">Michigan</option> <option value="mq">Midway Islands</option> <option value="mn">Minnesota</option> <option value="ms">Mississippi</option> <option value="mo">Missouri</option> <option value="mt">Montana</option> <option value="ne">Nebraska</option> <option value="nv">Nevada</option> <option value="nh">New Hampshire</option> <option value="nj">New Jersey</option> <option value="nm">New Mexico</option> <option value="ny">New York</option> <option value="nc">North Carolina</option> <option value="nd">North Dakota</option> <option value="mp">Northern Mariana Islands</option> <option value="oh">Ohio</option> <option value="ok">Oklahoma</option> <option value="or">Oregon</option> <option value="pa">Pennsylvania</option> <option value="pr">Puerto Rico</option> <option value="ri">Rhode Island</option> <option value="yq">Ryukyu Islands, Southern</option> <option value="sc">South Carolina</option> <option value="sd">South Dakota</option> <option value="sq">Swan Islands</option> <option value="tn">Tennessee</option> <option value="tx">Texas</option> <option value="tq">Trust Territories, Pacific Is</option> <option value="bq">U.S.Misc Caribbean Islands</option> <option value="iq">U.S.Misc Pacific Islands</option> <option value="ut">Utah</option> <option value="vt">Vermont</option> <option value="vi">Virgin Islands</option> <option value="va">Virginia</option> <option value="wq">Wake Island</option> <option value="wa">Washington</option> <option value="wv">West Virginia</option> <option value="wi">Wisconsin</option> <option value="wy">Wyoming</option> </select> </span> <span id="maingobutton"> <input accesskey="g" type="submit" value="GO" onclick="return server_level_navigation_manager();"> </span> </div> </div> <div class='clear'></div> <!-- END Nav Bar --> </form> <!--<a name="top_of_page"></a>--> <!-- noscript tag replacement-displays message if JavaScript is not enabled --> <div id="noScript">Warning: Javascript must be enabled to use all the features on this page! <script type="text/javascript"> //<![CDATA[ <!-- document.getElementById('noScript').style.display = 'none'; // --> //]]> </script> </div> <!-- NWISWeb Page Loading Script --> <p id="loading" class="loading"><br>Page Loading - Please Wait... </p> <script type="text/javascript"> //<![CDATA[ <!-- var processingBar = createBar (300,15,'white',1,'black','blue',85,7,10,""); // --> //]]> </script> <!-- SYSTEM MESSAGE --> <!-- Mobile Detection --> <!-- NWISWeb System Message --> <div class="collapse_div"> <div id="news_header" class="news_tx_header_div_expanded"> <span id="collapsingNewsIcon" class="ui-icon ui-icon-circle-minus"></span> <span id="news_header_tx">Click to hide</span>News Bulletins </div> <div id="news_tx"> <ul> <li>Explore the <i>NEW</i> <a href="https://dashboard.waterdata.usgs.gov/app/nwd/?region=lower48">USGS National Water Dashboard</a> interactive map to access real-time water data from over 13,500 stations nationwide.</span> </li> </ul> </div> </div> <div class='clear'></div> <!-- PAGE_TITLE --> <p class='h1'>Peak Streamflow for the Nation</p> <!-- STATEWIDE TEXT --> <!-- Waterdata for the Nation Next Generation TEXT --> <script type="text/javascript"> //<![CDATA[ <!-- // Pull site number and agency code from URL and update next gen link // Check for aliases: site_no, station, site_id // agency_cd = ''; new_href = ''; if(typeof jQuery.url.param("site_no") !== "undefined" || typeof jQuery.url.param("station") !== "undefined" || typeof jQuery.url.param("site_id") !== "undefined") { site_no = jQuery.url.param("site_no"); station = jQuery.url.param("station"); site_id = jQuery.url.param("site_id"); if (typeof jQuery.url.param("station") !== 'undefined' ) {site_no = station;} if (typeof jQuery.url.param("site_id") !== 'undefined' ) {site_no = site_id;} if(typeof jQuery.url.param("agency_cd") !== "undefined") {agency_cd = jQuery.url.param("agency_cd");} cur_href = jQuery(".wdfn_href").attr("href"); href_args = site_no +"/"; if(agency_cd) {href_args += "?agency_cd="+agency_cd;} // -- Catches another outlier where bing adds a few commas after a site number href_args = href_args.replace(',,',''); if (cur_href) { new_href = cur_href + "monitoring-location/" + href_args; } jQuery(".wdfn_href").attr("href", new_href); // Additional case where no site arg is present // --------------------------------------------- } else { var site_no = window.location.href.split('?')[1]; if (typeof(site_no) !== "undefined") { if ( site_no.length >= 8 && site_no.length <= 15 && !isNaN(site_no) ) { cur_href = jQuery(".wdfn_href").attr("href"); href_args = site_no +"/"; // -- Catches another outlier where bing adds a few commas after a site number href_args = href_args.replace(',,',''); if (cur_href) { new_href = cur_href + "monitoring-location/" + href_args; } jQuery(".wdfn_href").attr("href", new_href); } } } // If not on a specific site mobile detection link reverts to m.waterdata // --------------------------------------------- if (new_href == '') { jQuery("#mobileDetectionRef").attr("href", 'https://m.waterdata.usgs.gov'); jQuery("#mobileDetectionRef").text("mobile site here."); } jQuery('#wdfn_next_gen').show(); // --> //]]> </script> <!-- QW modernization banner --> <!-- Internal National Water Dashboard-Internal NWDi TEXT --> <!-- Keeping this available for any future Internal only messaging --> <!-- --> </div> <!-- nwisweb_header --> <!-- begin site_info_tx --> <div> <h2>USGS 11047000 ARROYO TRABUCO NR SAN JUAN CAPISTRANO CA</h2> <!-- STATION LEVEL NAVIGATION --> <script type="text/javascript"> <!-- function station_navigation_manager_1() { var national_host_url = ""; var WDFN_URL = "https://waterdata.usgs.gov/"; var enable_uv_to_new_page = "1"; var local_cgi_url_base = ""; var program_index = document.station_navigation_1.program.selectedIndex; var program = document.station_navigation_1.program.options[ program_index ].value; var site_no = document.station_navigation_1.site_no.value; var agency_cd = document.station_navigation_1.agency_cd.value; var ref_module = ''; if(program.match(/dv|dvstat|monthly|annual/)) { ref_module = ""; if(ref_module == "") { ref_module = "&amp;referred_module=sw" } } // Hardcoding stay_local variable here due to javascript incompatiblities var stay_local = 0; if (program_index <= 4 || program.match(/dv|dvstat|monthly|annual|measurements|wys_rpt/)){ stay_local = 1; } //alert("stay_local " + stay_local); var url = ''; if (program == "epa_huc_surf") { url = "https://cfpub.epa.gov/surf/huc.cfm?huc_code=18070301"; } else if (program == "adr") { url = "https://wdr.water.usgs.gov/wy/pdfs/11047000..pdf"; } //else if (program == "awl") { // url = "https://groundwaterwatch.usgs.gov/AWLSites.asp?S=11047000"; //} else { if (stay_local == 1) { url = "/nwis/"; } else { if (national_host_url) { url = "/ca/nwis/"; } else { url = "/nwis/"; } } var dv_pattern = /dvstat|monthly|annual/; if(program.match(dv_pattern)) { url = url + program + "/?search_site_no=" + site_no + "&amp;agency_cd=" + agency_cd + ref_module + "&amp;format=sites_selection_links"; } else { url = url + program + "/?site_no=" + site_no + "&agency_cd=" + agency_cd + ref_module; // Send uv [Available data for this site] to new page if (enable_uv_to_new_page == "1" && program == "uv") { url = "https://waterdata.usgs.gov/" + "monitoring-location/" + site_no; } } } window.location = (url); return (false); } //--> </script> <!--<noscript>Warning: Javascript must be enabled to use all the features on this page!</noscript>--> <form id="station_level_navigation_bar_form" name="station_navigation_1" action="/nwis"> <div id="availableData"> <label accesskey="A" for="select_data_1"><font color="#FFFFFF" face="Verdana,Arial,Helvetica,sans-serif" size="-1"> <strong> &nbsp; Available data for this site &nbsp; </strong> </font></label> <font color="#FFFFFF" face="Verdana,Arial,Helvetica,sans-serif" size="-1"> <select onchange="return station_navigation_manager_1();" name='program' id="select_data_1"> <option value="inventory" >SUMMARY OF ALL AVAILABLE DATA</option> <option value="dv" >Time-series: &nbsp; Daily data</option> <option value="dvstat" >Time-series: &nbsp; Daily statistics</option> <option value="monthly" >Time-series: &nbsp; Monthly statistics</option> <option value="annual" >Time-series: &nbsp; Annual statistics</option> <option value="peak" selected="selected">Surface-water: &nbsp; Peak streamflow</option> <option value="qwdata" >Water-Quality: &nbsp; Field/Lab samples</option> <option value="revision" >Revisions</option> </select> <input type="hidden" alt="Site Number" name="site_no" value="11047000" /> <input type="hidden" alt="Agency Code" name="agency_cd" id="agency_cd" value="USGS" /> <input type="submit" alt="Submit" value="GO" onclick="return station_navigation_manager_1()" /> </font> </div> <div class='clear'></div> </form> </div> <!-- end site_info_tx --> <!-- begin html table --> <div class='clear'></div> <div class='leftsidetext'><div align="left">Orange County, California</div><div align="left">Hydrologic&nbsp;Unit&nbsp;Code 18070301</div> <div align="left">Latitude&nbsp; 33&#176;31'36", Longitude&nbsp;117&#176;40'08" NAD27</div> <div align="left">Drainage&nbsp;area 35.7 &nbsp;square&nbsp;miles</div><div align="left">Gage&nbsp;datum 180.00 feet above NGVD29</div></div> <div class='rightsidetext'><!--<table border="1" cellpadding="2" width="100%" align="center" bgcolor="#000080">--> <table border="1" cellpadding="2" width="100%" align="center" bgcolor="#0061A3"> <caption> <strong>Output formats</strong> </caption> <tr> <td class="highlight1" align="left"> <a href="/nwis/peak?site_no=11047000&amp;agency_cd=USGS&amp;format=html"> <font color="#000" face="Verdana,Arial,Helvetica,sans-serif" size="-1"> Table </font> </a> </td> </tr> <tr> <td bgcolor="#FFFFFF" align="left"> <a href="/nwis/peak?site_no=11047000&amp;agency_cd=USGS&amp;format=gif"> <font color="#000" face="Verdana,Arial,Helvetica,sans-serif" size="-1"> Graph </font> </a> </td> </tr> <tr> <td bgcolor="#FFFFFF" align="left"> <a href="/nwis/peak?site_no=11047000&amp;agency_cd=USGS&amp;format=rdb"> <font color="#000" face="Verdana,Arial,Helvetica,sans-serif" size="-1"> Tab-separated file </font> </a> </td> </tr> <tr> <td bgcolor="#FFFFFF" align="left"> <a href="/nwis/peak?site_no=11047000&amp;agency_cd=USGS&amp;format=hn2"> <font color="#000" face="Verdana,Arial,Helvetica,sans-serif" size="-1"> peakfq (watstore) format </font> </a> </td> </tr> <tr> <td bgcolor="#FFFFFF" align="left"> <a href="/nwis/peak?site_no=11047000&amp;agency_cd=USGS&amp;format=brief_list"> <font color="#000" face="Verdana,Arial,Helvetica,sans-serif" size="-1"> Reselect output format </font> </a> </td> </tr> </table> </div> <div class='clear'></div> <div class='leftsidetext'><table class="tablesorter dataListWithSuperscript"> <thead> <tr> <th>Water<br />Year</th> <th>Date</th> <th>Gage<br />Height<br />(feet)</th> <th>Stream-<br />flow<br />(cfs)</th> </tr> </thead> <tbody> <tr> <td align="center">1932</td> <td nowrap="nowrap" align="left">1932-02-08</td> <td align="right"><span>3.42</span></td> <td align="right"><span>381</span></td> </tr> <tr> <td align="center">1933</td> <td nowrap="nowrap" align="left">1933-01-19</td> <td align="right"><span>3.07</span></td> <td align="right"><span>39.0</span></td> </tr> <tr> <td align="center">1934</td> <td nowrap="nowrap" align="left">1934-01-01</td> <td align="right"><span>4.30</span></td> <td align="right"><span>63.0</span></td> </tr> <tr> <td align="center">1935</td> <td nowrap="nowrap" align="left">1935-01-05</td> <td align="right"><span>5.35</span></td> <td align="right"><span>198</span></td> </tr> <tr> <td align="center">1936</td> <td nowrap="nowrap" align="left">1936-02-15</td> <td align="right"><span>&nbsp;</span></td> <td align="right"><span>160</span></td> </tr> <tr> <td align="center">1937</td> <td nowrap="nowrap" align="left">1937-02-06</td> <td align="right"><span>6.80</span></td> <td align="right"><span>9,240</span></td> </tr> <tr> <td align="center">1938</td> <td nowrap="nowrap" align="left">1938-03-02</td> <td align="right"><span>7.50</span></td> <td align="right"><span>4,400</span></td> </tr> <tr> <td align="center">1939</td> <td nowrap="nowrap" align="left">1939-02-03</td> <td align="right"><span>2.57</span></td> <td align="right"><span>188</span></td> </tr> <tr> <td align="center">1940</td> <td nowrap="nowrap" align="left">1940-02-03</td> <td align="right"><span>4.15</span></td> <td align="right"><span>358</span></td> </tr> <tr> <td align="center">1941</td> <td nowrap="nowrap" align="left">1941-02-21</td> <td align="right"><span>3.70</span></td> <td align="right"><span>876</span></td> </tr> <tr> <td align="center">1943</td> <td nowrap="nowrap" align="left">1943-01-23</td> <td align="right"><span>4.80</span></td> <td align="right"><span>2,850</span></td> </tr> <tr> <td align="center">1944</td> <td nowrap="nowrap" align="left">1944-02-22</td> <td align="right"><span>2.92</span></td> <td align="right"><span>896</span></td> </tr> <tr> <td align="center">1945</td> <td nowrap="nowrap" align="left">1945-03-15</td> <td align="right"><span>2.16</span></td> <td align="right"><span>218</span></td> </tr> <tr> <td align="center">1946</td> <td nowrap="nowrap" align="left">1945-12-23</td> <td align="right"><span>1.94</span></td> <td align="right"><span>133</span></td> </tr> <tr> <td align="center">1947</td> <td nowrap="nowrap" align="left">1946-11-23</td> <td align="right"><span>2.43</span></td> <td align="right"><span>92.0</span></td> </tr> <tr> <td align="center">1948</td> <td nowrap="nowrap" align="left">1947-12-05</td> <td align="right"><span>1.86</span></td> <td align="right"><span>6.70</span></td> </tr> <tr> <td align="center">1949</td> <td nowrap="nowrap" align="left">1949-01-13</td> <td align="right"><span>1.79</span></td> <td align="right"><span>3.60</span></td> </tr> <tr> <td align="center">1950</td> <td nowrap="nowrap" align="left">1950-01-11</td> <td align="right"><span>1.96</span></td> <td align="right"><span>3.80</span></td> </tr> <tr> <td align="center">1951</td> <td nowrap="nowrap" align="left">1951-01-08</td> <td align="right"><span>1.95</span></td> <td align="right"><span>0.20</span></td> </tr> <tr> <td align="center">1952</td> <td nowrap="nowrap" align="left">1952-01-16</td> <td align="right"><span>3.55</span></td> <td align="right"><span>850</span></td> </tr> <tr> <td align="center">1953</td> <td nowrap="nowrap" align="left">1952-12-01</td> <td align="right"><span>1.86</span></td> <td align="right"><span>3.60</span></td> </tr> <tr> <td align="center">1954</td> <td nowrap="nowrap" align="left">1954-01-25</td> <td align="right"><span>2.55</span></td> <td align="right"><span>66.0</span></td> </tr> <tr> <td align="center">1955</td> <td nowrap="nowrap" align="left">1955-01-18</td> <td align="right"><span>2.01</span></td> <td align="right"><span>3.70</span></td> </tr> <tr> <td align="center">1956</td> <td nowrap="nowrap" align="left">1956-01-27</td> <td align="right"><span>3.35</span></td> <td align="right"><span>745</span></td> </tr> <tr> <td align="center">1957</td> <td nowrap="nowrap" align="left">1957-01-13</td> <td align="right"><span>1.95</span></td> <td align="right"><span>3.10</span></td> </tr> <tr> <td align="center">1958</td> <td nowrap="nowrap" align="left">1958-03-16</td> <td align="right"><span>4.17</span></td> <td align="right"><span>1,930</span></td> </tr> <tr> <td align="center">1959</td> <td nowrap="nowrap" align="left">1959-02-21</td> <td align="right"><span>1.80</span></td> <td align="right"><span>2.00</span></td> </tr> <tr> <td align="center">1960</td> <td nowrap="nowrap" align="left">1960-02-01</td> <td align="right"><span>2.44</span></td> <td align="right"><span>182</span></td> </tr> <tr> <td align="center">1961</td> <td nowrap="nowrap" align="left">1960-11-06</td> <td align="right"><span>1.87</span></td> <td align="right"><span>1.60</span></td> </tr> <tr> <td align="center">1962</td> <td nowrap="nowrap" align="left">1962-02-21</td> <td align="right"><span>2.82</span></td> <td align="right"><span>93.0</span></td> </tr> <tr> <td align="center">1963</td> <td nowrap="nowrap" align="left">1963-02-10</td> <td align="right"><span>2.27</span></td> <td align="right"><span>9.20</span></td> </tr> <tr> <td align="center">1964</td> <td nowrap="nowrap" align="left">1963-11-20</td> <td align="right"><span>2.51</span></td> <td align="right"><span>11.0</span></td> </tr> <tr> <td align="center">1965</td> <td nowrap="nowrap" align="left">1965-04-08</td> <td align="right"><span>2.27</span></td> <td align="right"><span>31.0</span></td> </tr> <tr> <td align="center">1966</td> <td nowrap="nowrap" align="left">1965-11-23</td> <td align="right"><span>3.50</span></td> <td align="right"><span>1,000</span><sup>5</sup></td> </tr> <tr> <td align="center">1967</td> <td nowrap="nowrap" align="left">1966-12-06</td> <td align="right"><span>4.25</span></td> <td align="right"><span>3,200</span><sup>5</sup></td> </tr> <tr> <td align="center">1968</td> <td nowrap="nowrap" align="left">1967-11-21</td> <td align="right"><span>2.48</span></td> <td align="right"><span>16.0</span><sup>5</sup></td> </tr> <tr> <td align="center">1969</td> <td nowrap="nowrap" align="left">1969-02-24</td> <td align="right"><span>5.42</span><sup>6</sup></td> <td align="right"><span>8,000</span><sup>5</sup></td> </tr> <tr> <td align="center">1970</td> <td nowrap="nowrap" align="left">1970-03-05</td> <td align="right"><span>2.47</span></td> <td align="right"><span>27.0</span><sup>5</sup></td> </tr> <tr> <td align="center">1971</td> <td nowrap="nowrap" align="left">1970-12-21</td> <td align="right"><span>2.76</span></td> <td align="right"><span>44.0</span><sup>5</sup></td> </tr> <tr> <td align="center">1972</td> <td nowrap="nowrap" align="left">1971-12-28</td> <td align="right"><span>2.39</span></td> <td align="right"><span>46.0</span><sup>5</sup></td> </tr> <tr> <td align="center">1980</td> <td nowrap="nowrap" align="left">1980-02-18</td> <td align="right"><span>3.18</span></td> <td align="right"><span>3,140</span><sup>5</sup></td> </tr> <tr> <td align="center">1981</td> <td nowrap="nowrap" align="left">1981-01-29</td> <td align="right"><span>1.78</span></td> <td align="right"><span>564</span><sup>5</sup></td> </tr> </tbody> </table> </div> <div class='clear'></div> <div align="left"> <div class="helpBtn"> <a href="peak?help#gageht_qual_cd" title="Definition of all Peak Gage-Height Qualification Codes" id="gageht_qual_cd"><span>?</span></a> </div>&nbsp; Peak Gage-Height Qualification Codes. <ul> <li>6 -- Gage datum changed during this year</li> </ul> </div> <div align="left"> <div class="helpBtn"> <a href="peak?help#flow_qual_cd" title="Definition of all Peak Streamflow Qualification Codes" id="flow_qual_cd"><span>?</span></a> </div>&nbsp; Peak Streamflow Qualification Codes. <ul> <li>5 -- Discharge affected to unknown degree by Regulation or Diversion</li> </ul> </div> <!-- end html table --> <div id="nwisweb_footer"> <div class='clear'></div> <div id="usgssubfooter"> <hr> <div id="leftsubfooter"> <a id="gs_questions" href=https://waterdata.usgs.gov/questions-comments/?&ownerCode=USA&referrerUrl=https%3A%2F%2Fnwis.waterdata.usgs.gov%2Fnwis%2Fpeak%3Fsite_no%3D11047000%26agency_cd%3DUSGS%26format%3Dhtml target="_blank">Questions or Comments</a><br /> <a href="https://help.waterdata.usgs.gov">Help</a><br /> </div> <div id="rightsubfooter"> <a href="https://water.usgs.gov/data/watertips.html">Data Tips</a><br /> <a href="https://water.usgs.gov/edu/dictionary.html">Explanation of terms</a><br /> <!--<a href="/nwis/help/help?form=email">Subscribe for system changes</a>--> <!--<a href="/nwis/subscribe/help?form=email">Subscribe for system changes</a>--> <a href="/nwis/subscribe?form=email">Subscribe for system changes</a> <br /> </div> </div> <div class='clear'></div> <!-- BEGIN USGS Footer Template --> <div id="usgsfooter"> <p id="usgsfooterbar"> <a href="https://www.usgs.gov/laws/accessibility.html" title="Accessibility Policy (Section 508)">Accessibility</a> <a href="https://www.usgs.gov/foia/" title="Freedom of Information Act">FOIA</a> <a href="https://www.usgs.gov/privacy.html" title="Privacy policies of the U.S. Geological Survey.">Privacy</a> <a href="https://www.usgs.gov/policies_notices.html" title="Policies and notices that govern information posted on USGS Web sites.">Policies and Notices</a> </p> <p id="usgsfootertext"> <a href="https://usa.gov/"><img src="/nwisweb/icons/USGS_footer_graphic_usagov.jpg" alt="USA.gov logo" title="USAGov: Government Made Easy" width="90" height="26" /></a> <a href="https://www.doi.gov/">U.S. Department of the Interior</a> | <a href="https://www.usgs.gov/">U.S. Geological Survey</a><br /> <b>Title: Surface Water for USA: Peak Streamflow <br /> URL: <span id="footerURL">https://nwis.waterdata.usgs.gov/nwis/peak?<br /><br /></span></b> Page Contact Information: <a href=https://waterdata.usgs.gov/questions-comments/?&ownerCode=USA&referrerUrl=https%3A%2F%2Fnwis.waterdata.usgs.gov%2Fnwis%2Fpeak%3Fsite_no%3D11047000%26agency_cd%3DUSGS%26format%3Dhtml target="_blank">USGS Water Data Support Team</a><br /> Page Last Modified: 2024-11-24 01:09:43 EST<br /> <font size="-2"> 0.21 &nbsp; 0.21 nadww01<br /></font> </p> </div> <br> <!-- END USGS Footer Template --> </div> <!-- nwisweb_footer --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10