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

Application Lifecycle Management

Search In Project

Search inClear

GRAS-20: Calculate Daily and Monthly Forage Production and Daily and Cumulative Forage Supplies for the Grazing System (gras_forprodsupp)#33863/HEAD / v7
Tags:  not added yet

GRAS-20: Calculate Daily and Monthly Forage Production and Daily and Cumulative Forage Supplies for the Grazing System (gras_forprodsupp)[SERVICE-33863]

Tracker: Services Priority: NormalNormal Status: Accepted
Submitted by: rumpalMay 16 2017 09:54 Modified by: jdriMay 17 2018 13:53 Type:
Model
Path: m/gras/forprodsupp/1.0 Context: csip-gras Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-gras/m/gras/forprodsupp/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description

GRAS-20: Calculate Daily and Monthly Forage Production and Daily and Cumulative Forage Supplies for the Grazing System (gras_forprodsupp)

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).

{
    "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": "AoA List",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "description": "Area of Analysis Identifier (AoA)",
                        "value": 1
                    },
                    {
                        "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": 87.08,
                        "unit": "acres"
                    },
                    {
                        "name": "FIS List",
                        "value": [
                            [
                                {
                                    "name": "fis_id",
                                    "description": "FIS Identifier",
                                    "value": "1"
                                },
                                {
                                    "name": "fis_area",
                                    "description": "Area of the FIS",
                                    "value": 87.08,
                                    "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": 1806,
                                                "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": "land_use",
                        "value": 4,
                        "description": "AoA land use identifier"
                    },
                    {
                        "name": "FPP List",
                        "value": [
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 1,
                                    "description": "Forage Partition Profile (FPP) activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 35,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "min": 0,
                                    "max": 100,
                                    "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": 35,
                                    "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"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "16114f30-6afe-11e7-9fb1-9f6c57cc7648",
        "cloud_node": "10.1.4.18",
        "request_ip": "108.160.183.249",
        "service_url": "http://csip.engr.colostate.edu:8092/csip-gras/m/gras/forprodsupp/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 08:41:58",
        "cpu_time": 111,
        "expiration_date": "2017-07-17 08:42:28"
    },
    "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": "AoA List",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "description": "Area of Analysis Identifier (AoA)",
                        "value": 1
                    },
                    {
                        "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": 87.08,
                        "unit": "acres"
                    },
                    {
                        "name": "FIS List",
                        "value": [
                            [
                                {
                                    "name": "fis_id",
                                    "description": "FIS Identifier",
                                    "value": "1"
                                },
                                {
                                    "name": "fis_area",
                                    "description": "Area of the FIS",
                                    "value": 87.08,
                                    "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": 1806,
                                                "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": "land_use",
                        "value": 4,
                        "description": "AoA land use identifier"
                    },
                    {
                        "name": "FPP List",
                        "value": [
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 1,
                                    "description": "Forage Partition Profile (FPP) activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 35,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "min": 0,
                                    "max": 100,
                                    "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": 35,
                                    "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"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ],
    "result": [
        {
            "name": "system_forage_supply",
            "value": 34397.6,
            "unit": "lbs",
            "description": "Forage Supply for the grazing system"
        },
        {
            "name": "Grazing System",
            "value": [
                [
                    {
                        "name": "grazing_system_year",
                        "value": 2015,
                        "description": "Grazing system forage report by year 2015"
                    },
                    {
                        "name": "this_year_forage_supply",
                        "value": 34397.6,
                        "unit": "lbs",
                        "description": "Yearly summary of the forage supply for the grazing system"
                    },
                    {
                        "name": "jan_forage_supply",
                        "value": 7619.5,
                        "unit": "lbs",
                        "description": "Forage supply for the month of January in 2015"
                    },
                    {
                        "name": "feb_forage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Forage supply for the month of February in 2015"
                    },
                    {
                        "name": "mar_forage_supply",
                        "value": 1651.26,
                        "unit": "lbs",
                        "description": "Forage supply for the month of March in 2015"
                    },
                    {
                        "name": "apr_forage_supply",
                        "value": 3853.08,
                        "unit": "lbs",
                        "description": "Forage supply for the month of April in 2015"
                    },
                    {
                        "name": "may_forage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Forage supply for the month of May in 2015"
                    },
                    {
                        "name": "jun_forage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Forage supply for the month of June in 2015"
                    },
                    {
                        "name": "jul_forage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Forage supply for the month of July in 2015"
                    },
                    {
                        "name": "aug_forage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Forage supply for the month of August in 2015"
                    },
                    {
                        "name": "sep_forage_supply",
                        "value": 19072.09,
                        "unit": "lbs",
                        "description": "Forage supply for the month of September in 2015"
                    },
                    {
                        "name": "oct_forage_supply",
                        "value": 1651.26,
                        "unit": "lbs",
                        "description": "Forage supply for the month of October in 2015"
                    },
                    {
                        "name": "nov_forage_supply",
                        "value": 550.41,
                        "unit": "lbs",
                        "description": "Forage supply for the month of November in 2015"
                    },
                    {
                        "name": "dec_forage_supply",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Forage supply for the month of December in 2015"
                    },
                    {
                        "name": "jan_roughage_harvest",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Roughage harvest for the month of January in 2015"
                    },
                    {
                        "name": "feb_roughage_harvest",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Roughage harvest for the month of February in 2015"
                    },
                    {
                        "name": "mar_roughage_harvest",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Roughage harvest for the month of March in 2015"
                    },
                    {
                        "name": "apr_roughage_harvest",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Roughage harvest for the month of April in 2015"
                    },
                    {
                        "name": "may_roughage_harvest",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Roughage harvest for the month of May in 2015"
                    },
                    {
                        "name": "jun_roughage_harvest",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Roughage harvest for the month of June in 2015"
                    },
                    {
                        "name": "jul_roughage_harvest",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Roughage harvest for the month of July in 2015"
                    },
                    {
                        "name": "aug_roughage_harvest",
                        "value": 105130.14,
                        "unit": "lbs",
                        "description": "Roughage harvest for the month of August in 2015"
                    },
                    {
                        "name": "sep_roughage_harvest",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Roughage harvest for the month of September in 2015"
                    },
                    {
                        "name": "oct_roughage_harvest",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Roughage harvest for the month of October in 2015"
                    },
                    {
                        "name": "nov_roughage_harvest",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Roughage harvest for the month of November in 2015"
                    },
                    {
                        "name": "dec_roughage_harvest",
                        "value": 0,
                        "unit": "lbs",
                        "description": "Roughage harvest for the month of December in 2015"
                    }
                ]
            ]
        },
        {
            "name": "AoA List",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "value": 1,
                        "description": "Area of analysis identifier"
                    },
                    {
                        "name": "Daily Totals",
                        "value": [
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-01",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-02",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-03",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-04",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-05",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-06",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-07",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-08",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-09",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-10",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-11",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-12",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-13",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-14",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-15",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-16",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-17",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-18",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-19",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-20",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-21",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-22",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-23",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-24",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-25",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-26",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-27",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-28",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-29",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-30",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-01-31",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-01",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-02",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-03",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-04",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-05",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-06",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-07",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-08",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-09",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-10",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-11",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-12",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-13",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-14",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-15",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-16",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-17",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-18",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-19",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-20",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-21",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-22",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-23",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-24",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-25",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-26",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-27",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-02-28",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-01",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7672.77,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-02",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7726.03,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-03",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7779.3,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-04",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7832.57,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-05",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7885.83,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-06",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7939.1,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-07",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 7992.37,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-08",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8045.63,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-09",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8098.9,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-10",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8152.16,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-11",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8205.43,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-12",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8258.7,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-13",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8311.96,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-14",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8365.23,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-15",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8418.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-16",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8471.76,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-17",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8525.03,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-18",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8578.3,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-19",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8631.56,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-20",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8684.83,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-21",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8738.1,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-22",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8791.36,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-23",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8844.63,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-24",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8897.9,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-25",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 8951.16,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-26",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9004.43,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-27",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9057.7,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-28",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9110.96,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-29",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9164.23,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-30",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9217.49,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-03-31",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9270.76,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-01",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9399.2,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-02",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9527.63,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-03",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9656.07,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-04",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9784.51,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-05",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9912.94,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-06",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10041.38,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-07",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10169.81,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-08",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10298.25,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-09",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10426.69,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-10",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10555.12,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-11",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10683.56,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-12",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10811.99,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-13",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10940.43,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-14",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11068.87,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-15",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11197.3,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-16",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11325.74,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-17",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11454.17,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-18",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11582.61,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-19",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11711.05,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-20",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11839.48,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-21",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11967.92,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-22",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 12096.35,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-23",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 12224.79,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-24",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 12353.23,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-25",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 12481.66,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-26",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 12610.1,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-27",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 12738.53,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-28",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 12866.97,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-29",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 12995.41,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-04-30",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 128.44,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-01",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-02",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-03",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-04",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-05",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-06",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-07",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-08",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-09",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-10",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-11",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-12",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-13",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-14",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-15",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-16",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-17",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-18",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-19",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-20",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-21",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-22",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-23",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-24",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-25",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-26",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-27",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-28",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-29",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-30",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-05-31",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-01",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-02",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-03",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-04",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-05",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-06",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-07",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-08",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-09",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-10",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-11",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-12",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-13",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-14",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-15",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-16",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-17",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-18",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-19",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-20",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-21",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-22",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-23",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-24",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-25",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-26",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-27",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-28",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-29",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-06-30",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-01",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-02",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-03",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-04",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-05",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-06",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-07",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-08",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-09",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-10",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-11",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-12",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-13",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-14",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-15",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-16",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-17",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-18",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-19",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-20",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-21",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-22",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-23",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-24",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-25",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-26",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-27",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-28",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-29",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-30",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-07-31",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-01",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-02",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-03",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-04",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-05",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-06",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-07",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-08",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-09",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-10",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-11",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-12",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-13",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-14",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-15",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-16",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-17",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-18",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-19",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-20",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-21",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-22",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-23",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-24",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-25",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-26",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-27",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-28",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-29",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-30",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-08-31",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 13123.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 105130.14,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-01",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 15879.61,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 29003.45,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-02",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 29113.53,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-03",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 29223.62,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-04",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 29333.7,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-05",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 29443.79,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-06",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 29553.87,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-07",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 29663.96,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-08",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 29774.05,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-09",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 29884.13,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-10",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 29994.22,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-11",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 30104.3,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-12",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 30214.39,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-13",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 30324.47,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-14",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 30434.56,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-15",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 30544.64,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-16",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 30654.73,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-17",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 30764.82,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-18",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 30874.9,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-19",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 30984.99,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-20",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 31095.07,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-21",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 31205.16,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-22",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 31315.24,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-23",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 31425.33,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-24",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 31535.41,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-25",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 31645.5,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-26",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 31755.58,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-27",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 31865.67,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-28",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 31975.76,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-29",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32085.84,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-09-30",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 110.09,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32195.93,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-01",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32249.19,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-02",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32302.46,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-03",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32355.73,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-04",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32408.99,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-05",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32462.26,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-06",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32515.53,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-07",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32568.79,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-08",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32622.06,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-09",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32675.33,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-10",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32728.59,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-11",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32781.86,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-12",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32835.12,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-13",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32888.39,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-14",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32941.66,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-15",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 32994.92,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-16",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33048.19,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-17",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33101.46,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-18",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33154.72,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-19",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33207.99,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-20",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33261.26,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-21",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33314.52,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-22",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33367.79,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-23",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33421.06,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-24",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33474.32,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-25",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33527.59,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-26",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33580.86,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-27",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33634.12,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-28",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33687.39,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-29",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33740.66,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-30",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33793.92,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-10-31",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 53.27,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33847.19,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-01",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33865.54,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-02",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33883.88,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-03",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33902.23,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-04",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33920.58,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-05",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33938.92,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-06",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33957.27,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-07",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33975.62,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-08",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 33993.96,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-09",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34012.31,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-10",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34030.66,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-11",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34049.01,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-12",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34067.35,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-13",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34085.7,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-14",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34104.05,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-15",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34122.39,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-16",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34140.74,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-17",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34159.09,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-18",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34177.43,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-19",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34195.78,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-20",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34214.13,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-21",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34232.48,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-22",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34250.82,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-23",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34269.17,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-24",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34287.52,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-25",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34305.86,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-26",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34324.21,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-27",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34342.56,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-28",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34360.9,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-29",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34379.25,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-11-30",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 18.35,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-01",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-02",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-03",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-04",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-05",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-06",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-07",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-08",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-09",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-10",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-11",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-12",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-13",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-14",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-15",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-16",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-17",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-18",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-19",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-20",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-21",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-22",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-23",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-24",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-25",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-26",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-27",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-28",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-29",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-30",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_system_date",
                                    "value": "2015-12-31",
                                    "description": "Date in grazing system"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "Daily forage harvest calculated on this day"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "Annual Summary",
                        "value": [
                            [
                                {
                                    "name": "grazing_system_year",
                                    "value": 2015,
                                    "description": "AoA report for year 2015"
                                },
                                {
                                    "name": "jan_aoa_forage_supply",
                                    "value": 7619.5,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for January"
                                },
                                {
                                    "name": "feb_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for February"
                                },
                                {
                                    "name": "mar_aoa_forage_supply",
                                    "value": 1651.26,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for March"
                                },
                                {
                                    "name": "apr_aoa_forage_supply",
                                    "value": 3853.08,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for April"
                                },
                                {
                                    "name": "may_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for May"
                                },
                                {
                                    "name": "jun_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for June"
                                },
                                {
                                    "name": "jul_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for July"
                                },
                                {
                                    "name": "aug_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for August"
                                },
                                {
                                    "name": "sep_aoa_forage_supply",
                                    "value": 19072.09,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for September"
                                },
                                {
                                    "name": "oct_aoa_forage_supply",
                                    "value": 1651.26,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for October"
                                },
                                {
                                    "name": "nov_aoa_forage_supply",
                                    "value": 550.41,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for November"
                                },
                                {
                                    "name": "dec_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for December"
                                },
                                {
                                    "name": "this_year_aoa_forage_supply",
                                    "value": 34397.6,
                                    "unit": "lbs",
                                    "description": "AoA forage supply for the entire year"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "aoa_prod_jan",
                        "value": 0,
                        "unit": "lbs",
                        "description": "AoA forage production for January"
                    },
                    {
                        "name": "aoa_prod_feb",
                        "value": 0,
                        "unit": "lbs",
                        "description": "AoA forage production for February"
                    },
                    {
                        "name": "aoa_prod_mar",
                        "value": 4717.99,
                        "unit": "lbs",
                        "description": "AoA forage production for March"
                    },
                    {
                        "name": "aoa_prod_apr",
                        "value": 11008.65,
                        "unit": "lbs",
                        "description": "AoA forage production for April"
                    },
                    {
                        "name": "aoa_prod_may",
                        "value": 33025.96,
                        "unit": "lbs",
                        "description": "AoA forage production for May"
                    },
                    {
                        "name": "aoa_prod_jun",
                        "value": 51897.94,
                        "unit": "lbs",
                        "description": "AoA forage production for June"
                    },
                    {
                        "name": "aoa_prod_jul",
                        "value": 28307.97,
                        "unit": "lbs",
                        "description": "AoA forage production for July"
                    },
                    {
                        "name": "aoa_prod_aug",
                        "value": 12581.32,
                        "unit": "lbs",
                        "description": "AoA forage production for August"
                    },
                    {
                        "name": "aoa_prod_sep",
                        "value": 9435.99,
                        "unit": "lbs",
                        "description": "AoA forage production for September"
                    },
                    {
                        "name": "aoa_prod_oct",
                        "value": 4717.99,
                        "unit": "lbs",
                        "description": "AoA forage production for October"
                    },
                    {
                        "name": "aoa_prod_nov",
                        "value": 1572.66,
                        "unit": "lbs",
                        "description": "AoA forage production for November"
                    },
                    {
                        "name": "aoa_prod_dec",
                        "value": 0,
                        "unit": "lbs",
                        "description": "AoA forage production for December"
                    },
                    {
                        "name": "aoa_prod_jan_daily",
                        "value": 0,
                        "unit": "lbs",
                        "description": "AoA daily forage production for January"
                    },
                    {
                        "name": "aoa_prod_feb_daily",
                        "value": 0,
                        "unit": "lbs",
                        "description": "AoA daily forage production for February"
                    },
                    {
                        "name": "aoa_prod_feb_leap_daily",
                        "value": 0,
                        "unit": "lbs",
                        "description": "AoA daily forage production for February, leap year"
                    },
                    {
                        "name": "aoa_prod_mar_daily",
                        "value": 152.19,
                        "unit": "lbs",
                        "description": "AoA daily forage production for March"
                    },
                    {
                        "name": "aoa_prod_apr_daily",
                        "value": 366.96,
                        "unit": "lbs",
                        "description": "AoA daily forage production for April"
                    },
                    {
                        "name": "aoa_prod_may_daily",
                        "value": 1065.35,
                        "unit": "lbs",
                        "description": "AoA daily forage production for May"
                    },
                    {
                        "name": "aoa_prod_jun_daily",
                        "value": 1729.93,
                        "unit": "lbs",
                        "description": "AoA daily forage production for June"
                    },
                    {
                        "name": "aoa_prod_jul_daily",
                        "value": 913.16,
                        "unit": "lbs",
                        "description": "AoA daily forage production for July"
                    },
                    {
                        "name": "aoa_prod_aug_daily",
                        "value": 405.85,
                        "unit": "lbs",
                        "description": "AoA daily forage production for August"
                    },
                    {
                        "name": "aoa_prod_sep_daily",
                        "value": 314.53,
                        "unit": "lbs",
                        "description": "AoA daily forage production for September"
                    },
                    {
                        "name": "aoa_prod_oct_daily",
                        "value": 152.19,
                        "unit": "lbs",
                        "description": "AoA daily forage production for October"
                    },
                    {
                        "name": "aoa_prod_nov_daily",
                        "value": 52.42,
                        "unit": "lbs",
                        "description": "AoA daily forage production for November"
                    },
                    {
                        "name": "aoa_prod_dec_daily",
                        "value": 0,
                        "unit": "lbs",
                        "description": "AoA daily forage production for December"
                    }
                ]
            ]
        }
    ]
}
(the file to convert)
(the converted file)
Details
Comments & Attachments
Associations
Children
SCM Commits
History (7)
Baselines
All (7)