{ "name": "Piping", "displayName": "IV_piping_1 2", "description": "", "category": "", "helpUrl": "https://maps.inl.gov/arcgis/rest/directories/arcgisoutput/irrigation_modernization_prod/pipingRecommendations_GPServer/irrigation_modernization_prod_pipingRecommendations/Piping.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "length", "dataType": "GPDouble", "displayName": "length", "description": "Pipe length [ft]", "direction": "esriGPParameterDirectionInput", "defaultValue": 5000, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "elevation_change", "dataType": "GPDouble", "displayName": "elevation_change", "description": "Change in elevation between the start and end of the pipe. Elevation Change = abs(Elevation 1 - Elevation 2) [ft]", "direction": "esriGPParameterDirectionInput", "defaultValue": 75, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "max_flow", "dataType": "GPDouble", "displayName": "max_flow", "description": "Maximum flow in the pipe [cfs]", "direction": "esriGPParameterDirectionInput", "defaultValue": 20, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "max_velocity", "dataType": "GPDouble", "displayName": "max_velocity", "description": "Maximum velocity in the pipe. [ft/s]. Default to 5ft/s if not entered.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "head_loss", "dataType": "GPDouble", "displayName": "head_loss", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "pipe_diameter", "dataType": "GPDouble", "displayName": "pipe_diameter", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }