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

Application Lifecycle Management

Search In Project

Search inClear

Cligen Prism#45125/HEAD / v4
Tags:  not added yet

Cligen Prism[SERVICE-45125]

Tracker: Services Priority: NormalNormal Status: Deployed
Submitted by: rumpalJun 22 2018 16:34 Modified by: LyaegeJun 22 2018 16:48 Type:
Data
Path: m/cligen_prism/2.0 Context: csip-climate Version: 2.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-climate/m/cligen_prism/2.0
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description

Cligen Prism

Cligen climate data generation model with optional PRSIM data adjustments, for WEPP and WEPS


{
  "metainfo": {},
  "parameter": [
    {
      "name": "dataVersion",
      "description": "Version of the climate files' data to use.",
      "option1": "1992",
      "option2": "2015",
      "option3": "2015 International",
      "optional": true,
      "default": 2015,
      "value": "2015 International"
    },
    {
      "name": "usePRISM",
      "description": "Use PRISM data to adjust specified climate record",
      "optional": true,
      "default": false,
      "value": true
    },
    {
      "name": "stateID",
      "description": "State number",
      "min": "1",
      "max": "50",
      "optional": true,
      "value": 5
    },
    {
      "name": "stationID",
      "description": "Climate station Id.  This station id must exist in the cliamte data files used.",
      "min": "1",
      "max": "10000",
      "optional": true,
      "value": 3553
    },
    {
      "name": "input_zone_features",
      "optional": "Optional ONLY if 'getIdxFile' or 'getParFile' input parameters are set.",
      "value": {
        "type": "FeatureCollection",
        "features": [{
          "type": "Feature",
          "properties": {
            "name": "pt one",
            "gid": 1
          },
          "geometry": {
            "type": "Point",
            "coordinates": [
              -104.9220085144043,
              40.53148031584938
            ]
          }
        }]
      }
    },
    {
      "name": "startyear",
      "description": "Beginning year",
      "min": "1",
      "max": "1000",
      "optional": true,
      "default": 1,
      "value": 1
    },
    {
      "name": "duration",
      "description": "Duration in years",
      "min": "1",
      "max": "1000",
      "optional": true,
      "default": 1,
      "value": 150
    },
    {
      "name": "randSeed",
      "description": "Seed value for radom number generation within the model. (Integer value)",
      "optional": true,
      "default": "No seed used",
      "value": 54321
    },
    {
      "name": "simType",
      "description": "Type of simulation (WEPP: 4=SglStm, 5=Contin)",
      "min": "4",
      "max": "5",
      "optional": true,
      "default": 5,
      "value": 5
    },
    {
      "name": "interpolationType",
      "description": "Type of interpolation: -I0 <no interpolation (default)>, -I1 <linear interpolation> -I2 <Fourier interpolation> -I3 <interpolation to preserve avgs> (optional)",
      "min": "0",
      "max": "3",
      "optional": true,
      "default": 3,
      "value": 3
    },
    {
      "name": "outputFile",
      "description": "Output filename",
      "optional": true,
      "value": "cli_gen_d.cli"
    },
    {
      "name": "overwriteOutput",
      "description": "Overwrite output file if it exists.",
      "optional": true,
      "default": false,
      "value": true
    },
    {
      "name": "omitHeaderOutput",
      "description": "Omit header output (optional)",
      "optional": true,
      "default": false,
      "value": false
    },
    {
      "name": "oldWEPSFormat",
      "description": "Use old WEPS record format.",
      "optional": true,
      "default": false,
      "value": false
    },
    {
      "name": "0bservedDataFileName",
      "description": "Observed data filename.  File must already exist on server's file system.",
      "optional": true,
      "default": "",
      "value": ""
    },
    {
      "name": "returnParFile",
      "description": "Return the resulting .par data file if set to true",
      "optional": true,
      "default": false,
      "value": false
    },
    {
      "name": "getIdxFile",
      "description": "Get the specified .idx file.  No cligen model execution is performed for this call.  Fetch data ONLY.  File must already exist on the server's file system.",
      "optional": true,
      "value": ""
    },
    {
      "name": "getParFile",
      "description": "Get the specified .par file.  No cligen model execution is performed for this call.  Fetch data ONLY.  File must already exist on the server's file system.",
      "optional": true,
      "value": ""
    }
  ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "0746f1a9-766e-11e8-869c-a90fb22194aa",
        "cloud_node": "10.1.4.3",
        "request_ip": "10.2.228.57",
        "service_url": "http://csip.engr.colostate.edu:8083/csip-climate/m/cligen_prism/2.0",
        "csip-climate.version": "$version: 3.0.5 58c98b472106 2018-05-21 Jakob23, built at 2018-05-21 11:02 by jenkins$",
        "csip.version": "$version: 2.2.15 df7e0a422edd 2018-03-29 lyaege, built at 2018-05-21 11:02 by jenkins$",
        "tstamp": "2018-06-22 16:45:57",
        "cpu_time": 5860,
        "expiration_date": "2018-06-22 16:46:33"
    },
    "parameter": [
        {
            "name": "dataVersion",
            "description": "Version of the climate files' data to use.",
            "option1": "1992",
            "option2": "2015",
            "option3": "2015 International",
            "optional": true,
            "default": 2015,
            "value": "2015 International"
        },
        {
            "name": "usePRISM",
            "description": "Use PRISM data to adjust specified climate record",
            "optional": true,
            "default": false,
            "value": true
        },
        {
            "name": "stateID",
            "description": "State number",
            "min": "1",
            "max": "50",
            "optional": true,
            "value": 5
        },
        {
            "name": "stationID",
            "description": "Climate station Id.  This station id must exist in the cliamte data files used.",
            "min": "1",
            "max": "10000",
            "optional": true,
            "value": 3553
        },
        {
            "name": "input_zone_features",
            "optional": "Optional ONLY if 'getIdxFile' or 'getParFile' input parameters are set.",
            "value": {
                "type": "FeatureCollection",
                "features": [
                    {
                        "type": "Feature",
                        "properties": {
                            "name": "pt one",
                            "gid": 1
                        },
                        "geometry": {
                            "type": "Point",
                            "coordinates": [
                                -104.9220085144043,
                                40.53148031584938
                            ]
                        }
                    }
                ]
            }
        },
        {
            "name": "startyear",
            "description": "Beginning year",
            "min": "1",
            "max": "1000",
            "optional": true,
            "default": 1,
            "value": 1
        },
        {
            "name": "duration",
            "description": "Duration in years",
            "min": "1",
            "max": "1000",
            "optional": true,
            "default": 1,
            "value": 150
        },
        {
            "name": "randSeed",
            "description": "Seed value for radom number generation within the model. (Integer value)",
            "optional": true,
            "default": "No seed used",
            "value": 54321
        },
        {
            "name": "simType",
            "description": "Type of simulation (WEPP: 4=SglStm, 5=Contin)",
            "min": "4",
            "max": "5",
            "optional": true,
            "default": 5,
            "value": 5
        },
        {
            "name": "interpolationType",
            "description": "Type of interpolation: -I0 <no interpolation (default)>, -I1 <linear interpolation> -I2 <Fourier interpolation> -I3 <interpolation to preserve avgs> (optional)",
            "min": "0",
            "max": "3",
            "optional": true,
            "default": 3,
            "value": 3
        },
        {
            "name": "outputFile",
            "description": "Output filename",
            "optional": true,
            "value": "cli_gen_d.cli"
        },
        {
            "name": "overwriteOutput",
            "description": "Overwrite output file if it exists.",
            "optional": true,
            "default": false,
            "value": true
        },
        {
            "name": "omitHeaderOutput",
            "description": "Omit header output (optional)",
            "optional": true,
            "default": false,
            "value": false
        },
        {
            "name": "oldWEPSFormat",
            "description": "Use old WEPS record format.",
            "optional": true,
            "default": false,
            "value": false
        },
        {
            "name": "0bservedDataFileName",
            "description": "Observed data filename.  File must already exist on server's file system.",
            "optional": true,
            "default": "",
            "value": ""
        },
        {
            "name": "returnParFile",
            "description": "Return the resulting .par data file if set to true",
            "optional": true,
            "default": false,
            "value": false
        },
        {
            "name": "getIdxFile",
            "description": "Get the specified .idx file.  No cligen model execution is performed for this call.  Fetch data ONLY.  File must already exist on the server's file system.",
            "optional": true,
            "value": ""
        },
        {
            "name": "getParFile",
            "description": "Get the specified .par file.  No cligen model execution is performed for this call.  Fetch data ONLY.  File must already exist on the server's file system.",
            "optional": true,
            "value": ""
        }
    ],
    "result": [
        {
            "name": "csip-cligen_prism version",
            "value": "CSIP cligen_prism: v 0.0.1c"
        },
        {
            "name": "Prism cell_index",
            "value": [
                482,
                225
            ]
        },
        {
            "name": "wine-1712542701-stdout.txt",
            "value": "http://csip.engr.colostate.edu:8083/csip-climate/q/0746f1a9-766e-11e8-869c-a90fb22194aa/wine-1712542701-stdout.txt"
        },
        {
            "name": "wine-1712542701-stderr.txt",
            "value": "http://csip.engr.colostate.edu:8083/csip-climate/q/0746f1a9-766e-11e8-869c-a90fb22194aa/wine-1712542701-stderr.txt"
        },
        {
            "name": "cli_gen_d.cli",
            "value": "http://csip.engr.colostate.edu:8083/csip-climate/q/0746f1a9-766e-11e8-869c-a90fb22194aa/cli_gen_d.cli"
        }
    ]
}
dataFile if specified
As specified in result.
Details
Comments & Attachments
Associations
Children
SCM Commits
History (4)
Baselines
All (4)