|
||||
| Watershed Modeling |
| Home | People | Research Topics | Publications | Software | Training | Support | Related Links | FAQs |
|
Table of Contents
MODULE PROCESS (TYPE) DEFINITION KEYWORDS CREATION DATE PARAMETERS DECLARED VARIABLES DECLARED EXTERNAL VARIABLES USED DESCRIPTION REFERENCES DEVELOPER NAME AND ADDRESS NAMEsrunoff_carea_prms.f
MODULE PROCESS (TYPE)Surface runoff
DEFINITIONComputes surface runoff and infiltration for each HRU using a variable source area method
KEYWORDSCREATION DATEJuly 1992
PARAMETERS DECLAREDcarea_maxMaximum possible area contributing to surface runoff, expressed as a portion of the HRU area, decimal percent. carea_min Minimum possible area contributing to surface runoff, expressed as a portion of the HRU area, decimal percent. imperv_stor_max Maximum impervious area retention storage for HRU, in inches. basin_area Total basin area, in acres [basin] hru_area HRU area, in acres [basin] snowinfil_max Maximum infiltration rate for snowmelt, in inches per day [snow]. soil_rechr_max Maximum value for soil recharge zone (upper portion of soil profile where losses occur as both evaporation and transpiration), in inches. [smbal]
VARIABLES DECLAREDbasin_infilWeighted average infiltration for the basin, in inches. basin_sroff Weighted average surface runoff for the basin, in inches. imperv_evap Evaporation from impervious area, in inches. imperv_stor Storage on impervious area, in inches. infil Infiltration for each HRU, in inches. sroff Surface runoff for each HRU, in inches.
EXTERNAL VARIABLES USEDhru_impervHRU impervious area in acres. [basin] hru_perv HRU pervious area in acres. [basin] hru_ppt Precipitation on HRU, rain and snow, in inches. [precip] hru_rain Rain on HRU, in inches. [precip] net_ppt HRU net precipitation, the sum of net_rain and net_snow, in inches. [intcp] net_rain Rain on an HRU (hru_rain) minus interception, in inches. [intcp] pkwater_equiv Snowpack water equivalent on an HRU, in inches. [snow] potet Potential evapotranspiration for each HRU, in inches. [potet] pptmix_nopack Indicator that a rain-snow mix event has occurred with no snowpack present on an HRU. [snow] snowmelt Snowmelt from snowpack on an HRU, in inches. [snow] snow_evap Evaporation and sublimation from snowpack. on an HRU, in inches. [snow] soil_rechr Moisture content for the upper soil zone for each HRU, in inches. [smbal]
DESCRIPTIONThis module computes the surface runoff for rain or snowmelt on pervious and impervious areas and keeps track of the retention storage on impervious areas.Surface runoff from rainfall on pervious, snow-free HRU's is computed using a contributing area concept (Dickenson and Whitely, 1970; Hewlett and Nutter, 1970). The percent of an HRU contributing to surface runoff is computed as a linear function of antecedent soil moisture and rainfall amount. The contributing area, ca_percent is computed by:(1) > ![]() where carea_min is the minimum possible area contributing to surface runoff, soil_rechr is the moisture content for the upper soil zone for each HRU, soil_rechr_max is the maximum value for available water in the upper soil zone, and (2) carea_max is the maximum possible area contributing to surface runoff. Surface runoff for the pervious area (srp) is then computed as: (3) net_rain is the rain on an HRU minus interception, and infiltration (infil) is: (4) imperv_stor is the storage on impervious area, in inches, and imperv_stor_max is the maximum impervious area retention storage for HRU, in inches. Subroutine imperv_evap
REFERENCES
DEVELOPER NAME AND ADDRESSGeorge H. Leavelsey
|
| AccessibilityFOIAPrivacyPolicies and Notices | |
![]() |
|