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/v127
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 31 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 31 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 (127)
Baselines
All (127)

Submitter Association Comment
Nothing found to display.