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

Application Lifecycle Management

Search In Project

Search inClear

GRAS-10: Calculate Daily and Cumulative Forage Supplies (CalcForageSupply)#6512/v147
Tags:  not added yet

GRAS-10: Calculate Daily and Cumulative Forage Supplies (CalcForageSupply)[SERVICE-6512]

Tracker: Services Priority: NormalNormal Status: Accepted
Submitted by: wlloydJan 12 2016 11:03 Modified by: odavidMay 31 2016 00:50 Type:
Model
Path: m/gras/dailycumforagesupplies Context: csip-gras Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-gras/m/gras/dailycumforagesupplies/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
N/A
Last Tested: May 31 2016 00:50 Test Count: 0
Test Success Rate: 0 Failed Tests: --
Traceability
Loading…
Description

GRAS-10: Calculate Daily and Cumulative Forage Supplies (CalcForageSupply)

Calculate forage supplies for each area of analysis (AoA) in the grazing system, accounting for forage partition profiles (FPPs) and added roughage (hay, silage, etc. to supplement forage production on an AoA).

Request Response
{
 "metainfo": {
 },
 "parameter": [
  {
      "name": "grazing_system_start_date",
      "value": "2014-01-01",
      "description" : "Starting date of grazing system"
  },
  {
      "name": "grazing_system_end_date",
      "value": "2015-12-31",
      "description" : "Ending date of grazing system"
  },
  {
      "name": "starting_roughage_balance",
      "value": 10000,
      "description" : "Grazing system starting roughage balance",
      "unit" : "lb"
  },
  {
      "name": "aoas",
      "value": [
          [
              {
                  "name" : "aoa_id",
                  "value" : 1,
                  "description" : "AoA identifier"
              },
              {
                  "name": "starting_aoa_forage_supply",
                  "value": 100,
                  "description" : "AoA forage supply at beginning of grazing system",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_jan_daily",
                  "value": 100,
                  "description" : "AoA daily forage production for month of January",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_feb_daily",
                  "value": 100,
                  "description" : "AoA daily forage production for month of February",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_feb_leap_daily",
                  "value": 105,
                  "description" : "AoA daily forage production for month of February, leap year",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_mar_daily",
                  "value": 110,
                  "description" : "AoA daily forage production for month of March",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_apr_daily",
                  "value": 130,
                  "description" : "AoA daily forage production for month of April",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_may_daily",
                  "value": 150,
                  "description" : "AoA daily forage production for month of May",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_jun_daily",
                  "value": 175,
                  "description" : "AoA daily forage production for month of June",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_jul_daily",
                  "value": 215,
                  "description" : "AoA daily forage production for month of July",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_aug_daily",
                  "value": 200,
                  "description" : "AoA daily forage production for month of August",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_sep_daily",
                  "value": 200,
                  "description" : "AoA daily forage production for month of August",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_oct_daily",
                  "value": 200,
                  "description" : "AoA daily forage production for month of August",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_nov_daily",
                  "value": 200,
                  "description" : "AoA daily forage production for month of August",
                  "unit" : "lb"
              },
              {
                  "name": "aoa_prod_dec_daily",
                  "value": 200,
                  "description" : "AoA daily forage production for month of August",
                  "unit" : "lb"
              },
              {
                  "name": "land_use",
                  "value": 1,
                  "description" : "AoA land use identifier"
              },
              {
                  "name": "fpps",
                  "value": [
                      [
                          {
                            "name" : "fpp_activity_id",
                            "value" : 1,
                            "description" : "Forage Partition Profile activity identifier"
                        },
                        {
                            "name" : "fpp_activity_type",
                            "value" : "Restricted Use",
                            "description" : "Forage Partition Profile activity type"
                        },
                        {
                            "name" : "harvest_efficiency_pct",
                            "value" : 0.25,
                            "description" : "Forage Partition Profile activity harvest efficiency",
                            "min" : 0.0,
                            "max" : 1.0,
                            "unit" : "%"
                        },
                        {
                            "name" : "calendar_start_day",
                            "value" : "01-01",
                            "description" : "Forage Partition Profile activity start date"
                        },
                        {
                            "name" : "calendar_end_day",
                            "value" : "05-31",
                            "description" : "Forage Partition Profile activity end date"
                        }
                    ],
                    [
                        {
                            "name" : "fpp_activity_id",
                            "value" : 2,
                            "description" : "Forage Partition Profile activity identifier"
                        },
                        {
                            "name" : "fpp_activity_type",
                            "value" : "Always Available",
                            "description" : "Forage Partition Profile activity type"
                        },
                        {
                            "name" : "harvest_efficiency_pct",
                            "value" : 0.45,
                            "description" : "Forage Partition Profile activity harvest efficiency",
                            "min" : 0.0,
                            "max" : 1.0,
                            "unit" : "%"
                        },
                        {
                            "name" : "calendar_start_day",
                            "value" : "06-01",
                            "description" : "Forage Partition Profile activity start date"
                        },
                        {
                            "name" : "calendar_end_day",
                            "value" : "12-31",
                            "description" : "Forage Partition Profile activity end date"
                        }
                    ]
                  ],
                  "description" : "AoA Forage Partition Profiles"
              },
              {
                  "name" : "roughages",
                  "value" : [
                      [
                          {
                              "name" : "add_roughage_id",
                              "value" : 1,
                              "description" : "Roughage addition identifier"
                          },
                          {
                              "name" : "roughage_add_date",
                              "value" : "03-15",
                              "description" : "Date of roughage addition"
                          },
                          {
                              "name" : "roughage_amount",
                              "value" : 1000,
                              "description" : "Amount of roughage added",
                              "unit" : "lb"
                          }
                      ],
                      [
                          {
                              "name" : "add_roughage_id",
                              "value" : 2,
                              "description" : "Roughage addition identifier"
                          },
                          {
                              "name" : "roughage_add_date",
                              "value" : "08-15",
                              "description" : "Date of roughage addition"
                          },
                          {
                              "name" : "roughage_amount",
                              "value" : 1000,
                              "description" : "Amount of roughage added",
                              "unit" : "lb"
                          }
                      ]
                  ],
                  "description" : "Roughage additions to AoA"
              }
          ]
       ],
      "description" : "List of AoAs"
  }
 ]
}

