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/HEAD / v5
Tags:  not added yet

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

Tracker: Services Priority: NormalNormal Status: Accepted
Submitted by: rumpalJun 07 2017 11:06 Modified by: jdriMay 17 2018 13:40 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.

{
    "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": "lbs"
                                },
                                {
                                    "name": "avg_daily_intake_pct",
                                    "description": "Average daily individual intake as percent of body weight",
                                    "value": 3,
                                    "unit": "%",
                                    "min": 0,
                                    "max": 100
                                },
                                {
                                    "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": 8,
                        "description": "Percent of Feeding Waste",
                        "unit": "%",
                        "min": 0,
                        "max": 100
                    }
                ]
            ],
            "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": "lb/acre"
                    },
                    {
                        "name": "aoa_acres",
                        "description": "Area of Analysis acres",
                        "value": 200,
                        "unit": "acres"
                    },
                    {
                        "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": 200,
                                    "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,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 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": 100,
                                    "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 Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "feb_aoa_roughage_supply",
                                    "value": 2000,
                                    "description": "February Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "mar_aoa_roughage_supply",
                                    "value": 1000,
                                    "description": "March Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "apr_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "April Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "may_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "May Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "jun_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "June Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "jul_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "July Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "aug_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "August Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "sep_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "September Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "oct_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "October Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "nov_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "November Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "dec_aoa_roughage_supply",
                                    "value": 1000,
                                    "description": "December Roughage Supply",
                                    "unit": "lbs"
                                }
                            ]
                        ],
                        "description": "List of grazing system years in AoA"
                    }
                ]
            ]
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "74a3c8af-6b17-11e7-9fb1-1f03cfd0303f",
        "cloud_node": "10.1.4.18",
        "request_ip": "108.160.183.249",
        "service_url": "http://csip.engr.colostate.edu:8092/csip-gras/m/gras/detailfab/1.0",
        "csip-gras.version": "$version: 0.4.288 ca1bdf1b1bc2 2017-07-13 rumpal, built at 2017-07-13 13:24 by jenkins$",
        "csip.version": "$version: 2.1.208 fc226ce58cc9 2017-07-07 od, built at 2017-07-13 13:24 by jenkins$",
        "tstamp": "2017-07-17 11:43:34",
        "cpu_time": 134,
        "expiration_date": "2017-07-17 11:44:04"
    },
    "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": "lbs"
                                },
                                {
                                    "name": "avg_daily_intake_pct",
                                    "description": "Average daily individual intake as percent of body weight",
                                    "value": 3,
                                    "unit": "%",
                                    "min": 0,
                                    "max": 100
                                },
                                {
                                    "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": 8,
                        "description": "Percent of Feeding Waste",
                        "unit": "%",
                        "min": 0,
                        "max": 100
                    }
                ]
            ],
            "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": "lb/acre"
                    },
                    {
                        "name": "aoa_acres",
                        "description": "Area of Analysis acres",
                        "value": 200,
                        "unit": "acres"
                    },
                    {
                        "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": 200,
                                    "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,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 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": 100,
                                    "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 Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "feb_aoa_roughage_supply",
                                    "value": 2000,
                                    "description": "February Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "mar_aoa_roughage_supply",
                                    "value": 1000,
                                    "description": "March Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "apr_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "April Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "may_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "May Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "jun_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "June Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "jul_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "July Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "aug_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "August Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "sep_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "September Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "oct_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "October Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "nov_aoa_roughage_supply",
                                    "value": 0,
                                    "description": "November Roughage Supply",
                                    "unit": "lbs"
                                },
                                {
                                    "name": "dec_aoa_roughage_supply",
                                    "value": 1000,
                                    "description": "December Roughage Supply",
                                    "unit": "lbs"
                                }
                            ]
                        ],
                        "description": "List of grazing system years in AoA"
                    }
                ]
            ]
        }
    ],
    "result": [
        {
            "name": "system_forage_animal_balance",
            "value": 4857.54,
            "unit": "lbs",
            "description": "Grazing System Forage Animal Balance"
        },
        {
            "name": "system_forage_roughage_supply",
            "value": 62457.54,
            "unit": "lbs",
            "description": "Grazing System Forage Supply including Roughage Fed"
        },
        {
            "name": "system_animal_demand",
            "value": 57600,
            "unit": "lbs",
            "description": "Grazing System Animal Demand"
        },
        {
            "name": "Grazing System",
            "value": [
                [
                    {
                        "name": "grazing_system_year",
                        "value": 2015,
                        "unit": "Grazing System Year"
                    },
                    {
                        "name": "jan_forage_supply",
                        "value": 12500,
                        "unit": "lbs",
                        "description": "January Forage supply"
                    },
                    {
                        "name": "feb_forage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "February Forage supply"
                    },
                    {
                        "name": "mar_forage_supply",
                        "value": 2700.02,
                        "unit": "lbs",
                        "description": "March Forage supply"
                    },
                    {
                        "name": "apr_forage_supply",
                        "value": 6300,
                        "unit": "lbs",
                        "description": "April Forage supply"
                    },
                    {
                        "name": "may_forage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "May Forage supply"
                    },
                    {
                        "name": "jun_forage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "June Forage supply"
                    },
                    {
                        "name": "jul_forage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "July Forage supply"
                    },
                    {
                        "name": "aug_forage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "August Forage supply"
                    },
                    {
                        "name": "sep_forage_supply",
                        "value": 31837.49,
                        "unit": "lbs",
                        "description": "September Forage supply"
                    },
                    {
                        "name": "oct_forage_supply",
                        "value": 2700.02,
                        "unit": "lbs",
                        "description": "October Forage supply"
                    },
                    {
                        "name": "nov_forage_supply",
                        "value": 900,
                        "unit": "lbs",
                        "description": "November Forage supply"
                    },
                    {
                        "name": "dec_forage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "December Forage supply"
                    },
                    {
                        "name": "this_year_forage_supply",
                        "value": 56937.54,
                        "unit": "lbs",
                        "description": "This Year Forage Supply"
                    },
                    {
                        "name": "jan_roughage_fed",
                        "value": 1840,
                        "unit": "lbs",
                        "description": "January Roughage Fed"
                    },
                    {
                        "name": "feb_roughage_fed",
                        "value": 1840,
                        "unit": "lbs",
                        "description": "February Roughage Fed"
                    },
                    {
                        "name": "mar_roughage_fed",
                        "value": 920,
                        "unit": "lbs",
                        "description": "March Roughage Fed"
                    },
                    {
                        "name": "apr_roughage_fed",
                        "value": 0,
                        "unit": "lbs",
                        "description": "April Roughage Fed"
                    },
                    {
                        "name": "may_roughage_fed",
                        "value": 0,
                        "unit": "lbs",
                        "description": "May Roughage Fed"
                    },
                    {
                        "name": "jun_roughage_fed",
                        "value": 0,
                        "unit": "lbs",
                        "description": "June Roughage Fed"
                    },
                    {
                        "name": "jul_roughage_fed",
                        "value": 0,
                        "unit": "lbs",
                        "description": "July Roughage Fed"
                    },
                    {
                        "name": "aug_roughage_fed",
                        "value": 0,
                        "unit": "lbs",
                        "description": "August Roughage Fed"
                    },
                    {
                        "name": "sep_roughage_fed",
                        "value": 0,
                        "unit": "lbs",
                        "description": "September Roughage Fed"
                    },
                    {
                        "name": "oct_roughage_fed",
                        "value": 0,
                        "unit": "lbs",
                        "description": "October Roughage Fed"
                    },
                    {
                        "name": "nov_roughage_fed",
                        "value": 0,
                        "unit": "lbs",
                        "description": "November Roughage Fed"
                    },
                    {
                        "name": "dec_roughage_fed",
                        "value": 920,
                        "unit": "lbs",
                        "description": "December Roughage Fed"
                    },
                    {
                        "name": "this_year_roughage_fed",
                        "value": 5520,
                        "unit": "lbs",
                        "description": "This Year Roughage Fed"
                    },
                    {
                        "name": "jan_forage_roughage_supply",
                        "value": 14340,
                        "unit": "lbs",
                        "description": "January Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "feb_forage_roughage_supply",
                        "value": 1840,
                        "unit": "lbs",
                        "description": "February Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "mar_forage_roughage_supply",
                        "value": 3620.02,
                        "unit": "lbs",
                        "description": "March Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "apr_forage_roughage_supply",
                        "value": 6300,
                        "unit": "lbs",
                        "description": "April Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "may_forage_roughage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "May Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "jun_forage_roughage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "June Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "jul_forage_roughage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "July Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "aug_forage_roughage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "August Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "sep_forage_roughage_supply",
                        "value": 31837.49,
                        "unit": "lbs",
                        "description": "September Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "oct_forage_roughage_supply",
                        "value": 2700.02,
                        "unit": "lbs",
                        "description": "October Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "nov_forage_roughage_supply",
                        "value": 900,
                        "unit": "lbs",
                        "description": "November Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "dec_forage_roughage_supply",
                        "value": 920,
                        "unit": "lbs",
                        "description": "December Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "this_year_forage_roughage_supply",
                        "value": 62457.54,
                        "unit": "lbs",
                        "description": "This Year Forage Supply Including Roughage Fed"
                    },
                    {
                        "name": "jan_animal_demand",
                        "value": 14880,
                        "unit": "lbs",
                        "description": "January Animal Demand"
                    },
                    {
                        "name": "feb_animal_demand",
                        "value": 13440,
                        "unit": "lbs",
                        "description": "February Animal Demand"
                    },
                    {
                        "name": "mar_animal_demand",
                        "value": 14880,
                        "unit": "lbs",
                        "description": "March Animal Demand"
                    },
                    {
                        "name": "apr_animal_demand",
                        "value": 14400,
                        "unit": "lbs",
                        "description": "April Animal Demand"
                    },
                    {
                        "name": "may_animal_demand",
                        "value": 0,
                        "unit": "lbs",
                        "description": "May Animal Demand"
                    },
                    {
                        "name": "jun_animal_demand",
                        "value": 0,
                        "unit": "lbs",
                        "description": "June Animal Demand"
                    },
                    {
                        "name": "jul_animal_demand",
                        "value": 0,
                        "unit": "lbs",
                        "description": "July Animal Demand"
                    },
                    {
                        "name": "aug_animal_demand",
                        "value": 0,
                        "unit": "lbs",
                        "description": "August Animal Demand"
                    },
                    {
                        "name": "sep_animal_demand",
                        "value": 0,
                        "unit": "lbs",
                        "description": "September Animal Demand"
                    },
                    {
                        "name": "oct_animal_demand",
                        "value": 0,
                        "unit": "lbs",
                        "description": "October Animal Demand"
                    },
                    {
                        "name": "nov_animal_demand",
                        "value": 0,
                        "unit": "lbs",
                        "description": "November Animal Demand"
                    },
                    {
                        "name": "dec_animal_demand",
                        "value": 0,
                        "unit": "lbs",
                        "description": "December Animal Demand"
                    },
                    {
                        "name": "this_year_animal_demand",
                        "value": 57600,
                        "unit": "lbs",
                        "description": "This Year Animal Demand"
                    },
                    {
                        "name": "fab_january",
                        "value": -540,
                        "unit": "lbs",
                        "description": "January Forage Animal Balance"
                    },
                    {
                        "name": "fab_february",
                        "value": -11600,
                        "unit": "lbs",
                        "description": "February Forage Animal Balance"
                    },
                    {
                        "name": "fab_march",
                        "value": -11259.98,
                        "unit": "lbs",
                        "description": "March Forage Animal Balance"
                    },
                    {
                        "name": "fab_april",
                        "value": -8100,
                        "unit": "lbs",
                        "description": "April Forage Animal Balance"
                    },
                    {
                        "name": "fab_may",
                        "value": 0,
                        "unit": "lbs",
                        "description": "May Forage Animal Balance"
                    },
                    {
                        "name": "fab_june",
                        "value": 0,
                        "unit": "lbs",
                        "description": "June Forage Animal Balance"
                    },
                    {
                        "name": "fab_july",
                        "value": 0,
                        "unit": "lbs",
                        "description": "July Forage Animal Balance"
                    },
                    {
                        "name": "fab_august",
                        "value": 0,
                        "unit": "lbs",
                        "description": "August Forage Animal Balance"
                    },
                    {
                        "name": "fab_september",
                        "value": 31837.49,
                        "unit": "lbs",
                        "description": "September Forage Animal Balance"
                    },
                    {
                        "name": "fab_october",
                        "value": 2700.02,
                        "unit": "lbs",
                        "description": "October Forage Animal Balance"
                    },
                    {
                        "name": "fab_november",
                        "value": 900,
                        "unit": "lbs",
                        "description": "November Forage Animal Balance"
                    },
                    {
                        "name": "fab_december",
                        "value": 920,
                        "unit": "lbs",
                        "description": "December Forage Animal Balance"
                    },
                    {
                        "name": "this_year_forage_animal_balance",
                        "value": 4857.54,
                        "unit": "lbs",
                        "description": "This Year Forage Animal Balance"
                    },
                    {
                        "name": "jan_roughage_harvest",
                        "value": 0,
                        "unit": "January Roughage Harvest",
                        "description": "lbs"
                    },
                    {
                        "name": "feb_roughage_harvest",
                        "value": 0,
                        "unit": "February Roughage Harvest",
                        "description": "lbs"
                    },
                    {
                        "name": "mar_roughage_harvest",
                        "value": 0,
                        "unit": "March Roughage Harvest",
                        "description": "lbs"
                    },
                    {
                        "name": "apr_roughage_harvest",
                        "value": 0,
                        "unit": "April Roughage Harvest",
                        "description": "lbs"
                    },
                    {
                        "name": "may_roughage_harvest",
                        "value": 0,
                        "unit": "May Roughage Harvest",
                        "description": "lbs"
                    },
                    {
                        "name": "jun_roughage_harvest",
                        "value": 0,
                        "unit": "June Roughage Harvest",
                        "description": "lbs"
                    },
                    {
                        "name": "jul_roughage_harvest",
                        "value": 0,
                        "unit": "July Roughage Harvest",
                        "description": "lbs"
                    },
                    {
                        "name": "aug_roughage_harvest",
                        "value": 246749.95,
                        "unit": "August Roughage Harvest",
                        "description": "lbs"
                    },
                    {
                        "name": "sep_roughage_harvest",
                        "value": 0,
                        "unit": "September Roughage Harvest",
                        "description": "lbs"
                    },
                    {
                        "name": "oct_roughage_harvest",
                        "value": 0,
                        "unit": "October Roughage Harvest",
                        "description": "lbs"
                    },
                    {
                        "name": "nov_roughage_harvest",
                        "value": 0,
                        "unit": "November Roughage Harvest",
                        "description": "lbs"
                    },
                    {
                        "name": "dec_roughage_harvest",
                        "value": 0,
                        "unit": "December Roughage Harvest",
                        "description": "lbs"
                    }
                ]
            ]
        },
        {
            "name": "AoA List",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "value": 3,
                        "description": "Area of Analysis Identifier"
                    },
                    {
                        "name": "aoa_acres",
                        "value": 200,
                        "unit": "acres",
                        "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": 12500,
                                    "unit": "lbs",
                                    "description": "January AoA Forage Supply"
                                },
                                {
                                    "name": "feb_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "February AoA Forage Supply"
                                },
                                {
                                    "name": "mar_aoa_forage_supply",
                                    "value": 2700.02,
                                    "unit": "lbs",
                                    "description": "March AoA Forage Supply"
                                },
                                {
                                    "name": "apr_aoa_forage_supply",
                                    "value": 6300,
                                    "unit": "lbs",
                                    "description": "April AoA Forage Supply"
                                },
                                {
                                    "name": "may_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "May AoA Forage Supply"
                                },
                                {
                                    "name": "jun_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "June AoA Forage Supply"
                                },
                                {
                                    "name": "jul_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "July AoA Forage Supply"
                                },
                                {
                                    "name": "aug_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "August AoA Forage Supply"
                                },
                                {
                                    "name": "sep_aoa_forage_supply",
                                    "value": 31837.49,
                                    "unit": "lbs",
                                    "description": "September AoA Forage Supply"
                                },
                                {
                                    "name": "oct_aoa_forage_supply",
                                    "value": 2700.02,
                                    "unit": "lbs",
                                    "description": "October AoA Forage Supply"
                                },
                                {
                                    "name": "nov_aoa_forage_supply",
                                    "value": 900,
                                    "unit": "lbs",
                                    "description": "November AoA Forage Supply"
                                },
                                {
                                    "name": "dec_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "December AoA Forage Supply"
                                },
                                {
                                    "name": "this_year_aoa_forage_supply",
                                    "value": 56937.54,
                                    "unit": "lbs",
                                    "description": "This Year AoA Forage Supply"
                                },
                                {
                                    "name": "jan_aoa_roughage_fed",
                                    "value": 1840,
                                    "unit": "lbs",
                                    "description": "January AoA Roughage Fed"
                                },
                                {
                                    "name": "feb_aoa_roughage_fed",
                                    "value": 1840,
                                    "unit": "lbs",
                                    "description": "February AoA Roughage Fed"
                                },
                                {
                                    "name": "mar_aoa_roughage_fed",
                                    "value": 920,
                                    "unit": "lbs",
                                    "description": "March AoA Roughage Fed"
                                },
                                {
                                    "name": "apr_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "April AoA Roughage Fed"
                                },
                                {
                                    "name": "may_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "May AoA Roughage Fed"
                                },
                                {
                                    "name": "jun_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "June AoA Roughage Fed"
                                },
                                {
                                    "name": "jul_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "July AoA Roughage Fed"
                                },
                                {
                                    "name": "aug_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "August AoA Roughage Fed"
                                },
                                {
                                    "name": "sep_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "September AoA Roughage Fed"
                                },
                                {
                                    "name": "oct_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "October AoA Roughage Fed"
                                },
                                {
                                    "name": "nov_aoa_roughage_fed",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "November AoA Roughage Fed"
                                },
                                {
                                    "name": "dec_aoa_roughage_fed",
                                    "value": 920,
                                    "unit": "lbs",
                                    "description": "December AoA Roughage Fed"
                                },
                                {
                                    "name": "this_year_aoa_roughage_fed",
                                    "value": 5520,
                                    "unit": "lbs",
                                    "description": "This Year AoA Roughage Fed"
                                },
                                {
                                    "name": "jan_aoa_animal_demand",
                                    "value": 14880,
                                    "unit": "lbs",
                                    "description": "January AoA Animal Demand"
                                },
                                {
                                    "name": "feb_aoa_animal_demand",
                                    "value": 13440,
                                    "unit": "lbs",
                                    "description": "February AoA Animal Demand"
                                },
                                {
                                    "name": "mar_aoa_animal_demand",
                                    "value": 14880,
                                    "unit": "lbs",
                                    "description": "March AoA Animal Demand"
                                },
                                {
                                    "name": "apr_aoa_animal_demand",
                                    "value": 14400,
                                    "unit": "lbs",
                                    "description": "April AoA Animal Demand"
                                },
                                {
                                    "name": "may_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "May AoA Animal Demand"
                                },
                                {
                                    "name": "jun_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "June AoA Animal Demand"
                                },
                                {
                                    "name": "jul_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "July AoA Animal Demand"
                                },
                                {
                                    "name": "aug_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "August AoA Animal Demand"
                                },
                                {
                                    "name": "sep_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "September AoA Animal Demand"
                                },
                                {
                                    "name": "oct_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "October AoA Animal Demand"
                                },
                                {
                                    "name": "nov_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "November AoA Animal Demand"
                                },
                                {
                                    "name": "dec_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "December AoA Animal Demand"
                                },
                                {
                                    "name": "this_year_aoa_animal_demand",
                                    "value": 57600,
                                    "unit": "lbs",
                                    "description": "This Year AoA Animal Demand"
                                },
                                {
                                    "name": "fab_aoa_january",
                                    "value": -540,
                                    "unit": "lbs",
                                    "description": "January AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_february",
                                    "value": -11600,
                                    "unit": "lbs",
                                    "description": "February AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_march",
                                    "value": -11259.98,
                                    "unit": "lbs",
                                    "description": "March AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_april",
                                    "value": -8100,
                                    "unit": "lbs",
                                    "description": "April AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_may",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "May AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_june",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "June AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_july",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "July AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_august",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "August AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_september",
                                    "value": 31837.49,
                                    "unit": "lbs",
                                    "description": "September AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_october",
                                    "value": 2700.02,
                                    "unit": "lbs",
                                    "description": "October AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_november",
                                    "value": 900,
                                    "unit": "lbs",
                                    "description": "November AoA Forage Animal Balance"
                                },
                                {
                                    "name": "fab_aoa_december",
                                    "value": 920,
                                    "unit": "lbs",
                                    "description": "December AoA Forage Animal Balance"
                                },
                                {
                                    "name": "this_year_aoa_forage_animal_balance",
                                    "value": 4857.54,
                                    "unit": "lbs",
                                    "description": "This Year AoA Forage Animal Balance"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
(the file to convert)
(the converted file)
Details
Comments & Attachments
Associations
Children
SCM Commits
History (5)
Baselines
All (5)

Submitter Association Comment
Nothing found to display.