{ "name": "recharge", "displayName": "GW Recharge", "description": "Calculates ground water recharge in a user-defined area for various scenarios:\n\nbaseline: a best-guess of ground water recharge rates based upon land cover (from a dominant condition analysis of the Cropland Data Layer for the years 2010 - 2013), hydrologic soil group (from SSURGO), and (optionally) slope class (5%) within the user-defined area.\n\nbaseline_change: a change in ground water recharge from a baseline condition (as defined above), and a user specified condition: a land cover or BMP, a hydrologic soil group (optional), and slope class (optional)\n\ndual_scenario: a difference in ground water recharge from two user-specified conditions as defined above.", "category": "", "helpUrl": "http://35.8.121.105/ags10/rest/directories/arcgisoutput/GLWMS/Recharge_GPServer/GLWMS_Recharge/recharge.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "runid", "dataType": "GPString", "displayName": "runid", "description": "A unique identifier for the scenario. '#' will create an auto-generated ID.", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "coords", "dataType": "GPString", "displayName": "coords", "description": "Polygon coordinates in lat./lon.", "direction": "esriGPParameterDirectionInput", "defaultValue": "-83.85, 43.486; -83.844, 43.486;-83.844,43.483;-83.85,43.483; -83.85, 43.486", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "scenario", "dataType": "GPString", "displayName": "scenario", "description": "The recharge scenario type.\nbaseline - ", "direction": "esriGPParameterDirectionInput", "defaultValue": "baseline_change", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "baseline", "baseline_change", "dual_scenario" ] }, { "name": "include_slope", "dataType": "GPBoolean", "displayName": "include_slope", "description": "Boolean indicating whether slope should be referenced in calculations of recharge.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "model_tile_drainage", "dataType": "GPBoolean", "displayName": "model_tile_drainage", "description": "(optional) Boolean indicating whether tile drainage should be referenced in calculations of recharge.\nNote: tile drainage will only be applied to agricultural land covers.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "user_luse", "dataType": "GPString", "displayName": "user_luse", "description": "(optional) In a baseline change or dual scenario simulation, this refers to the SWAT-formatted land use code(s) to be simulated. In a baseline change simulation, a single string should be provided. For example, 'FRSD' will simulate recharge in the user-defined area if the land cover was all deciduos forest. In a dual scenario simulation, a value of FRSD,CORN will calculate differences in recharge if the user defined area was converted from all FRSD to all CORN.", "direction": "esriGPParameterDirectionInput", "defaultValue": "ALFA", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "user_hsg", "dataType": "GPString", "displayName": "user_hsg", "description": "(optional) In a baseline change or dual scenario simulation, this refers to the hydrologic soil group (A,B,C, or D) to be simulated. The format and function is the same as the user_luse input.", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "user_slope", "dataType": "GPString", "displayName": "user_slope", "description": "(optional) In a baseline change or dual scenario simulation, this refers to the slope class (1,2, or 3) to be simulated. The format and function is the same as the user_luse input. A slope class of 1 refers to lands where slope is 5%.", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "result", "dataType": "GPString", "displayName": "result", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }