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

Application Lifecycle Management

Search In Project

Search inClear

TR20 based EFH2#6487/HEAD / v3
Tags:  not added yet

TR20 based EFH2[SERVICE-6487]

Tracker: Services Priority: NormalNormal Status: Deployed
Submitted by: wlloydJan 12 2016 11:03 Modified by: jdriMay 18 2018 15:02 Type:
Model
Path: m/efh2/2.0 Context: csip-hydrotools Version: 2.0
Endpoints: http://hydro.engr.colostate.edu/csip-hydrotools/m/efh2/2.0
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description
The service performs EFH2 calculations using the WinTR-20 computational engine service. Input and output data are carried in the JSON objects instead of as native WinTR-20 files, as in the TR20 service.

{
  "metainfo": {"tr20_version": "3.10 tag:May062014"},
  "parameter": [
    {
      "name": "watershed_name",
      "description": "watershed name",
      "value": "test olaf"
    },
    {
      "name": "drainage_area",
      "description": "Drainage area",
      "value": "1",
      "min": 1,
      "max": 2000
    },
    {
      "name": "curve_number",
      "description": "Curve Number",
      "value": "80",
      "min": 30,
      "max": 100
    },
    {
      "name": "watershed_slope",
      "description": "Watershed Slope",
      "value": "3",
      "min": 0.5,
      "max": 64
    },
    {
      "name": "watershed_length",
      "description": "Watershed Length",
      "value": "6000",
      "min": 200,
      "max": 26000
    },
    {
      "name": "storm_name",
      "description": "Storm name",
      "value": "storm1"
    },
    {
      "name": "rain_depth",
      "description": "Rain depth",
      "value": "5",
      "min": 0,
      "max": 26
    },
    {
      "name": "rain_dist",
      "description": "Rainfall distribution type",
      "value": "TYPE NO_D"
    }
  ]
}
{
    "metainfo": {
        "tr20_version": "3.10 tag:May062014",
        "status": "Finished",
        "suid": "fdbdb11e-384a-11e4-b732-695a07c5d0e0",
        "cloud_node": "172.1.6.21",
        "tstamp": "2014-09-09T17:59:06+0000",
        "service_url": "http://csip.engr.colostate.edu:8087/csip-hydrotools/m/efh2/2.0",
        "request_ip": "129.82.23.185",
        "cpu_time": 101,
        "expiration_date": "2014-09-09T18:04:06+0000"
    },
    "parameter": [
        {
            "name": "watershed_name",
            "description": "watershed name",
            "value": "test olaf"
        },
        {
            "name": "drainage_area",
            "description": "Drainage area",
            "value": "1",
            "min": 1,
            "max": 2000
        },
        {
            "name": "curve_number",
            "description": "Curve Number",
            "value": "80",
            "min": 30,
            "max": 100
        },
        {
            "name": "watershed_slope",
            "description": "Watershed Slope",
            "value": "3",
            "min": 0.5,
            "max": 64
        },
        {
            "name": "watershed_length",
            "description": "Watershed Length",
            "value": "6000",
            "min": 200,
            "max": 26000
        },
        {
            "name": "storm_name",
            "description": "Storm name",
            "value": "storm1"
        },
        {
            "name": "rain_depth",
            "description": "Rain depth",
            "value": "5",
            "min": 0,
            "max": 26
        },
        {
            "name": "rain_dist",
            "description": "Rainfall distribution type",
            "value": "TYPE NO_D"
        }
    ],
    "result": [
        {
            "name": "runoff_volume",
            "value": "2.892",
            "unit": "inches"
        },
        {
            "name": "peak_discharge",
            "value": "702.7",
            "unit": "cfs"
        }
    ]
}
(none)
(none)
Details
Comments & Attachments
Associations
Children
SCM Commits
History (3)
Baselines
All (3)

Submitter Association Comment
Nothing found to display.