You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

Water Erosion Prediction (WEPP) Simulation v1.0#19788/HEAD / v19
Tags:  not added yet

Water Erosion Prediction (WEPP) Simulation v1.0[SERVICE-19788]

Tracker: Services Priority: NormalNormal Status: Partly completed
Submitted by: odavidMay 17 2016 19:11 Modified by: jdriMay 17 2018 15:54 Type:
Model
Path: m/wepp/1.0 Context: csip-wepp Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-wepp/m/wepp/1.0
Maintainers:
Website: -- Apps:
IET
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description

Water Erosion Prediction (WEPP) Simulation (csip-wepp/m/wepp/1.0)

This service consumes a JSON request payload containing a soil component key, centroid of the area of analysis (e.g. farm field), slope steepness, length, and width; rock fraction, and rotation crop and operation inputs, and runs the WEPP model to simulate organic matter production, precipitation, soil loss, runoff, sediment yield, fuel use, soil tillage intensity (STIR), and soil conditioning index (SCI).

This service also supports the WEPP standalone web interface. There are a some additions to the request for WEPP, "public_ssurgo" indicates if the soil_cokey is from the public SSURGO web service, if the parameter is not present (or false) the soil cokey represents the internal CSIP soils database. The WEPP_NAMES parameter indicates if the operation and crop names are from the WEPP databases. If the parameter is missing (or false) it indicates the names are from RUSLE2 and need to be translated. This is a temporary workaround, in the future only WEPP names will be supplied.

The response has some additional links to text files, these are used for graphing and to verify intermediate WEPP model input and output files.

