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

Application Lifecycle Management

Search In Project

Search inClear

GRAS-23: Calculate Forage Animal Balance With Grazing Schedule (gras_detailfab)#34333/v2
Tags:  not added yet

GRAS-23: Calculate Forage Animal Balance With Grazing Schedule (gras_detailfab)[SERVICE-34333]

Tracker: Services Priority: NormalNormal Status: Completed
Submitted by: rumpalJun 07 2017 11:06 Modified by: rumpalJun 09 2017 07:58 Type:
Model
Path: m/gras/detailfab/1.0 Context: csip-gras Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-gras/m/gras/detailfab/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description

GRAS-23: Calculate Forage Animal Balance With Grazing Schedule (gras_detailfab)

Calculate weighted average monthly and daily forage production for each AoA. From each monthly production, divide by the number of days in the month to get daily production.

Calculate forage supplies for each area of analysis (AoA) in the grazing system, accounting for forage partition profiles (FPPs).

Calculate monthly, yearly, and system forage animal balances (FABs) 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, forage partition profile activities and harvest efficiencies. Herds are scheduled onto areas of analysis (AoAs) during always available forage partition profile (FPP) activity periods. This service allocates animal demand to each grazing unit (AoA) for specific periods of time rather than to the system at large. This provices a more detailed analysis of forage animal balance.

Request Response
{
    "metainfo": {},
    "parameter": [
        {
            "name": "grazing_system_start_date",
            "value": "2015-01-01",
            "description": "Start date of grazing system"
        },
        {
            "name": "grazing_system_end_date",
            "value": "2015-12-31",
            "description": "End date of grazing system"
        },
        {
            "name": "Herd List",
            "description": "List of herds",
            "value": [
                [
                    {
                        "name": "herd_id",
                        "description": "Herd identifier",
                        "value": 1
                    },
                    {
                        "name": "Animal Group List",
                        "description": "List of animal groups in herd",
                        "value": [
                            [
                                {
                                    "name": "animal_group_id",
                                    "description": "Animal group identifier",
                                    "value": 1
                                },
                                {
                                    "name": "number_of_head",
                                    "description": "Number of animals in group",
                                    "value": 20
                                },
                                {
                                    "name": "average_weight_lbs",
                                    "description": "Average weight of individual animal",
                                    "value": 800,
                                    "unit": "lb"
                                },
                                {
                                    "name": "avg_daily_intake_pct",
                                    "description": "Average daily individual intake as percent of body weight",
                                    "value": 0.03,
                                    "unit": "%",
                                    "min": 0,
                                    "max": 1
                                },
                                {
                                    "name": "date_into_herd",
                                    "description": "Date group enters grazing herd",
                                    "value": "2015-01-01"
                                },
                                {
                                    "name": "date_out_of_herd",
                                    "description": "Date group leaves grazing herd",
                                    "value": "2015-04-30"
                                }
                            ]
                        ]
                    }
                ]
            ]
        },
        {
            "name": "Grazing System",
            "value": [
                [
                    {
                        "name": "grazing_system_year",
                        "value": 2015,
                        "description": "Year in the Grazing System"
                    },
                    {
                        "name": "feeding_waste_pct",
                        "value": 0.08,
                        "description": "Percent of Feeding Waste",
                        "unit": "%",
                        "min": 0,
                        "max": 1
                    }
                ]
            ],
            "description": "Grazing system supply and demand per year, by month"
        },
        {
            "name": "AoA List",
            "description": "List of Area of Analysis Identifier",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "description": "Area of Analysis Identifier",
                        "value": 3
                    },
                    {
                        "name": "starting_aoa_forage_prod",
                        "description": "Forage Production at the beginning of first year of the grazing system",
                        "value": 250,
                        "unit": "lbs/acre"
                    },
                    {
                        "name": "aoa_acres",
                        "description": "Area of Analysis acres",
                        "value": 25
                    },
                    {
                        "name": "FIS List",
                        "description": "List of Forage Inventory Sites in AoA",
                        "value": [
                            [
                                {
                                    "name": "fis_id",
                                    "description": "FIS Identifier",
                                    "value": "1"
                                },
                                {
                                    "name": "fis_area",
                                    "description": "Area of the FIS",
                                    "value": 25,
                                    "unit": "acres"
                                },
                                {
                                    "name": "FIS Component List",
                                    "value": [
                                        [
                                            {
                                                "name": "fis_component_id",
                                                "description": "FIS component identifier",
                                                "value": "1"
                                            },
                                            {
                                                "name": "fis_component_pct",
                                                "description": "FIS component percentage",
                                                "value": 100
                                            },
                                            {
                                                "name": "fis_component_prod_annual",
                                                "description": "Adjusted annual forage production of FIS Component",
                                                "value": 1800,
                                                "unit": "lb/acre"
                                            },
                                            {
                                                "name": "comp_pct_prod_jan",
                                                "description": "Percentage of FIS component production from January",
                                                "value": 0,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_feb",
                                                "description": "Percentage of FIS component production from February",
                                                "value": 0,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_mar",
                                                "description": "Percentage of FIS component production from March",
                                                "value": 3,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_apr",
                                                "description": "Percentage of FIS component production from April",
                                                "value": 7,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_may",
                                                "description": "Percentage of FIS component production from May",
                                                "value": 21,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_jun",
                                                "description": "Percentage of FIS component production from June",
                                                "value": 33,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_jul",
                                                "description": "Percentage of FIS component production from July",
                                                "value": 18,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_aug",
                                                "description": "Percentage of FIS component production from August",
                                                "value": 8,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_sep",
                                                "description": "Percentage of FIS component production from September",
                                                "value": 6,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_oct",
                                                "description": "Percentage of FIS component production from October",
                                                "value": 3,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_nov",
                                                "description": "Percentage of FIS component production from November",
                                                "value": 1,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_dec",
                                                "description": "Percentage of FIS component production from December",
                                                "value": 0,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            }
                                        ]
                                    ]
                                }
                            ]
                        ]
                    },
                    {
                        "name": "FPP List",
                        "value": [
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 1,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 25,
                                    "min": 0,
                                    "max": 100,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-01-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-04-30",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 2,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Harvest Roughage",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 70,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "min": 0,
                                    "max": 100,
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-05-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-08-31",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 3,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 25,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "min": 0,
                                    "max": 1,
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-09-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-12-31",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ]
                        ],
                        "description": "AoA Forage Partition Profiles"
                    },
                    {
                        "name": "Grazing Periods List",
                        "description": "List of AoA grazing periods",
                        "value": [
                            [
                                {
                                    "name": "graze_period_id",
                                    "description": "Grazing period identifier",
                                    "value": 1
                                },
                                {
                                    "name": "AoA Herd List",
                                    "value": [
                                        [
                                            {
                                                "name": "herd_id",
                                                "description": "Herd identifier for this grazing period",
                                                "value": 1
                                            },
                                            {
                                                "name": "graze_start_date",
                                                "description": "Starting date of this grazing period.",
                                                "value": "2015-01-01"
                                            },
                                            {
                                                "name": "graze_end_date",
                                                "description": "Ending date of this grazing period.",
                                                "value": "2015-04-30"
                                            }
                                        ]
                                    ]
                                }
                            ]
                        ]
                    },
                    {
                        "name": "AoA Grazing System",
                        "value": [
                            [
                                {
                                    "name": "grazing_system_year",
                                    "value": 2015,
                                    "description": "Year in the Grazing System"
                                },
                                {
                                    "name": "jan_aoa_roughage_supply",
                                    "value": 2000,
                                    "description": "January Rouhage Supply"
                                },
                                {
                                    "name": "feb_aoa_roughage_supply",
                                    "value": 2000,
                                    "description": "February Rouhage Supply"
                                },
                                {
                                    "name": "mar_aoa_roughage_supply",
                                    "value": 1000,
                                    "description": "March Rouhage Supply"
                                },
                                {
                                    "name": "apr_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "April Rouhage Supply"
                                },
                                {
                                    "name": "may_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "May Rouhage Supply"
                                },
                                {
                                    "name": "jun_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "June Rouhage Supply"
                                },
                                {
                                    "name": "jul_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "July Rouhage Supply"
                                },
                                {
                                    "name": "aug_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "August Rouhage Supply"
                                },
                                {
                                    "name": "sep_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "September Rouhage Supply"
                                },
                                {
                                    "name": "oct_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "October Rouhage Supply"
                                },
                                {
                                    "name": "nov_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "November Rouhage Supply"
                                },
                                {
                                    "name": "dec_aoa_roughage_supply",
                                    "value": 1000,
                                    "description": "December Rouhage Supply"
                                }
                            ]
                        ],
                        "description": "List of grazing system years in AoA"
                    }
                ]
            ]
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "96f231e5-4d1b-11e7-97b3-ad483dbace5c",
        "cloud_node": "10.1.54.20",
        "request_ip": "129.82.52.100",
        "service_url": "http://csip.engr.colostate.edu:8083/csip-gras/m/gras/detailfab/1.0",
        "csip-gras.version": "$version: 0.4.256 12bbf0f20b7b 2017-06-06 rumpal, built at 2017-06-06 12:40 by jenkins$",
        "csip.version": "$version: 2.1.205 fc2f9cc0fa2b 2017-05-24 od, built at 2017-06-06 12:40 by jenkins$",
        "tstamp": "2017-06-09 07:57:35",
        "cpu_time": 174,
        "expiration_date": "2017-06-09 07:58:05"
    },
    "parameter": [
        {
            "name": "grazing_system_start_date",
            "value": "2015-01-01",
            "description": "Start date of grazing system"
        },
        {
            "name": "grazing_system_end_date",
            "value": "2015-12-31",
            "description": "End date of grazing system"
        },
        {
            "name": "Herd List",
            "description": "List of herds",
            "value": [
                [
                    {
                        "name": "herd_id",
                        "description": "Herd identifier",
                        "value": 1
                    },
                    {
                        "name": "Animal Group List",
                        "description": "List of animal groups in herd",
                        "value": [
                            [
                                {
                                    "name": "animal_group_id",
                                    "description": "Animal group identifier",
                                    "value": 1
                                },
                                {
                                    "name": "number_of_head",
                                    "description": "Number of animals in group",
                                    "value": 20
                                },
                                {
                                    "name": "average_weight_lbs",
                                    "description": "Average weight of individual animal",
                                    "value": 800,
                                    "unit": "lb"
                                },
                                {
                                    "name": "avg_daily_intake_pct",
                                    "description": "Average daily individual intake as percent of body weight",
                                    "value": 0.03,
                                    "unit": "%",
                                    "min": 0,
                                    "max": 1
                                },
                                {
                                    "name": "date_into_herd",
                                    "description": "Date group enters grazing herd",
                                    "value": "2015-01-01"
                                },
                                {
                                    "name": "date_out_of_herd",
                                    "description": "Date group leaves grazing herd",
                                    "value": "2015-04-30"
                                }
                            ]
                        ]
                    }
                ]
            ]
        },
        {
            "name": "Grazing System",
            "value": [
                [
                    {
                        "name": "grazing_system_year",
                        "value": 2015,
                        "description": "Year in the Grazing System"
                    },
                    {
                        "name": "feeding_waste_pct",
                        "value": 0.08,
                        "description": "Percent of Feeding Waste",
                        "unit": "%",
                        "min": 0,
                        "max": 1
                    }
                ]
            ],
            "description": "Grazing system supply and demand per year, by month"
        },
        {
            "name": "AoA List",
            "description": "List of Area of Analysis Identifier",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "description": "Area of Analysis Identifier",
                        "value": 3
                    },
                    {
                        "name": "starting_aoa_forage_prod",
                        "description": "Forage Production at the beginning of first year of the grazing system",
                        "value": 250,
                        "unit": "lbs/acre"
                    },
                    {
                        "name": "aoa_acres",
                        "description": "Area of Analysis acres",
                        "value": 25
                    },
                    {
                        "name": "FIS List",
                        "description": "List of Forage Inventory Sites in AoA",
                        "value": [
                            [
                                {
                                    "name": "fis_id",
                                    "description": "FIS Identifier",
                                    "value": "1"
                                },
                                {
                                    "name": "fis_area",
                                    "description": "Area of the FIS",
                                    "value": 25,
                                    "unit": "acres"
                                },
                                {
                                    "name": "FIS Component List",
                                    "value": [
                                        [
                                            {
                                                "name": "fis_component_id",
                                                "description": "FIS component identifier",
                                                "value": "1"
                                            },
                                            {
                                                "name": "fis_component_pct",
                                                "description": "FIS component percentage",
                                                "value": 100
                                            },
                                            {
                                                "name": "fis_component_prod_annual",
                                                "description": "Adjusted annual forage production of FIS Component",
                                                "value": 1800,
                                                "unit": "lb/acre"
                                            },
                                            {
                                                "name": "comp_pct_prod_jan",
                                                "description": "Percentage of FIS component production from January",
                                                "value": 0,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_feb",
                                                "description": "Percentage of FIS component production from February",
                                                "value": 0,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_mar",
                                                "description": "Percentage of FIS component production from March",
                                                "value": 3,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_apr",
                                                "description": "Percentage of FIS component production from April",
                                                "value": 7,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_may",
                                                "description": "Percentage of FIS component production from May",
                                                "value": 21,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_jun",
                                                "description": "Percentage of FIS component production from June",
                                                "value": 33,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_jul",
                                                "description": "Percentage of FIS component production from July",
                                                "value": 18,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_aug",
                                                "description": "Percentage of FIS component production from August",
                                                "value": 8,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_sep",
                                                "description": "Percentage of FIS component production from September",
                                                "value": 6,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_oct",
                                                "description": "Percentage of FIS component production from October",
                                                "value": 3,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_nov",
                                                "description": "Percentage of FIS component production from November",
                                                "value": 1,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_dec",
                                                "description": "Percentage of FIS component production from December",
                                                "value": 0,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            }
                                        ]
                                    ]
                                }
                            ]
                        ]
                    },
                    {
                        "name": "FPP List",
                        "value": [
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 1,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 25,
                                    "min": 0,
                                    "max": 100,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-01-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-04-30",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 2,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Harvest Roughage",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 70,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "min": 0,
                                    "max": 100,
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-05-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-08-31",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 3,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 25,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "min": 0,
                                    "max": 1,
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-09-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-12-31",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ]
                        ],
                        "description": "AoA Forage Partition Profiles"
                    },
                    {
                        "name": "Grazing Periods List",
                        "description": "List of AoA grazing periods",
                        "value": [
                            [
                                {
                                    "name": "graze_period_id",
                                    "description": "Grazing period identifier",
                                    "value": 1
                                },
                                {
                                    "name": "AoA Herd List",
                                    "value": [
                                        [
                                            {
                                                "name": "herd_id",
                                                "description": "Herd identifier for this grazing period",
                                                "value": 1
                                            },
                                            {
                                                "name": "graze_start_date",
                                                "description": "Starting date of this grazing period.",
                                                "value": "2015-01-01"
                                            },
                                            {
                                                "name": "graze_end_date",
                                                "description": "Ending date of this grazing period.",
                                                "value": "2015-04-30"
                                            }
                                        ]
                                    ]
                                }
                            ]
                        ]
                    },
                    {
                        "name": "AoA Grazing System",
                        "value": [
                            [
                                {
                                    "name": "grazing_system_year",
                                    "value": 2015,
                                    "description": "Year in the Grazing System"
                                },
                                {
                                    "name": "jan_aoa_roughage_supply",
                                    "value": 2000,
                                    "description": "January Rouhage Supply"
                                },
                                {
                                    "name": "feb_aoa_roughage_supply",
                                    "value": 2000,
                                    "description": "February Rouhage Supply"
                                },
                                {
                                    "name": "mar_aoa_roughage_supply",
                                    "value": 1000,
                                    "description": "March Rouhage Supply"
                                },
                                {
                                    "name": "apr_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "April Rouhage Supply"
                                },
                                {
                                    "name": "may_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "May Rouhage Supply"
                                },
                                {
                                    "name": "jun_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "June Rouhage Supply"
                                },
                                {
                                    "name": "jul_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "July Rouhage Supply"
                                },
                                {
                                    "name": "aug_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "August Rouhage Supply"
                                },
                                {
                                    "name": "sep_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "September Rouhage Supply"
                                },
                                {
                                    "name": "oct_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "October Rouhage Supply"
                                },
                                {
                                    "name": "nov_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "November Rouhage Supply"
                                },
                                {
                                    "name": "dec_aoa_roughage_supply",
                                    "value": 1000,
                                    "description": "December Rouhage Supply"
                                }
                            ]
                        ],
                        "description": "List of grazing system years in AoA"
                    }
                ]
            ]
        }
    ],
    "result": [
        {
            "name": "system_forage_animal_balance",
            "value": 527645.77,
            "description": "Grazing System Forage Animal Balance"
        },
        {
            "name": "system_forage_roughage_supply",
            "value": 528221.77,
            "description": "Grazing System Forage Supply including Roughage Fed"
        },
        {
            "name": "system_animal_demand",
            "value": 576,
            "description": "Grazing System Animal Demand"
        },
        {
            "name": "Grazing System",
            "value": [
                [
                    {
                        "name": "grazing_system_year",
                        "value": 2015,
                        "unit": "Grazing System Year"
                    },
                    {
                        "name": "jan_forage_supply",
                        "value": 1562.5,
                        "unit": "lb",
                        "description": "January Forage supply"
                    },
                    {
                        "name": "feb_forage_supply",
                        "value": 0,
                        "unit": "lb",
                        "description": "February Forage supply"
                    },
                    {
                        "name": "mar_forage_supply",
                        "value": 33750.01,
                        "unit": "lb",
                        "description": "March Forage supply"
                    },
                    {
                        "name": "apr_forage_supply",
                        "value": 78750,
                        "unit": "lb",
                        "description": "April Forage supply"
                    },
                    {
                        "name": "may_forage_supply",
                        "value": 0,
                        "unit": "lb",
                        "description": "May Forage supply"
                    },
                    {
                        "name": "jun_forage_supply",
                        "value": 0,
                        "unit": "lb",
                        "description": "June Forage supply"
                    },
                    {
                        "name": "jul_forage_supply",
                        "value": 0,
                        "unit": "lb",
                        "description": "July Forage supply"
                    },
                    {
                        "name": "aug_forage_supply",
                        "value": 0,
                        "unit": "lb",
                        "description": "August Forage supply"
                    },
                    {
                        "name": "sep_forage_supply",
                        "value": 363164.05,
                        "unit": "lb",
                        "description": "September Forage supply"
                    },
                    {
                        "name": "oct_forage_supply",
                        "value": 33750.01,
                        "unit": "lb",
                        "description": "October Forage supply"
                    },
                    {
                        "name": "nov_forage_supply",
                        "value": 11250,
                        "unit": "lb",
                        "description": "November Forage supply"
                    },
                    {
                        "name": "dec_forage_supply",
                        "value": 0,
                        "unit": "lb",
                        "description": "December Forage supply"
                    },
                    {
                        "name": "this_year_forage_supply",
                        "value": 522226.57,
                        "unit": "lb",
                        "description": "This Year Forage Supply"
                    },
                    {
                        "name": "jan_roughage_fed",
                        "value": 1998.4,
                        "unit": "lb",
                        "description": "January Rouhage Fed"
                    },
                    {
                        "name": "feb_roughage_fed",
                        "value": 1998.4,
                        "unit": "lb",
                        "description": "February Rouhage Fed"
                    },
                    {
                        "name": "mar_roughage_fed",
                        "value": 999.2,
                        "unit": "lb",
                        "description": "March Rouhage Fed"
                    },
                    {
                        "name": "apr_roughage_fed",
                        "value": 0,
                        "unit": "lb",
                        "description": "April Rouhage Fed"
                    },
                    {
                        "name": "may_roughage_fed",
                        "value": 0,
                        "unit": "lb",
                        "description": "May Rouhage Fed"
                    },
                    {
                        "name": "jun_roughage_fed",
                        "value": 0,
                        "unit": "lb",
                        "description": "June Rouhage Fed"
                    },
                    {
                        "name": "jul_roughage_fed",
                        "value": 0,
                        "unit": "lb",
                        "description": "July Rouhage Fed"
                    },
                    {
                        "name": "aug_roughage_fed",
                        "value": 0,
                        "unit": "lb",
                        "description": "August Rouhage Fed"
                    },
                    {
                        "name": "sep_roughage_fed",
                        "value": 0,
                        "unit": "lb",
                        "description": "September Rouhage Fed"
                    },
                    {
                        "name": "oct_roughage_fed",
                        "value": 0,
                        "unit": "lb",
                        "description": "October Rouhage Fed"
                    },
                    {
                        "name": "nov_roughage_fed",
                        "value": 0,
                        "unit": "lb",
                        "description": "November Rouhage Fed"
                    },
                    {
                        "name": "dec_roughage_fed",
                        "value": 999.2,
                        "unit": "lb",
                        "description": "December Rouhage Fed"
                    },
                    {
                        "name": "this_year_roughage_fed",
                        "value": 5995.2,
                        "unit": "lb",
                        "description": "This Year Rouhage Fed"
                    },
                    {
                        "name": "jan_forage_roughage_supply",
                        "value": 3560.9,
                        "unit": "lb",
                        "description": "January Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "feb_forage_roughage_supply",
                        "value": 1998.4,
                        "unit": "lb",
                        "description": "February Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "mar_forage_roughage_supply",
                        "value": 34749.21,
                        "unit": "lb",
                        "description": "March Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "apr_forage_roughage_supply",
                        "value": 78750,
                        "unit": "lb",
                        "description": "April Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "may_forage_roughage_supply",
                        "value": 0,
                        "unit": "lb",
                        "description": "May Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "jun_forage_roughage_supply",
                        "value": 0,
                        "unit": "lb",
                        "description": "June Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "jul_forage_roughage_supply",
                        "value": 0,
                        "unit": "lb",
                        "description": "July Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "aug_forage_roughage_supply",
                        "value": 0,
                        "unit": "lb",
                        "description": "August Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "sep_forage_roughage_supply",
                        "value": 363164.05,
                        "unit": "lb",
                        "description": "September Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "oct_forage_roughage_supply",
                        "value": 33750.01,
                        "unit": "lb",
                        "description": "October Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "nov_forage_roughage_supply",
                        "value": 11250,
                        "unit": "lb",
                        "description": "November Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "dec_forage_roughage_supply",
                        "value": 999.2,
                        "unit": "lb",
                        "description": "December Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "this_year_forage_roughage_supply",
                        "value": 528221.77,
                        "unit": "lb",
                        "description": "This Year Forage Supply Including Rouhage Fed"
                    },
                    {
                        "name": "jan_animal_demand",
                        "value": 148.8,
                        "unit": "lb",
                        "description": "JanuaryAnimal Demand"
                    },
                    {
                        "name": "feb_animal_demand",
                        "value": 134.4,
                        "unit": "lb",
                        "description": "FebruaryAnimal Demand"
                    },
                    {
                        "name": "mar_animal_demand",
                        "value": 148.8,
                        "unit": "lb",
                        "description": "MarchAnimal Demand"
                    },
                    {
                        "name": "apr_animal_demand",
                        "value": 144,
                        "unit": "lb",
                        "description": "AprilAnimal Demand"
                    },
                    {
                        "name": "may_animal_demand",
                        "value": 0,
                        "unit": "lb",
                        "description": "MayAnimal Demand"
                    },
                    {
                        "name": "jun_animal_demand",
                        "value": 0,
                        "unit": "lb",
                        "description": "JuneAnimal Demand"
                    },
                    {
                        "name": "jul_animal_demand",
                        "value": 0,
                        "unit": "lb",
                        "description": "JulyAnimal Demand"
                    },
                    {
                        "name": "aug_animal_demand",
                        "value": 0,
                        "unit": "lb",
                        "description": "AugustAnimal Demand"
                    },
                    {
                        "name": "sep_animal_demand",
                        "value": 0,
                        "unit": "lb",
                        "description": "SeptemberAnimal Demand"
                    },
                    {
                        "name": "oct_animal_demand",
                        "value": 0,
                        "unit": "lb",
                        "description": "OctoberAnimal Demand"
                    },
                    {
                        "name": "nov_animal_demand",
                        "value": 0,
                        "unit": "lb",
                        "description": "NovemberAnimal Demand"
                    },
                    {
                        "name": "dec_animal_demand",
                        "value": 0,
                        "unit": "lb",
                        "description": "DecemberAnimal Demand"
                    },
                    {
                        "name": "this_year_animal_demand",
                        "value": 576,
                        "unit": "lb",
                        "description": "This Year Animal Demand"
                    },
                    {
                        "name": "fab_january",
                        "value": 3412.1,
                        "unit": "lb",
                        "description": "JanuaryForage Animal Balance"
                    },
                    {
                        "name": "fab_february",
                        "value": 1864,
                        "unit": "lb",
                        "description": "FebruaryForage Animal Balance"
                    },
                    {
                        "name": "fab_march",
                        "value": 34600.41,
                        "unit": "lb",
                        "description": "MarchForage Animal Balance"
                    },
                    {
                        "name": "fab_april",
                        "value": 78606,
                        "unit": "lb",
                        "description": "AprilForage Animal Balance"
                    },
                    {
                        "name": "fab_may",
                        "value": 0,
                        "unit": "lb",
                        "description": "MayForage Animal Balance"
                    },
                    {
                        "name": "fab_june",
                        "value": 0,
                        "unit": "lb",
                        "description": "JuneForage Animal Balance"
                    },
                    {
                        "name": "fab_july",
                        "value": 0,
                        "unit": "lb",
                        "description": "JulyForage Animal Balance"
                    },
                    {
                        "name": "fab_august",
                        "value": 0,
                        "unit": "lb",
                        "description": "AugustForage Animal Balance"
                    },
                    {
                        "name": "fab_september",
                        "value": 363164.05,
                        "unit": "lb",
                        "description": "SeptemberForage Animal Balance"
                    },
                    {
                        "name": "fab_october",
                        "value": 33750.01,
                        "unit": "lb",
                        "description": "OctoberForage Animal Balance"
                    },
                    {
                        "name": "fab_november",
                        "value": 11250,
                        "unit": "lb",
                        "description": "NovemberForage Animal Balance"
                    },
                    {
                        "name": "fab_december",
                        "value": 999.2,
                        "unit": "lb",
                        "description": "DecemberForage Animal Balance"
                    },
                    {
                        "name": "this_year_forage_animal_balance",
                        "value": 527645.77,
                        "unit": "lb",
                        "description": "This Year Forage Animal Balance"
                    },
                    {
                        "name": "jan_roughage_harvest",
                        "value": 0,
                        "description": "January Roughage Harvest"
                    },
                    {
                        "name": "feb_roughage_harvest",
                        "value": 0,
                        "description": "February Roughage Harvest"
                    },
                    {
                        "name": "mar_roughage_harvest",
                        "value": 0,
                        "description": "March Roughage Harvest"
                    },
                    {
                        "name": "apr_roughage_harvest",
                        "value": 0,
                        "description": "April Roughage Harvest"
                    },
                    {
                        "name": "may_roughage_harvest",
                        "value": 0,
                        "description": "May Roughage Harvest"
                    },
                    {
                        "name": "jun_roughage_harvest",
                        "value": 0,
                        "description": "June Roughage Harvest"
                    },
                    {
                        "name": "jul_roughage_harvest",
                        "value": 0,
                        "description": "July Roughage Harvest"
                    },
                    {
                        "name": "aug_roughage_harvest",
                        "value": 2759531.13,
                        "description": "August Roughage Harvest"
                    },
                    {
                        "name": "sep_roughage_harvest",
                        "value": 0,
                        "description": "September Roughage Harvest"
                    },
                    {
                        "name": "oct_roughage_harvest",
                        "value": 0,
                        "description": "October Roughage Harvest"
                    },
                    {
                        "name": "nov_roughage_harvest",
                        "value": 0,
                        "description": "November Roughage Harvest"
                    },
                    {
                        "name": "dec_roughage_harvest",
                        "value": 0,
                        "description": "December Roughage Harvest"
                    }
                ]
            ]
        },
        {
            "name": "AoA List",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "value": 3,
                        "description": "Area of Analysis Identifier"
                    },
                    {
                        "name": "aoa_acres",
                        "value": 25,
                        "unit": "ac",
                        "description": "Area of Analysis Acres"
                    },
                    {
                        "name": "AoA Grazing System",
                        "value": [
                            [
                                {
                                    "name": "grazing_system_year",
                                    "value": 2015,
                                    "description": "Grazing system year"
                                },
                                {
                                    "name": "jan_aoa_forage_supply",
                                    "value": 1562.5,
                                    "unit": "lb",
                                    "description": "January AoA Forage Supply"
                                },
                                {
                                    "name": "feb_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "February AoA Forage Supply"
                                },
                                {
                                    "name": "mar_aoa_forage_supply",
                                    "value": 33750.01,
                                    "unit": "lb",
                                    "description": "March AoA Forage Supply"
                                },
                                {
                                    "name": "apr_aoa_forage_supply",
                                    "value": 78750,
                                    "unit": "lb",
                                    "description": "April AoA Forage Supply"
                                },
                                {
                                    "name": "may_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "May AoA Forage Supply"
                                },
                                {
                                    "name": "jun_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "June AoA Forage Supply"
                                },
                                {
                                    "name": "jul_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "July AoA Forage Supply"
                                },
                                {
                                    "name": "aug_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "August AoA Forage Supply"
                                },
                                {
                                    "name": "sep_aoa_forage_supply",
                                    "value": 363164.05,
                                    "unit": "lb",
                                    "description": "September AoA Forage Supply"
                                },
                                {
                                    "name": "oct_aoa_forage_supply",
                                    "value": 33750.01,
                                    "unit": "lb",
                                    "description": "October AoA Forage Supply"
                                },
                                {
                                    "name": "nov_aoa_forage_supply",
                                    "value": 11250,
                                    "unit": "lb",
                                    "description": "November AoA Forage Supply"
                                },
                                {
                                    "name": "dec_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "December AoA Forage Supply"
                                },
                                {
                                    "name": "this_year_aoa_forage_supply",
                                    "value": 522226.57,
                                    "unit": "lb",
                                    "description": "This Year AoA Forage Supply"
                                },
                                {
                                    "name": "jan_aoa_roughage_fed",
                                    "value": 1998.4,
                                    "unit": "lb",
                                    "description": "January AoA Roughage Fed"
                                },
                                {
                                    "name": "feb_aoa_roughage_fed",
                                    "value": 1998.4,
                                    "unit": "lb",
                                    "description": "February AoA Roughage Fed"
                                },
                                {
                                    "name": "mar_aoa_roughage_fed",
                                    "value": 999.2,
                                    "unit": "lb",
                                    "description": "March AoA Roughage Fed"
                                },
                                {
                                    "name": "apr_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "April AoA Roughage Fed"
                                },
                                {
                                    "name": "may_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "May AoA Roughage Fed"
                                },
                                {
                                    "name": "jun_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "June AoA Roughage Fed"
                                },
                                {
                                    "name": "jul_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "July AoA Roughage Fed"
                                },
                                {
                                    "name": "aug_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "August AoA Roughage Fed"
                                },
                                {
                                    "name": "sep_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "September AoA Roughage Fed"
                                },
                                {
                                    "name": "oct_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "October AoA Roughage Fed"
                                },
                                {
                                    "name": "nov_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "November AoA Roughage Fed"
                                },
                                {
                                    "name": "dec_aoa_roughage_fed",
                                    "value": 999.2,
                                    "unit": "lb",
                                    "description": "December AoA Roughage Fed"
                                },
                                {
                                    "name": "this_year_aoa_roughage_fed",
                                    "value": 5995.2,
                                    "unit": "lb",
                                    "description": "This Year AoA Roughage Fed"
                                },
                                {
                                    "name": "jan_aoa_animal_demand",
                                    "value": 148.8,
                                    "unit": "lb",
                                    "description": "January AoA Animal Demand"
                                },
                                {
                                    "name": "feb_aoa_animal_demand",
                                    "value": 134.4,
                                    "unit": "lb",
                                    "description": "February AoA Animal Demand"
                                },
                                {
                                    "name": "mar_aoa_animal_demand",
                                    "value": 148.8,
                                    "unit": "lb",
                                    "description": "March AoA Animal Demand"
                                },
                                {
                                    "name": "apr_aoa_animal_demand",
                                    "value": 144,
                                    "unit": "lb",
                                    "description": "April AoA Animal Demand"
                                },
                                {
                                    "name": "may_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "May AoA Animal Demand"
                                },
                                {
                                    "name": "jun_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "June AoA Animal Demand"
                                },
                                {
                                    "name": "jul_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "July AoA Animal Demand"
                                },
                                {
                                    "name": "aug_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "August AoA Animal Demand"
                                },
                                {
                                    "name": "sep_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "September AoA Animal Demand"
                                },
                                {
                                    "name": "oct_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "October AoA Animal Demand"
                                },
                                {
                                    "name": "nov_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "November AoA Animal Demand"
                                },
                                {
                                    "name": "dec_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "December AoA Animal Demand"
                                },
                                {
                                    "name": "this_year_aoa_animal_demand",
                                    "value": 576,
                                    "unit": "lb",
                                    "description": "This Year AoA Animal Demand"
                                },
                                {
                                    "name": "fab_aoa_january",
                                    "value": 3412.1,
                                    "unit": "lb",
                                    "description": "January AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_february",
                                    "value": 1864,
                                    "unit": "lb",
                                    "description": "February AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_march",
                                    "value": 34600.41,
                                    "unit": "lb",
                                    "description": "March AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_april",
                                    "value": 78606,
                                    "unit": "lb",
                                    "description": "April AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_may",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "May AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_june",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "June AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_july",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "July AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_august",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "August AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_september",
                                    "value": 363164.05,
                                    "unit": "lb",
                                    "description": "September AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_october",
                                    "value": 33750.01,
                                    "unit": "lb",
                                    "description": "October AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_november",
                                    "value": 11250,
                                    "unit": "lb",
                                    "description": "November AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_december",
                                    "value": 999.2,
                                    "unit": "lb",
                                    "description": "December AoA Forage Animal Balance"
                                },
                                {
                                    "name": "this_year_aoa_forage_animal_balance",
                                    "value": 527645.77,
                                    "unit": "lb",
                                    "description": "This Year AoA Forage Animal Balance"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
Files to attach:
(the file to convert)
Files to fetch:
(the converted file)

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