GIS 540
AGRICULTURAL LAND BEST MANAGEMENT PRACTICES Abstract: The purpose of this program will be to apply farmland best management practices(BMP) to parcels of land entered by the user. Examples of BMP are stream and water body vegetation buffers, and runoff control from roads and other compacted surfaces. This program will also output area of lakes or ponds, and lengths of rivers, creeks, and roads in feet. Input Data: Examples of data would be shapefiles such as lakes, roads and streams. However, the ideal program would extract this data from the entire parcel of land, sort the usable shapefiles and perform the BMP on the shapefiles. Batch Processing: Out of the shapefiles the program will perform a buffer tool on all water bodies. It will also calculate length of roads and slope to determine in what lengths of road erosion control is needed. Pseudocode: OBTAIN shapefiles from workspace |
Name: Engelbert Humberdinck
(eghumber)
I. TITLE: Water Supply Model Sensitivity Analysis II. ABSTRACT: The U.S. Forest Service’s Eastern Forest Environmental Threat Assessment Center (EFTETAC) has developed a Water Supply Stress Index Model (WaSSI) that uses a set of 11 soil moisture parameters developed by the National Weather Service for use in flood forecasting. When properly calibrated, these soil moisture parameters can help accurately model daily hydrographs. However, the WaSSI model predicts water supply issues on a time frame of months to years and over areas where the parameters cannot be calibrated to actual runoff values. Ideally, a sensitivity analysis could determine which soil parameters are necessary and which could be eliminated from the model. A cursory analysis showed that only four parameters had a substantial effect on twenty year average annual runoff values. However, the model underestimates runoff during dry months, which is compensated by over estimation during wetter months. A more sophisticated analysis at the monthly time frame needs to be conducted. III. INPUT DATA: * Eleven soil moisture parameter rasters for the conterminous U.S. IV. DATA PRODUCTS: * Table of average sensitivity index values for each HUC for each month (12 columns x n rows, where n is the number of HUC) V. BATCH PROCESSING: * Create 22 input files, by modifying each parameter by one standard deviation. VI. PSEUDOCODE: FOR each soil parameter FOR each new input file FOR each pair of plus/minus output files FOR each index file |