{
  "metainfo": {
    "request-results": ["SLOPE_DELIVERY",
    "SLOPE_T_VALUE",
    "SLOPE_DEGRAD"]
  },
  "parameter": [{
    "name": "latitude",
    "value": 39.009002541492421
  },
  {
    "name": "longitude",
    "value": -97.436435162968024
  },
  {
    "name": "aspect",
    "value": 0
  },
  {
    "name": "width",
    "value": 100
  },
  {
    "name": "topo_steepness",
    "value": [4]
  },
  {
    "name": "topo_length",
    "value": [180]
  },
  {
    "name": "soilPtr",
    "value": ["11790676"]
  },
  {
    "name": "soil_length",
    "unit": "ft",
    "value": [180]
  },
  {
    "name": "managements",
    "value": [{
      "lmod_file": {
        "path": "managements\\man",
        "name": "kale",
        "key": "",
        "type": "MANAGEMENT",
        "metainfo": {

        },
        "params": {
          "param": [{
            "name": "DURATION_IN_MAN",
            "type": "Int",
            "unit": "year",
            "data": [1]
          },
          {
            "name": "OP_DATE",
            "type": "Dte",
            "unit": "date",
            "dim": {
              "name": "OP_DATE"
            },
            "data": ["0000-04-25",
            "0000-05-05",
            "0000-05-05",
            "0000-05-25",
            "0000-07-01"]
          },
          {
            "name": "MAN_OP_VEG_CROP_YEAR_END_START",
            "type": "Bol",
            "dim": {
              "name": "OP_DATE"
            },
            "data": [{
              "value": false
            },
            {
              "value": false
            },
            {
              "value": false
            },
            {
              "value": false
            },
            {
              "value": true
            }]
          },
          {
            "name": "OP_PTR",
            "type": "ObR",
            "dim": {
              "name": "OP_DATE"
            },
            "file_type": "OPERATION",
            "data": [{
              "file_key": "2762038471819401712",
              "value": "operations\\\\Disk, tandem heavy primary op."
            },
            {
              "file_key": "2762038471819401795",
              "value": "operations\\\\Harrow, coiled tine"
            },
            {
              "file_key": "2762038471819401976",
              "value": "operations\\\\Planter, small veg seed"
            },
            {
              "file_key": "2762038471819401698",
              "value": "operations\\\\Cultivator, row 1 in ridge"
            },
            {
              "file_key": "2762038471819401854",
              "value": "operations\\\\Harvest, leafy veg."
            }]
          },
          {
            "name": "VEG_PTR",
            "type": "Ovr",
            "dim": {
              "name": "OP_DATE"
            },
            "file_type": "VEGETATION",
            "data": [{
              "file_key": null
            },
            {
              "file_key": null
            },
            {
              "file_key": "2762038471819399250",
              "value": "vegetations\\\\Spinach"
            },
            {
              "file_key": null
            },
            {
              "file_key": null
            }]
          },
          {
            "name": "EXT_RES_PTR",
            "type": "Ovr",
            "dim": {
              "name": "OP_DATE"
            },
            "file_type": "RESIDUE",
            "data": [{
              "file_key": null
            },
            {
              "file_key": null
            },
            {
              "file_key": null
            },
            {
              "file_key": null
            },
            {
              "file_key": null
            }]
          },
          {
            "name": "ROW_DIRECTION",
            "type": "Ovr",
            "dim": {
              "name": "OP_DATE"
            },
            "data": [{
              "value": "0"
            },
            {
              "value": "0"
            },
            {
              "value": "0"
            },
            {
              "value": "0"
            },
            {
              "value": "0"
            }]
          },
          {
            "name": "RES_ADDED",
            "type": "Flt",
            "unit": "pound/acre",
            "dim": {
              "name": "OP_DATE"
            },
            "data": [null,
            null,
            null,
            null,
            null]
          },
          {
            "name": "MAN_OP_VEG_NUM_HARV_UNITS",
            "type": "Flt",
            "dim": {
              "name": "OP_DATE"
            },
            "data": [null,
            null,
            "4440",
            null,
            null]
          }]
        }
      }
    }]
  },
  {
    "name": "mgmt_length",
    "value": [180]
  }]
}
{
    "metainfo": {
        "request-results": [
            "SLOPE_DELIVERY",
            "SLOPE_T_VALUE",
            "SLOPE_DEGRAD"
        ],
        "status": "Finished",
        "suid": "2c8b7bc5-973c-11e7-91f6-232065720e75",
        "cloud_node": "10.2.228.60",
        "request_ip": "0:0:0:0:0:0:0:1",
        "service_url": "http://localhost:8084/csip-wepp/m/wepp/1.0",
        "csip.version": "$version: 2.1.206 a49d7f497dde 2017-07-06 od, built at 2017-09-11 15:56 by Brad$",
        "tstamp": "2017-09-11 15:57:15",
        "cpu_time": 17911,
        "expiration_date": "2017-09-11 16:07:33"
    },
    "parameter": [
        {
            "name": "latitude",
            "value": 39.00900254149242
        },
        {
            "name": "longitude",
            "value": -97.43643516296802
        },
        {
            "name": "aspect",
            "value": 0
        },
        {
            "name": "width",
            "value": 100
        },
        {
            "name": "topo_steepness",
            "value": [
                4
            ]
        },
        {
            "name": "topo_length",
            "value": [
                180
            ]
        },
        {
            "name": "soilPtr",
            "value": [
                "11790676"
            ]
        },
        {
            "name": "soil_length",
            "unit": "ft",
            "value": [
                180
            ]
        },
        {
            "name": "managements",
            "value": [
                {
                    "lmod_file": {
                        "path": "managements\\man",
                        "name": "kale",
                        "key": "",
                        "type": "MANAGEMENT",
                        "metainfo": {},
                        "params": {
                            "param": [
                                {
                                    "name": "DURATION_IN_MAN",
                                    "type": "Int",
                                    "unit": "year",
                                    "data": [
                                        1
                                    ]
                                },
                                {
                                    "name": "OP_DATE",
                                    "type": "Dte",
                                    "unit": "date",
                                    "dim": {
                                        "name": "OP_DATE"
                                    },
                                    "data": [
                                        "0000-04-25",
                                        "0000-05-05",
                                        "0000-05-05",
                                        "0000-05-25",
                                        "0000-07-01"
                                    ]
                                },
                                {
                                    "name": "MAN_OP_VEG_CROP_YEAR_END_START",
                                    "type": "Bol",
                                    "dim": {
                                        "name": "OP_DATE"
                                    },
                                    "data": [
                                        {
                                            "value": false
                                        },
                                        {
                                            "value": false
                                        },
                                        {
                                            "value": false
                                        },
                                        {
                                            "value": false
                                        },
                                        {
                                            "value": true
                                        }
                                    ]
                                },
                                {
                                    "name": "OP_PTR",
                                    "type": "ObR",
                                    "dim": {
                                        "name": "OP_DATE"
                                    },
                                    "file_type": "OPERATION",
                                    "data": [
                                        {
                                            "file_key": "2762038471819401712",
                                            "value": "operations\\\\Disk, tandem heavy primary op."
                                        },
                                        {
                                            "file_key": "2762038471819401795",
                                            "value": "operations\\\\Harrow, coiled tine"
                                        },
                                        {
                                            "file_key": "2762038471819401976",
                                            "value": "operations\\\\Planter, small veg seed"
                                        },
                                        {
                                            "file_key": "2762038471819401698",
                                            "value": "operations\\\\Cultivator, row 1 in ridge"
                                        },
                                        {
                                            "file_key": "2762038471819401854",
                                            "value": "operations\\\\Harvest, leafy veg."
                                        }
                                    ]
                                },
                                {
                                    "name": "VEG_PTR",
                                    "type": "Ovr",
                                    "dim": {
                                        "name": "OP_DATE"
                                    },
                                    "file_type": "VEGETATION",
                                    "data": [
                                        {
                                            "file_key": null
                                        },
                                        {
                                            "file_key": null
                                        },
                                        {
                                            "file_key": "2762038471819399250",
                                            "value": "vegetations\\\\Spinach"
                                        },
                                        {
                                            "file_key": null
                                        },
                                        {
                                            "file_key": null
                                        }
                                    ]
                                },
                                {
                                    "name": "EXT_RES_PTR",
                                    "type": "Ovr",
                                    "dim": {
                                        "name": "OP_DATE"
                                    },
                                    "file_type": "RESIDUE",
                                    "data": [
                                        {
                                            "file_key": null
                                        },
                                        {
                                            "file_key": null
                                        },
                                        {
                                            "file_key": null
                                        },
                                        {
                                            "file_key": null
                                        },
                                        {
                                            "file_key": null
                                        }
                                    ]
                                },
                                {
                                    "name": "ROW_DIRECTION",
                                    "type": "Ovr",
                                    "dim": {
                                        "name": "OP_DATE"
                                    },
                                    "data": [
                                        {
                                            "value": "0"
                                        },
                                        {
                                            "value": "0"
                                        },
                                        {
                                            "value": "0"
                                        },
                                        {
                                            "value": "0"
                                        },
                                        {
                                            "value": "0"
                                        }
                                    ]
                                },
                                {
                                    "name": "RES_ADDED",
                                    "type": "Flt",
                                    "unit": "pound/acre",
                                    "dim": {
                                        "name": "OP_DATE"
                                    },
                                    "data": [
                                        null,
                                        null,
                                        null,
                                        null,
                                        null
                                    ]
                                },
                                {
                                    "name": "MAN_OP_VEG_NUM_HARV_UNITS",
                                    "type": "Flt",
                                    "dim": {
                                        "name": "OP_DATE"
                                    },
                                    "data": [
                                        null,
                                        null,
                                        "4440",
                                        null,
                                        null
                                    ]
                                }
                            ]
                        }
                    }
                }
            ]
        },
        {
            "name": "mgmt_length",
            "value": [
                180
            ]
        }
    ],
    "result": [
        {
            "name": "Messages",
            "value": ""
        },
        {
            "name": "Calibration",
            "value": "Spinach\t1.094471\tYes\n"
        },
        {
            "name": "Precipitation",
            "value": 28.630399703979492,
            "unit": "in",
            "description": "Average Annual Preciptation"
        },
        {
            "name": "SoilLoss",
            "value": 21.77459716796875,
            "unit": "ton/ac/yr",
            "description": "Average Annual Soil Loss"
        },
        {
            "name": "Runoff",
            "value": 9.406599998474121,
            "unit": "in",
            "description": "Average Annual Runoff"
        },
        {
            "name": "SedimentYield",
            "value": 21.774900436401367,
            "unit": "ton/ac/yr",
            "description": "Average Annual Sediment Yield"
        },
        {
            "name": "Fuel",
            "value": 2.5199949741363525,
            "description": "Fuel used (gal/A)"
        },
        {
            "name": "STIR",
            "value": 69.97000122070312,
            "description": "STIR"
        },
        {
            "name": "SCI",
            "value": -1.7840440273284912,
            "description": "SCI"
        },
        {
            "name": "OM",
            "value": -0.9810000061988831,
            "description": "OM Factor of SCI"
        },
        {
            "name": "FO",
            "value": 0.3072279989719391,
            "description": "FO Factor of SCI"
        },
        {
            "name": "ER",
            "value": -7.572676181793213,
            "description": "ER Factor of SCI"
        },
        {
            "name": "ContoursHeld",
            "value": 0,
            "description": "Contours Held"
        },
        {
            "name": "ContoursFailed",
            "value": 0,
            "description": "Contours Failed"
        },
        {
            "name": "NRCSSoilLoss",
            "value": 21.776464462280273,
            "unit": "ton/ac/yr",
            "description": "NRCS Planning Soil Loss"
        },
        {
            "name": "Deposition",
            "value": 0,
            "unit": "ton/ac/yr",
            "description": "Average Annual Deposition"
        },
        {
            "name": "Irrigation",
            "value": 0,
            "unit": "in",
            "description": "Average Annual Irrigation"
        },
        {
            "name": "SedimentYield2",
            "value": 4.5,
            "unit": "ton/yr",
            "description": "Average Annual Sediment Yield"
        },
        {
            "name": "ManagementSegments",
            "value": {
                "Segment": {
                    "Detachment": "21.776464",
                    "Position": "1",
                    "Length": "180.000000",
                    "Fuel": "2.519995",
                    "DetachmentLength": "180.000000",
                    "STIR": "69.970001",
                    "Deposition": "0.000000",
                    "DepositionLength": "0.000000"
                }
            },
            "description": "Management Segments"
        },
        {
            "name": "#RD:SOIL_COND_INDEX_PTR:SOIL_COND_INDEX_RESULT",
            "value": "-1.7840440273284912"
        },
        {
            "name": "SLOPE_DELIVERY",
            "value": "21.77459716796875"
        },
        {
            "name": "SLOPE_T_VALUE",
            "value": "0.0"
        },
        {
            "name": "SLOPE_DEGRAD",
            "value": "21.77459716796875"
        },
        {
            "name": "SLOPE_EQUIV_DIESEL_USE_PER_AREA",
            "value": "2.5199949741363525"
        },
        {
            "name": "SEG_SIM_DAY_COVER_MASS_SUM",
            "value": "[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]"
        },
        {
            "name": "SEG_SIM_DAY_LIVE_BIOMASS",
            "value": "[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]"
        },
        {
            "name": "SEG_SIM_DAY_CANOPY_COVER",
            "value": "[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]"
        },
        {
            "name": "SEG_SIM_DAY_PERENN_VEG_LIVE_HEIGHT",
            "value": "[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]"
        },
        {
            "name": "SLOPE_SIM_DAY_DEGRAD",
            "value": "[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]"
        },
        {
            "name": "SEG_SOIL_LOSS",
            "value": [
                0
            ]
        },
        {
            "name": "climatePtr",
            "value": "wepp.cli",
            "description": "IET Use - Climate"
        },
        {
            "name": "soilPtr",
            "value": [
                null
            ],
            "description": "IET Use - Soil"
        },
        {
            "name": "mgmtPtr",
            "value": [
                "lmod_1.rot"
            ],
            "description": "IET Use - Managements"
        },
        {
            "name": "numOFEs",
            "value": 1,
            "description": "Number of OFEs"
        },
        {
            "name": "wepphillslopeserv.exe-265373844-stderr.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/wepphillslopeserv.exe-265373844-stderr.txt"
        },
        {
            "name": "wepphillslopeserv.exe-265373844-stdout.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/wepphillslopeserv.exe-265373844-stdout.txt"
        },
        {
            "name": "loss_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/loss_0.txt",
            "description": "Main WEPP Output"
        },
        {
            "name": "plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/plot_0.txt",
            "description": "WEPP Profile Soil Loss Output"
        },
        {
            "name": "precip_plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/precip_plot_0.txt",
            "description": "Precipitation Plot Data"
        },
        {
            "name": "avgloss_plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/avgloss_plot_0.txt",
            "description": "Avg Loss Plot Data"
        },
        {
            "name": "biomass_plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/biomass_plot_0.txt",
            "description": "Biomass Plot Data"
        },
        {
            "name": "intrcover_plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/intrcover_plot_0.txt",
            "description": "Interrill Cover Plot Data"
        },
        {
            "name": "cancover_plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/cancover_plot_0.txt",
            "description": "Canopy Cover Plot Data"
        },
        {
            "name": "canhgt_plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/canhgt_plot_0.txt",
            "description": "Canopy Height Plot Data"
        },
        {
            "name": "rescover_daily_plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/rescover_daily_plot_0.txt",
            "description": "Daily Interrill Cover Plot Data"
        },
        {
            "name": "rootmass_plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/rootmass_plot_0.txt",
            "description": "Root mass Plot Data"
        },
        {
            "name": "resmass_plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/resmass_plot_0.txt",
            "description": "Flat Residue mass Plot Data"
        },
        {
            "name": "buriedresmass_plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/buriedresmass_plot_0.txt",
            "description": "Buried Residue mass Plot Data"
        },
        {
            "name": "deadrootmass_plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/deadrootmass_plot_0.txt",
            "description": "Dead Root mass Plot Data"
        },
        {
            "name": "standmass_plot_0.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/standmass_plot_0.txt",
            "description": "Standing Residue mass Plot Data"
        },
        {
            "name": "wepp.prj",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/wepp.prj",
            "description": "WEPPServ Project Input"
        },
        {
            "name": "wepp.slp",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/wepp.slp",
            "description": "WEPPServ Slope Input"
        },
        {
            "name": "lmod_1.rot",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/lmod_1.rot",
            "description": "WEPPServ Management 1 Input"
        },
        {
            "name": "11790676_1.sol",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/11790676_1.sol",
            "description": "WEPP soil 1 Input"
        },
        {
            "name": "wepp.cli",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/wepp.cli",
            "description": "WEPP Climate Input"
        },
        {
            "name": "p0.man",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/p0.man",
            "description": "WEPP FORTRAN Management Input"
        },
        {
            "name": "p0.sol",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/p0.sol",
            "description": "WEPP FORTRAN Soil Input"
        },
        {
            "name": "p0.slp",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/p0.slp",
            "description": "WEPP FORTRAN Slope Input"
        },
        {
            "name": "p0.run",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/p0.run",
            "description": "WEPP FORTRAN Run Input"
        },
        {
            "name": "wepp.par",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/wepp.par",
            "description": "CLIGEN PAR Input"
        },
        {
            "name": "calibrationAttempts.txt",
            "value": "http://localhost:8084/csip-wepp/q/2c8b7bc5-973c-11e7-91f6-232065720e75/calibrationAttempts.txt",
            "description": "Crop Calibration"
        }
    ]
}
Details
Comments & Attachments
Associations
Children
SCM Commits
History (19)
Baselines
All (19)