{
 "name": "PredictModel3",
 "displayName": "Migration Loss Prediction v3",
 "description": "This web tool will extract daily flow and precipitation data from the 100 years run in SWAT+ using the weather generator data, rather than observed temp and precipitation from a weather station.",
 "category": "",
 "helpUrl": "https://clear-gis.uconn.edu/arcgis/rest/directories/arcgisoutput/LISS_Fish/Migration_Loss_Prediction_v3_GPServer/LISS_Fish_Migration_Loss_Prediction_v3/PredictModel3.htm",
 "executionType": "esriExecutionTypeAsynchronous",
 "parameters": [
  {
   "name": "User Point",
   "dataType": "GPFeatureRecordSetLayer",
   "displayName": "User Point",
   "description": "Users can drop a pin on the web map to specify a watershed of interest.",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": {
    "displayFieldName": "",
    "hasZ": true,
    "hasM": true,
    "geometryType": "esriGeometryPoint",
    "spatialReference": {
     "wkid": 4326,
     "latestWkid": 4326
    },
    "fields": [
     {
      "name": "OBJECTID",
      "type": "esriFieldTypeOID",
      "alias": "OBJECTID"
     },
     {
      "name": "Name",
      "type": "esriFieldTypeString",
      "alias": "Name",
      "length": 254
     },
     {
      "name": "Text",
      "type": "esriFieldTypeString",
      "alias": "Text",
      "length": 254
     },
     {
      "name": "IntegerVal",
      "type": "esriFieldTypeInteger",
      "alias": "IntegerVal"
     },
     {
      "name": "DoubleValu",
      "type": "esriFieldTypeDouble",
      "alias": "DoubleValu"
     },
     {
      "name": "DateTime",
      "type": "esriFieldTypeDate",
      "alias": "DateTime",
      "length": 8
     }
    ],
    "features": [],
    "exceededTransferLimit": false
   },
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "Unit of Reservoir Depth",
   "dataType": "GPString",
   "displayName": "Unit of Reservoir Depth",
   "description": "The unit of volumetric measurement of reservoir storage depth. Users can select Meters or Feet as unit.",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "Feet",
   "parameterType": "esriGPParameterTypeRequired",
   "category": "",
   "choiceList": [
    "Meters",
    "Feet"
   ]
  },
  {
   "name": "Value of Reservoir Depth",
   "dataType": "GPDouble",
   "displayName": "Value of Reservoir Depth",
   "description": "The value of volumetric measurement of reservoir storage depth in the user-specified unit",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": 1,
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "Unit of Precipitation",
   "dataType": "GPString",
   "displayName": "Unit of Precipitation",
   "description": "The unit of previous 30-days\u2019 precipitation. Users can select Inches or Millimeters as unit.",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "Inches",
   "parameterType": "esriGPParameterTypeRequired",
   "category": "",
   "choiceList": [
    "Inches",
    "Millimeters"
   ]
  },
  {
   "name": "Value of Precipitation",
   "dataType": "GPDouble",
   "displayName": "Value of Precipitation",
   "description": "The value of previous 30-days\u2019 precipitation in the user-specified unit",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": 10,
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "outMsg",
   "dataType": "GPString",
   "displayName": "outMsg",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": "",
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  },
  {
   "name": "Prediction Graph",
   "dataType": "GPDataFile",
   "displayName": "Prediction Graph",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": null,
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  }
 ]
}