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

Application Lifecycle Management

Search In Project

Search inClear

GRAS-13: Calculate Monthly, Yearly, and System Forage Animal Balance With Grazing Schedule (CalcDetailFAB)#6536/v116
Tags:  not added yet

GRAS-13: Calculate Monthly, Yearly, and System Forage Animal Balance With Grazing Schedule (CalcDetailFAB)[SERVICE-6536]

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

GRAS-13: Calculate Monthly, Yearly, and System Forage Animal Balance With Grazing Schedule (CalcDetailFAB)

This service calculates monthly, yearly, and system forage animal balances for a grazing system having a grazing schedule. Forage supply and animal demand are calculated daily through all years in the grazing system, accounting for harvested roughage, roughage additions, forage partition profile activities and harvest efficiencies, and assigning herds to grazing units (AoA). The primary difference from the GRAS-12 service (without grazing schedule) is that this service allocates animal demand to each grazing unit (AoA) for specific periods of time rather than to the system at large. This provides a more detailed analysis of forage animal balance.

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" : "herd",
    "value" : [
        [
            {
                "name" : "herd_id",
                "value" : 1,
                "description" : "Herd Identifier"
            },
            {
                "name" : "animal_group_id",
                "value" : 1,
                "description" : "Animal group identifier"
            },
            {
                "name" : "animal_unit_id",
                "value" : 1,
                "description" : "Animal unit identifier"
            },
            {
                "name" : "number_of_head",
                "value" : 10,
                "description" : "Number of animals in group"
            },
            {
                "name" : "average_weight_lbs",
                "value" : 800,
                "description" : "Average individual weight",
                "unit" : "lb"
            },
            {
                "name" : "avg_daily_intake_pct",
                "value" : 0.03,
                "description" : "Average individual daily intake as fraction of bodyweight",
                "unit" : "%"
            },
            {
                "name" : "date_into_herd",
                "value" : "04-15",
                "description" : "Date group is added to herd"
            }
            ,
            {
                "name" : "date_out_of_herd",
                "value" : "08-15",
                "description" : "Date group is removed from herd"
            }
        ]
        ],
    "description" : "List of animal groups in herd"
},
{
      "name" : "system_forage_supply_year",
      "value" : [
          [
              {
                  "name" : "grazing_system_year",
                  "value" : 1,
                  "description" : "Year of grazing system"
              },
              {
                  "name" : "jan_forage_supply",
                  "value" : 1000,
                  "description" : "Grazing system forage supply for month of January"
              },
              {
                  "name" : "feb_forage_supply",
                  "value" : 1050,
                  "description" : "Grazing system forage supply for month of February"
              },
              {
                  "name" : "mar_forage_supply",
                  "value" : 1100,
                  "description" : "Grazing system forage supply for month of March"
              },
              {
                  "name" : "apr_forage_supply",
                  "value" : 1300,
                  "description" : "Grazing system forage supply for month of April"
              },
              {
                  "name" : "may_forage_supply",
                  "value" : 1450,
                  "description" : "Grazing system forage supply for month of May"
              },
              {
                  "name" : "jun_forage_supply",
                  "value" : 1450,
                  "description" : "Grazing system forage supply for month of June"
              },
              {
                  "name" : "jul_forage_supply",
                  "value" : 1450,
                  "description" : "Grazing system forage supply for month of July"
              },
              {
                  "name" : "aug_forage_supply",
                  "value" : 1300,
                  "description" : "Grazing system forage supply for month of August"
              },
              {
                  "name" : "sep_forage_supply",
                  "value" : 1150,
                  "description" : "Grazing system forage supply for month of September"
              },
              {
                  "name" : "oct_forage_supply",
                  "value" : 1050,
                  "description" : "Grazing system forage supply for month of October"
              },
              {
                  "name" : "nov_forage_supply",
                  "value" : 1000,
                  "description" : "Grazing system forage supply for month of November"
              },
              {
                  "name" : "dec_forage_supply",
                  "value" : 1000,
                  "description" : "Grazing system forage supply for month of December"
              },
              {
                  "name" : "this_year_forage_supply",
                  "value" : 14300,
                  "description" : "Grazing system forage supply for month of December"
              }
          ]
      ],
       "description" : "Grazing system forage supply for each month, by year"
},
{
    "name":"herd_assignment",
    "value":[
        [
         {
             "name":"aoaid",
             "value":"",
             "description":""
         },
         {
             "name":"aoa_acres",
             "value":"",
             "description":""
         },
         {
             "name":"graze_period",
             "value":[
             [
             {
              "name":"graze_period_id",
              "value":"",
              "description":""
             },
             {
             "name":"graze_start_date",
             "value":"",
             "description":""
             },
             {
             "name":"graze_end_date",
             "value":"",
             "description":""
             },
             {
             "name":"herd_id",
             "value":"",
             "description":""
             }
             ]
             ],
             "description":""
             }


        ]
    ],
    "description":""
},
{
      "name": "aoas",
      "value": [
          [
              {
                  "name" : "aoa_id",
                  "value" : 1,
                  "description" : "AoA identifier"
              },
              {
                  "name": "aoa_forage_supply_year",
                  "value": [
                      [
                          {
                              "name" : "grazing_system_year",
                              "value" : 1,
                              "description" : "Year of grazing system"
                          },
                          {
                              "name" : "jan_aoa_forage_supply",
                              "value" : 1000,
                              "description" : "AoA forage supply for month of January"
                          },
                          {
                              "name" : "feb_aoa_forage_supply",
                              "value" : 1050,
                              "description" : "AoA forage supply for month of February"
                          },
                          {
                              "name" : "mar_aoa_forage_supply",
                              "value" : 1100,
                              "description" : "AoA forage supply for month of March"
                          },
                          {
                              "name" : "apr_aoa_forage_supply",
                              "value" : 1300,
                              "description" : "AoA forage supply for month of April"
                          },
                          {
                              "name" : "may_aoa_forage_supply",
                              "value" : 1450,
                              "description" : "AoA forage supply for month of May"
                          },
                          {
                              "name" : "jun_aoa_forage_supply",
                              "value" : 1450,
                              "description" : "AoA forage supply for month of June"
                          },
                          {
                              "name" : "jul_aoa_forage_supply",
                              "value" : 1450,
                              "description" : "AoA forage supply for month of July"
                          },
                          {
                              "name" : "aug_aoa_forage_supply",
                              "value" : 1300,
                              "description" : "AoA forage supply for month of August"
                          },
                          {
                              "name" : "sep_aoa_forage_supply",
                              "value" : 1150,
                              "description" : "AoA forage supply for month of September"
                          },
                          {
                              "name" : "oct_aoa_forage_supply",
                              "value" : 1050,
                              "description" : "AoA forage supply for month of October"
                          },
                          {
                              "name" : "nov_aoa_forage_supply",
                              "value" : 1000,
                              "description" : "AoA forage supply for month of November"
                          },
                          {
                              "name" : "dec_aoa_forage_supply",
                              "value" : 1000,
                              "description" : "AoA forage supply for month of December"
                          },
                          {
                              "name" : "this_year_aoa_forage_supply",
                              "value" : 14300,
                              "description" : "AoA forage supply for this grazing system year"
                          },
                          {
                              "name" : "jan_aoa_roughage_supply",
                              "value" : 1000,
                              "description" : "AoA forage supply for month of January"
                          },
                          {
                              "name" : "feb_aoa_roughage_supply",
                              "value" : 1050,
                              "description" : "AoA forage supply for month of February"
                          },
                          {
                              "name" : "mar_aoa_roughage_supply",
                              "value" : 1100,
                              "description" : "AoA forage supply for month of March"
                          },
                          {
                              "name" : "apr_aoa_roughage_supply",
                              "value" : 1300,
                              "description" : "AoA forage supply for month of April"
                          },
                          {
                              "name" : "may_aoa_roughage_supply",
                              "value" : 1450,
                              "description" : "AoA forage supply for month of May"
                          },
                          {
                              "name" : "jun_aoa_roughage_supply",
                              "value" : 1450,
                              "description" : "AoA forage supply for month of June"
                          },
                          {
                              "name" : "jul_aoa_roughage_supply",
                              "value" : 1450,
                              "description" : "AoA forage supply for month of July"
                          },
                          {
                              "name" : "aug_aoa_roughage_supply",
                              "value" : 1300,
                              "description" : "AoA forage supply for month of August"
                          },
                          {
                              "name" : "sep_aoa_roughage_supply",
                              "value" : 1150,
                              "description" : "AoA forage supply for month of September"
                          },
                          {
                              "name" : "oct_aoa_roughage_supply",
                              "value" : 1050,
                              "description" : "AoA forage supply for month of October"
                          },
                          {
                              "name" : "nov_aoa_roughage_supply",
                              "value" : 1000,
                              "description" : "AoA forage supply for month of November"
                          },
                          {
                              "name" : "dec_aoa_roughage_supply",
                              "value" : 1000,
                              "description" : "AoA forage supply for month of December"
                          }
                      ]
                  ],
                  "description":""
              }
          ]
      ],
      "description":""
},
{
            "name": "feeding_waste_percentage_list",
            "value": [
                [
                    {
                        "name": "grazing_system_year",
                        "value": 2015,
                        "Description": "Grazing system year"
                    },
                    {
                        "name": "feeding_waste_percentage",
                        "value": 10,
                        "Description": "Percentage of feeding waste"
                    }
                ]
            ]
}
]
}

