get_runoff_values

get_runoff_values(
  cropcover_agg,
  runoff_agg,
  lc_values,
  polygon_area,
  land_table
)

Arguments

cropcover_agg

cropcover raster

runoff_agg

runoff raster

lc_values

land cover values

polygon_area

area of select watershed

land_table

land table created by functions

Details

This function calculates runoff volume in meters cubed per second for different land covers across the CONUS.

Author

Kristian Nelson (kristian.nelson@pnnl.gov)