{
    "metainfo": {
        "status": "Finished",
        "suid": "b860991b-e398-11e4-ac76-9f24e6c87cfe",
        "cloud_node": "129.82.226.52",
        "tstamp": "2015-04-15 11:56:19",
        "service_url": "http://localhost:8080/csip-gras/m/gras/dailycumforagesupplies/1.0",
        "request_ip": "127.0.0.1",
        "cpu_time": 163,
        "expiration_date": "2015-04-15 12:01:19"
    },
    "parameter": [
        {
            "name": "grazing_system_start_date",
            "value": "2014-01-01",
            "description": "Starting date of grazing system"
        },
        {
            "name": "grazing_system_end_date",
            "value": "2015-12-31",
            "description": "Ending date of grazing system"
        },
        {
            "name": "starting_roughage_balance",
            "value": 10000,
            "description": "Grazing system starting roughage balance",
            "unit": "lb"
        },
        {
            "name": "aoas",
            "value": [
                [
                    {
                        "name": "aoa_id",
                        "value": 1,
                        "description": "AoA identifier"
                    },
                    {
                        "name": "starting_aoa_forage_supply",
                        "value": 1000,
                        "description": "AoA forage supply at beginning of grazing system",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_jan_daily",
                        "value": 1000,
                        "description": "AoA daily forage production for month of January",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_feb_daily",
                        "value": 1000,
                        "description": "AoA daily forage production for month of February",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_feb_leap_daily",
                        "value": 1050,
                        "description": "AoA daily forage production for month of February, leap year",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_mar_daily",
                        "value": 1100,
                        "description": "AoA daily forage production for month of March",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_apr_daily",
                        "value": 1300,
                        "description": "AoA daily forage production for month of April",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_may_daily",
                        "value": 1500,
                        "description": "AoA daily forage production for month of May",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_jun_daily",
                        "value": 1750,
                        "description": "AoA daily forage production for month of June",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_jul_daily",
                        "value": 2150,
                        "description": "AoA daily forage production for month of July",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_aug_daily",
                        "value": 2000,
                        "description": "AoA daily forage production for month of August",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_sep_daily",
                        "value": 2000,
                        "description": "AoA daily forage production for month of August",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_oct_daily",
                        "value": 2000,
                        "description": "AoA daily forage production for month of August",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_nov_daily",
                        "value": 2000,
                        "description": "AoA daily forage production for month of August",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_dec_daily",
                        "value": 2000,
                        "description": "AoA daily forage production for month of August",
                        "unit": "lb"
                    },
                    {
                        "name": "land_use",
                        "value": 1,
                        "description": "AoA land use identifier"
                    },
                    {
                        "name": "fpps",
                        "value": [
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 1,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Restricted Use",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 0.25,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "min": 0,
                                    "max": 1,
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "01-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "05-31",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 2,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 0.45,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "min": 0,
                                    "max": 1,
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "06-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "12-31",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ]
                        ],
                        "description": "AoA Forage Partition Profiles"
                    },
                    {
                        "name": "roughages",
                        "value": [
                            [
                                {
                                    "name": "add_roughage_id",
                                    "value": 1,
                                    "description": "Roughage addition identifier"
                                },
                                {
                                    "name": "roughage_add_date",
                                    "value": "03-15",
                                    "description": "Date of roughage addition"
                                },
                                {
                                    "name": "roughage_amount",
                                    "value": 1000,
                                    "description": "Amount of roughage added",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "add_roughage_id",
                                    "value": 2,
                                    "description": "Roughage addition identifier"
                                },
                                {
                                    "name": "roughage_add_date",
                                    "value": "08-15",
                                    "description": "Date of roughage addition"
                                },
                                {
                                    "name": "roughage_amount",
                                    "value": 1000,
                                    "description": "Amount of roughage added",
                                    "unit": "lb"
                                }
                            ]
                        ],
                        "description": "Roughage additions to AoA"
                    }
                ]
            ],
            "description": "List of AoAs"
        }
    ],
    "result": [
        {
            "name": "system_forage_supply",
            "value": 111465762.5,
            "description": "Forage Supply for grazing system"
        },
        {
            "name": "Areas of Analysis",
            "value": [
                {
                    "name": "aoa_id",
                    "value": 1,
                    "description": "AoA identifier"
                },
                {
                    "name": "annual summaries",
                    "value": [
                        {
                            "name": "grazing_system_year",
                            "value": 0,
                            "description": "AoA report for year 1"
                        },
                        {
                            "name": "jan_aoa_forage_supply",
                            "value": 0,
                            "description": "AoA forage supply for jan"
                        },
                        {
                            "name": "feb_aoa_forage_supply",
                            "value": 0,
                            "description": "AoA forage supply for feb"
                        },
                        {
                            "name": "mar_aoa_forage_supply",
                            "value": 0,
                            "description": "AoA forage supply for mar"
                        },
                        {
                            "name": "apr_aoa_forage_supply",
                            "value": 0,
                            "description": "AoA forage supply for apr"
                        },
                        {
                            "name": "may_aoa_forage_supply",
                            "value": 109700,
                            "description": "AoA forage supply for may"
                        },
                        {
                            "name": "jun_aoa_forage_supply",
                            "value": 0,
                            "description": "AoA forage supply for jun"
                        },
                        {
                            "name": "jul_aoa_forage_supply",
                            "value": 9337.5,
                            "description": "AoA forage supply for jul"
                        },
                        {
                            "name": "aug_aoa_forage_supply",
                            "value": 27900,
                            "description": "AoA forage supply for aug"
                        },
                        {
                            "name": "sept_aoa_forage_supply",
                            "value": 27000,
                            "description": "AoA forage supply for sept"
                        },
                        {
                            "name": "oct_aoa_forage_supply",
                            "value": 27900,
                            "description": "AoA forage supply for oct"
                        },
                        {
                            "name": "nov_aoa_forage_supply",
                            "value": 27000,
                            "description": "AoA forage supply for nov"
                        },
                        {
                            "name": "dec_aoa_forage_supply",
                            "value": 27900,
                            "description": "AoA forage supply for dec"
                        },
                        {
                            "name": "grazing_system_year",
                            "value": 1,
                            "description": "AoA report for year 2"
                        },
                        {
                            "name": "jan_aoa_forage_supply",
                            "value": 0,
                            "description": "AoA forage supply for jan"
                        },
                        {
                            "name": "feb_aoa_forage_supply",
                            "value": 0,
                            "description": "AoA forage supply for feb"
                        },
                        {
                            "name": "mar_aoa_forage_supply",
                            "value": 0,
                            "description": "AoA forage supply for mar"
                        },
                        {
                            "name": "apr_aoa_forage_supply",
                            "value": 0,
                            "description": "AoA forage supply for apr"
                        },
                        {
                            "name": "may_aoa_forage_supply",
                            "value": 282525,
                            "description": "AoA forage supply for may"
                        },
                        {
                            "name": "jun_aoa_forage_supply",
                            "value": 0,
                            "description": "AoA forage supply for jun"
                        },
                        {
                            "name": "jul_aoa_forage_supply",
                            "value": -162487.5,
                            "description": "AoA forage supply for jul"
                        },
                        {
                            "name": "aug_aoa_forage_supply",
                            "value": 27900,
                            "description": "AoA forage supply for aug"
                        },
                        {
                            "name": "sept_aoa_forage_supply",
                            "value": 27000,
                            "description": "AoA forage supply for sept"
                        },
                        {
                            "name": "oct_aoa_forage_supply",
                            "value": 27900,
                            "description": "AoA forage supply for oct"
                        },
                        {
                            "name": "nov_aoa_forage_supply",
                            "value": 27000,
                            "description": "AoA forage supply for nov"
                        },
                        {
                            "name": "dec_aoa_forage_supply",
                            "value": 27900,
                            "description": "AoA forage supply for dec"
                        }
                    ],
                    "description": "Annual summaries for AoA"
                }
            ]
        }
    ]
}
Files to attach:
(the file to convert)
Files to fetch:
(the converted file)

