|
4 | 4 |
|
5 | 5 | # Units of Measurement |
6 | 6 | # |
7 | | -# Parameter Long Name US Customary SI Metric |
8 | | -# AREA_SUBCATCH Subcatchment Area acres ac hectares ha |
9 | | -# AREA_STOR Storage Unit Area square feet sq ft square meters sq m |
10 | | -# AREA_POND Ponding Area square feet sq ft square meters sq m |
11 | | -# CAP_SUC Capillary Suction inches in millimeters mm |
12 | | -# CONC Concentration milligrams/liter mg/L milligrams/liter mg/L |
13 | | -# micrograms/liter ug/L micrograms/liter ug/L |
14 | | -# counts/liter Count/L counts/liter Count/L |
15 | | -# INFIL_DECAY Infiltration Decay Constant 1/hours 1/hrs 1/hours 1/hrs |
16 | | -# POLLUT_DECAY Pollutant Decay Constant 1/days 1/days 1/days 1/days |
17 | | -# DEPRES_STOR Depression Storage inches in millimeters mm |
18 | | -# DEPTH Depth feet ft meters m |
19 | | -# DIAM Diameter feet ft meters m |
20 | | -# DISC_COEFF_ORIF Orifice Discharge Coefficient dimensionless dimless dimensionless dimless |
21 | | -# DISC_COEFF_WEIR Weir Discharge Coefficient CFS/foot^n CFS/ft^n CMS/meter^n CMS/m^n |
22 | | -# ELEV Elevation feet ft meters m |
23 | | -# EVAP_RATE Evaporation inches/day in/day millimeters/day mm/day |
24 | | -# FLOW_RATE Flow cubic feet/sec CFS cubic meter/sec CMS |
25 | | -# gallons/minute GPM liter/sec LPS |
26 | | -# million gallons/day MGD million liter/day MLD |
27 | | -# HEAD Head feet ft meters m |
28 | | -# HYD_CONDUCT Hydraulic Conductivity inches/hour in/hr millimeters/hour mm/hr |
29 | | -# INFIL_RATE Infiltration Rate inches/hour in/hr millimeters/hour mm/hr |
30 | | -# LEN Length feet ft meters m |
31 | | -# MANN_N Manning's n seconds/meter^1/3 sec/m^1/3 seconds/meter^1/3 sec/m^1/3 |
32 | | -# POLLUT_BUILDUP Pollutant Buildup mass/length mass/len mass/length mass/len |
33 | | -# mass/acre mass/ac mass/hectare mass/ha |
34 | | -# RAIN_INTENSITY Rainfall Intensity inches/hour in/hr millimeters/hour mm/hr |
35 | | -# RAIN_VOLUME Rainfall Volume inches in millimeters mm |
36 | | -# SLOPE_SUBCATCH Subcatchment Slope percent percent percent percent |
37 | | -# SLOPE_XSEC Cross Section Slope rise/run rise/run rise/run rise/run |
38 | | -# STREET_CLEAN_INT Street Cleaning Interval days days days days |
39 | | -# VOLUME Volume cubic feet cu ft cubic meters cu m |
40 | | -# WIDTH Width feet ft meters m |
| 7 | +# Units US Customary SI Metric |
| 8 | +# AREA_SUBCATCH acres ac hectares ha |
| 9 | +# AREA_STOR square feet sq ft square meters sq m |
| 10 | +# AREA_POND square feet sq ft square meters sq m |
| 11 | +# CAP_SUC inches in millimeters mm |
| 12 | +# CONC milligrams/liter mg/L milligrams/liter mg/L |
| 13 | +# micrograms/liter ug/L micrograms/liter ug/L |
| 14 | +# counts/liter Count/L counts/liter Count/L |
| 15 | +# INFIL_DECAY 1/hours 1/hrs 1/hours 1/hrs |
| 16 | +# POLLUT_DECAY 1/days 1/days 1/days 1/days |
| 17 | +# DEPRES_STOR inches in millimeters mm |
| 18 | +# DEPTH feet ft meters m |
| 19 | +# DIAM feet ft meters m |
| 20 | +# DISC_COEFF_ORIF dimensionless dimless dimensionless dimless |
| 21 | +# DISC_COEFF_WEIR CFS/foot^n CFS/ft^n CMS/meter^n CMS/m^n |
| 22 | +# ELEV feet ft meters m |
| 23 | +# EVAP_RATE inches/day in/day millimeters/day mm/day |
| 24 | +# FLOW_RATE cubic feet/sec CFS cubic meter/sec CMS |
| 25 | +# gallons/minute GPM liter/sec LPS |
| 26 | +# million gallons/day MGD million liter/day MLD |
| 27 | +# HEAD feet ft meters m |
| 28 | +# HYD_CONDUCT inches/hour in/hr millimeters/hour mm/hr |
| 29 | +# INFIL_RATE inches/hour in/hr millimeters/hour mm/hr |
| 30 | +# LEN feet ft meters m |
| 31 | +# MANN_N seconds/meter^1/3 sec/m^1/3 seconds/meter^1/3 sec/m^1/3 |
| 32 | +# POLLUT_BUILDUP mass/length mass/len mass/length mass/len |
| 33 | +# mass/acre mass/ac mass/hectare mass/ha |
| 34 | +# RAIN_INTENSITY inches/hour in/hr millimeters/hour mm/hr |
| 35 | +# RAIN_VOLUME inches in millimeters mm |
| 36 | +# SLOPE_SUBCATCH percent percent percent percent |
| 37 | +# SLOPE_XSEC rise/run rise/run rise/run rise/run |
| 38 | +# STREET_CLEAN_INT days days days days |
| 39 | +# VOLUME cubic feet cu ft cubic meters cu m |
| 40 | +# WIDTH feet ft meters m |
41 | 41 |
|
42 | 42 |
|
43 | 43 | # Output Metadata |
44 | 44 | # |
45 | | -# Subcatch Attributes Long Name Parameter Name |
| 45 | +# Subcatch Attributes Long Name Units |
46 | 46 | # RAINFALL Rainfall RAIN_INTENSITY |
47 | 47 | # SNOW_DEPTH Snow Depth DEPTH |
48 | 48 | # EVAP_LOSS Evaporation Loss LOSS_RATE |
|
0 commit comments