Files to attach:
(the file to convert)
Files to fetch:
(the converted file)

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

Completed Jan 12 2016 11:03
Submit by wlloyd
Compare tracker item versions
Submitted Action Version
odavid
May 20 2016 00:50
Edit 116
Last Tested May 20 2016 00:50 May 19 2016 00:50
odavid
May 19 2016 00:50
Edit 115
Last Tested May 19 2016 00:50 May 18 2016 00:50
odavid
May 18 2016 00:50
Edit 114
Last Tested May 18 2016 00:50 May 17 2016 00:51
odavid
May 17 2016 00:51
Edit 113
Last Tested May 17 2016 00:51 May 16 2016 00:51
odavid
May 16 2016 00:51
Edit 112
Last Tested May 16 2016 00:51 May 15 2016 00:51
odavid
May 15 2016 00:51
Edit 111
Last Tested May 15 2016 00:51 May 14 2016 00:51
odavid
May 14 2016 00:51
Edit 110
Last Tested May 14 2016 00:51 May 13 2016 00:51
odavid
May 13 2016 00:51
Edit 109
Last Tested May 13 2016 00:51 May 12 2016 00:51
odavid
May 12 2016 00:51
Edit 108
Last Tested May 12 2016 00:51 May 11 2016 00:51
odavid
May 11 2016 00:51
Edit 107
Last Tested May 11 2016 00:51 May 10 2016 00:51
odavid
May 10 2016 00:51
Edit 106
Last Tested May 10 2016 00:51 May 09 2016 00:51
odavid
May 09 2016 00:51
Edit 105
Last Tested May 09 2016 00:51 May 08 2016 00:51
odavid
May 08 2016 00:51
Edit 104
Last Tested May 08 2016 00:51 May 07 2016 00:51
odavid
May 07 2016 00:51
Edit 103
Last Tested May 07 2016 00:51 May 06 2016 00:51
odavid
May 06 2016 00:51
Edit 102
Last Tested May 06 2016 00:51 May 05 2016 00:51
odavid
May 05 2016 00:51
Edit 101
Last Tested May 05 2016 00:51 May 04 2016 00:51
odavid
May 04 2016 00:51
Edit 100
Last Tested May 04 2016 00:51 May 03 2016 00:51
odavid
May 03 2016 00:51
Edit 99
Last Tested May 03 2016 00:51 May 02 2016 00:51
odavid
May 02 2016 00:51
Edit 98
Last Tested May 02 2016 00:51 May 01 2016 00:51
odavid
May 01 2016 00:51
Edit 97
Last Tested May 01 2016 00:51 Apr 30 2016 00:51
Only the last 20 history item loaded. Show All (116)