Details
Comments & Attachments
Associations (1)
Children
SCM Commits
History (147)
Baselines
All (147)

Accepted Jan 12 2016 11:03
Submit by wlloyd
Compare tracker item versions
Submitted Action Version
odavid
May 31 2016 00:50
Edit 147
Last Tested May 31 2016 00:50 May 30 2016 00:50
odavid
May 30 2016 00:50
Edit 146
Last Tested May 30 2016 00:50 May 29 2016 00:50
odavid
May 29 2016 00:50
Edit 145
Last Tested May 29 2016 00:50 May 28 2016 00:50
odavid
May 28 2016 00:50
Edit 144
Last Tested May 28 2016 00:50 May 27 2016 00:50
odavid
May 27 2016 00:50
Edit 143
Last Tested May 27 2016 00:50 May 26 2016 00:50
odavid
May 26 2016 00:50
Edit 142
Test Status N/A Pass
Last Tested May 26 2016 00:50 May 25 2016 00:50
Test Count 0 8
Test Success Rate 0 100
sandeep.kasavaraju
May 25 2016 16:04
Edit 141
Comments/Attachments 1 comment deleted --
sandeep.kasavaraju
May 25 2016 16:01
Edit 140
Comments/Attachments 1 comment deleted --
sandeep.kasavaraju
May 25 2016 15:58
Edit 139
Comments/Attachments 1 comment deleted --
sandeep.kasavaraju
May 25 2016 15:53
Edit 138
Comments/Attachments 1 comment deleted --
sandeep.kasavaraju
May 25 2016 15:44
Edit 137
Comments/Attachments 1 comment deleted --
sandeep.kasavaraju
May 25 2016 15:44
Edit 136
Comments/Attachments 1 comment deleted --
sandeep.kasavaraju
May 25 2016 15:44
Edit 135
Comments/Attachments 1 comment deleted --
sandeep.kasavaraju
May 25 2016 15:43
Edit 134
Comments/Attachments 1 comment deleted --
odavid
May 25 2016 00:50
Edit 133
Last Tested May 25 2016 00:50 May 24 2016 00:50
odavid
May 24 2016 00:50
Edit 132
Last Tested May 24 2016 00:50 May 23 2016 00:50
odavid
May 23 2016 00:50
Edit 131
Last Tested May 23 2016 00:50 May 22 2016 00:50
odavid
May 22 2016 00:50
Edit 130
Last Tested May 22 2016 00:50 May 21 2016 00:50
odavid
May 21 2016 00:50
Edit 129
Last Tested May 21 2016 00:50 May 20 2016 00:50
odavid
May 20 2016 00:50
Edit 128
Last Tested May 20 2016 00:50 May 19 2016 00:50
Only the last 20 history item loaded. Show All (147)