Last Modified: 2024-03-21 07:26:28.831

This tutorial demonstrates how to estimate Clark's storage coefficient (R) for three subbasins.

Software Version

HEC-HMS version 4.12 beta 3 was used to create this example. You can open the example project with HEC-HMS 4.12 or a newer version.

Project Files

Initial project files can be downloaded here:

Tc_R_Initial.zip

Overview

In this tutorial, you will be estimating the Tc and R.  We will be using the equation which was derived for a Dam Safety Study in Pennsylvania. 

T_c = 2.2 * (\frac{L*L_C}{\sqrt{Slope_{10-85}}})^{0.3}

where T_c = time of concentration (hrs); L =longest flow path (mi); L_c = Centroidal flow path (mi); Slope_{10-85} = average slope of the flow path represented by 10 to 85 percent of the longest flow path (ft/mi).  

Once the time of concentration is estimated, the storage coefficient will be estimated using the following relationship from nearby watersheds:

\frac{R}{T_c+R}= 0.65\;or\;R=\frac{13}{7}*T_c

Extract Basin Characteristics

  1. To estimate the land slope, open the Punx.hms project.
    1. Select the Sep2018 Basin Model.
      Sep2018 basin model
    2. Compute the basin characteristics by selecting Parameters | Characteristics | Subbasin.
      Subbasin characteristics
    3. HEC-HMS will auto-populate basin characteristics for each subbasin.  
      Subbasin Characteristics

      The 10-85 Flowpath Slope in the regression equation is in ft/mi, make sure you select the correct statistic and apply the appropriate factor when estimating the time of concentration.

  2. Extract the Longest Flowpath Length, Centroidal Flowpath Length, and the 10-85 Flowpath Slope for Stump Creek, Mahoning Creek, and EB Mahoning Creek.

Time of Concentration and Storage Coefficient Computation 

  1. Using the equation and subbasin characteristics above, calculate the time of concentration for each subbasin. Note the values for each subbasin.
    2.2 * (pow(([Longest Flowpath Length (MI)] * [Centroidal Flowpath Length (MI)]) / (pow([10-85 Flowpath Slope (FT/MI)],0.5)),0.3))
    CODE

  2. After computing your time of concentration, begin computing your storage coefficient value.  Note the values for each subbasin.  
  3. Once you have your Tc and R values computed for each subbasin, insert your computed values into the HEC-HMS model
     

    Global Editor Expression Calculator

    Note: The below steps demonstrate how to manually calculate and populate Tc and R parameters element by element within the Transform Component Editor. An alternate approach, which is recommended for large models, is to use the expression calculator within the Transform Global Editor (as seen below).
    Tc Calculation via the Expression Calculator

    1. Select subbasin element East Branch Mahoning Creek.  The Component Editor will appear for East Branch Mahoning Creek below.  
    2. In the Component Editor, select the Transform tab and enter your Tc and R values for East Branch Mahoning Creek.  Leave the Method as "Standard" and the Time-Area Method as "Default".
      Clark component editor
      Using the HEC-HMS Technical Reference Manual, can you find the default time-area relationship built into HMS?

      The time-area relationship can be found here: Clark Unit Hydrograph Model under Estimating Model Parameters.

    3. Repeat the above two steps for the remaining two subbasins.
  4. Once you have your parameters entered, compute the simulation by selecting the Sep2018 simulation on the toolbar and click on the compute button, .

  5. Once the compute is complete, close the compute progress bar and navigate to the Results tabs.  Under the Simulation Runs folder, review your results by expanding the Sep2018 simulation and clicking through your model elements.  When you are done reviewing your results, click on the Mahoning Creek at Punx Gage element and select Graph.  The following graph should appear showing the combined simulated flow (blue lines) compared with the observed flow (black dotted lines)
  6. BONUS - re-compute the Time of Concentration and Storage Coefficient using the Expression Calculator. Try using the Expression Calculator in the Clark Unit Hydrograph Global Editor to compute Tc and R described here.


Project Files

Final project files can be downloaded here:

Tc_R_Final.zip

Questions

  1. What values did you receive for your Tc and R?

    Using the regression equation and basin characteristics from HMS:

    Subbasin TcR
    East Branch Mahoning Creek4.728.77
    Stump Creek5.8610.88
    Mahoning Creek Local7.0213.04
  2. Is the hydrograph output from your simulation a "unit hydrograph"?  Why or why not?  If not, how would you go about generating a unit hydrograph in HEC-HMS?  

    No, the definitions of a unit hydrograph is one unit of uniform excess precipitation over the watershed.  The hydrograph output is the composition of multiple, temporally varying, scaled unit hydrographs where the precipitation was either larger or smaller than 1 unit.  The output hydrograph also includes baseflow which is accounting for more than just excess runoff.  You can generate a unit hydrograph from your Clark method by turning off any losses (setting losses to zero), removing the baseflow component, inputting one inch of precipitation in the meteorological model over the entire basin, and simulating the model.  Additionally, the DSS output also stores the unit hydrograph!  

  3. How does your simulated results compare to the observed hydrograph?  

    The simulated hydrograph matches pretty closely to the observed hydrograph!  This is likely because other model parameters have been calibrated for you.  

Continue to Time of Concentration and Storage Coefficient Impacts to the Hydrograph