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

Application Lifecycle Management

Search In Project

Search inClear

GRAS-10: Calculate Daily and Cumulative Forage Supplies (CalcForageSupply)#6512/HEAD / v150
Tags:  not added yet

GRAS-10: Calculate Daily and Cumulative Forage Supplies (CalcForageSupply)[SERVICE-6512]

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

GRAS-10: Calculate Daily and Cumulative Forage Supplies (CalcForageSupply)

Calculate forage supplies for each area of analysis (AoA) in the grazing system, accounting for forage partition profiles (FPPs) and added roughage (hay, silage, etc. to supplement forage production on an AoA).

{
    "metainfo": {},
    "parameter": [
        {
            "name": "grazing_system_start_date",
            "value": "2015-01-01",
            "description": "Start Date of the Grazing System (YYYY-MM-DD)"
        },
        {
            "name": "grazing_system_end_date",
            "value": "2015-12-31",
            "description": "End Date of the Grazing System (YYYY-MM-DD)"
        },
        {
            "name": "AoA List",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "value": 3,
                        "description": "Area of Analysis (AoA) Identifier"
                    },
                    {
                        "name": "starting_aoa_forage_prod",
                        "value": 100,
                        "description": "AoA Forage Production at the Beginning of the First Year of the Grazing System",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_acres",
                        "value": 20,
                        "description": "Area of Analysis Acres"
                    },
                    {
                        "name": "aoa_prod_jan_daily",
                        "value": 0,
                        "description": "AoA Daily Forage Production for January",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_feb_daily",
                        "value": 0,
                        "description": "AoA Daily Forage Production for February",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_feb_leap_daily",
                        "value": 0,
                        "description": "AoA Daily Forage Production for February, leap year",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_mar_daily",
                        "value": 132.32,
                        "description": "AoA Daily Forage Production for March",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_apr_daily",
                        "value": 410.2,
                        "description": "AoA Daily Forage Production for April",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_may_daily",
                        "value": 739.94,
                        "description": "AoA Daily Forage Production for May",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_jun_daily",
                        "value": 546.93,
                        "description": "AoA Daily Forage Production for June",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_jul_daily",
                        "value": 396.97,
                        "description": "AoA Daily Forage Production for July",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_aug_daily",
                        "value": 132.32,
                        "description": "AoA Daily Forage Production for August",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_sep_daily",
                        "value": 136.73,
                        "description": "AoA Daily Forage Production for September",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_oct_daily",
                        "value": 132.32,
                        "description": "AoA Daily Forage Production for October",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_nov_daily",
                        "value": 0,
                        "description": "AoA Daily Forage Production for November",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_dec_daily",
                        "value": 0,
                        "description": "AoA Daily Forage Production for December",
                        "unit": "lb"
                    },
                    {
                        "name": "FPP List",
                        "value": [
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 3.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": 25,
                                    "min": 0,
                                    "max": 100,
                                    "description": "Forage Partition Profile Activity Harvest Efficiency",
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-01-01",
                                    "description": "Forage Partition Profile Activity Start Date (YYYY-MM-DD)"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-04-30",
                                    "description": "Forage Partition Profile Activity End Date (YYYY-MM-DD)"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 3.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 (YYYY-MM-DD)"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-08-31",
                                    "description": "Forage Partition Profile Activity End Date (YYYY-MM-DD)"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 3.3,
                                    "description": "Forage Partition Profile Activity Identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile Activity Type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 25,
                                    "description": "Forage Partition Profile Activity Harvest Efficiency",
                                    "min": 0,
                                    "max": 1,
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-09-01",
                                    "description": "Forage Partition Profile Activity Start Date (YYYY-MM-DD)"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-12-31",
                                    "description": "Forage Partition Profile Activity End Date (YYYY-MM-DD)"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "a72ee191-2aa4-11e7-8435-0d9a8d194960",
        "cloud_node": "10.1.75.20",
        "tstamp": "2017-04-26 11:20:32",
        "service_url": "http://csip.engr.colostate.edu:8092/csip-gras/m/gras/dailycumforagesupplies/1.0",
        "request_ip": "10.84.177.140",
        "csip-gras.version": "$version: 0.4.228 c563372fef74 2017-04-20 rumpal, built at 2017-04-20 16:16 by jenkins$",
        "csip.version": "$version: 2.1.179 5b6bb423bd93 2017-04-17 od, built at 2017-04-20 16:16 by jenkins$",
        "cpu_time": 14,
        "expiration_date": "2017-04-26 11:21:02"
    },
    "parameter": [
        {
            "name": "grazing_system_start_date",
            "value": "2015-01-01",
            "description": "Start Date of the Grazing System (YYYY-MM-DD)"
        },
        {
            "name": "grazing_system_end_date",
            "value": "2015-12-31",
            "description": "End Date of the Grazing System (YYYY-MM-DD)"
        },
        {
            "name": "AoA List",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "value": 3,
                        "description": "Area of Analysis (AoA) Identifier"
                    },
                    {
                        "name": "starting_aoa_forage_prod",
                        "value": 100,
                        "description": "AoA Forage Production at the Beginning of the First Year of the Grazing System",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_acres",
                        "value": 20,
                        "description": "Area of Analysis Acres"
                    },
                    {
                        "name": "aoa_prod_jan_daily",
                        "value": 0,
                        "description": "AoA Daily Forage Production for January",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_feb_daily",
                        "value": 0,
                        "description": "AoA Daily Forage Production for February",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_feb_leap_daily",
                        "value": 0,
                        "description": "AoA Daily Forage Production for February, leap year",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_mar_daily",
                        "value": 132.32,
                        "description": "AoA Daily Forage Production for March",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_apr_daily",
                        "value": 410.2,
                        "description": "AoA Daily Forage Production for April",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_may_daily",
                        "value": 739.94,
                        "description": "AoA Daily Forage Production for May",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_jun_daily",
                        "value": 546.93,
                        "description": "AoA Daily Forage Production for June",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_jul_daily",
                        "value": 396.97,
                        "description": "AoA Daily Forage Production for July",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_aug_daily",
                        "value": 132.32,
                        "description": "AoA Daily Forage Production for August",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_sep_daily",
                        "value": 136.73,
                        "description": "AoA Daily Forage Production for September",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_oct_daily",
                        "value": 132.32,
                        "description": "AoA Daily Forage Production for October",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_nov_daily",
                        "value": 0,
                        "description": "AoA Daily Forage Production for November",
                        "unit": "lb"
                    },
                    {
                        "name": "aoa_prod_dec_daily",
                        "value": 0,
                        "description": "AoA Daily Forage Production for December",
                        "unit": "lb"
                    },
                    {
                        "name": "FPP List",
                        "value": [
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 3.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": 25,
                                    "min": 0,
                                    "max": 100,
                                    "description": "Forage Partition Profile Activity Harvest Efficiency",
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-01-01",
                                    "description": "Forage Partition Profile Activity Start Date (YYYY-MM-DD)"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-04-30",
                                    "description": "Forage Partition Profile Activity End Date (YYYY-MM-DD)"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 3.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 (YYYY-MM-DD)"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-08-31",
                                    "description": "Forage Partition Profile Activity End Date (YYYY-MM-DD)"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 3.3,
                                    "description": "Forage Partition Profile Activity Identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile Activity Type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 25,
                                    "description": "Forage Partition Profile Activity Harvest Efficiency",
                                    "min": 0,
                                    "max": 1,
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-09-01",
                                    "description": "Forage Partition Profile Activity Start Date (YYYY-MM-DD)"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-12-31",
                                    "description": "Forage Partition Profile Activity End Date (YYYY-MM-DD)"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ],
    "result": [
        {
            "name": "system_forage_supply",
            "value": 11869.93,
            "description": "Forage Supply for the grazing system"
        },
        {
            "name": "Grazing System Summary",
            "value": [
                [
                    {
                        "name": "grazing_system_year",
                        "value": 2015,
                        "description": "Grazing system forage report by year 2015"
                    },
                    {
                        "name": "this_year_forage_supply",
                        "value": 11869.93,
                        "description": "Yearly summary of the forage supply for the grazing system"
                    },
                    {
                        "name": "jan_forage_supply",
                        "value": 500,
                        "description": "Forage supply for the month of January in 2015"
                    },
                    {
                        "name": "feb_forage_supply",
                        "value": 0,
                        "description": "Forage supply for the month of February in 2015"
                    },
                    {
                        "name": "mar_forage_supply",
                        "value": 1025.48,
                        "description": "Forage supply for the month of March in 2015"
                    },
                    {
                        "name": "apr_forage_supply",
                        "value": 3076.5,
                        "description": "Forage supply for the month of April in 2015"
                    },
                    {
                        "name": "may_forage_supply",
                        "value": 0,
                        "description": "Forage supply for the month of May in 2015"
                    },
                    {
                        "name": "jun_forage_supply",
                        "value": 0,
                        "description": "Forage supply for the month of June in 2015"
                    },
                    {
                        "name": "jul_forage_supply",
                        "value": 0,
                        "description": "Forage supply for the month of July in 2015"
                    },
                    {
                        "name": "aug_forage_supply",
                        "value": 0,
                        "description": "Forage supply for the month of August in 2015"
                    },
                    {
                        "name": "sep_forage_supply",
                        "value": 6242.47,
                        "description": "Forage supply for the month of September in 2015"
                    },
                    {
                        "name": "oct_forage_supply",
                        "value": 1025.48,
                        "description": "Forage supply for the month of October in 2015"
                    },
                    {
                        "name": "nov_forage_supply",
                        "value": 0,
                        "description": "Forage supply for the month of November in 2015"
                    },
                    {
                        "name": "dec_forage_supply",
                        "value": 0,
                        "description": "Forage supply for the month of December in 2015"
                    },
                    {
                        "name": "jan_roughage_harvest",
                        "value": 0,
                        "description": "Roughage harvest for the month of January in 2015"
                    },
                    {
                        "name": "feb_roughage_harvest",
                        "value": 0,
                        "description": "Roughage harvest for the month of February in 2015"
                    },
                    {
                        "name": "mar_roughage_harvest",
                        "value": 0,
                        "description": "Roughage harvest for the month of March in 2015"
                    },
                    {
                        "name": "apr_roughage_harvest",
                        "value": 0,
                        "description": "Roughage harvest for the month of April in 2015"
                    },
                    {
                        "name": "may_roughage_harvest",
                        "value": 0,
                        "description": "Roughage harvest for the month of May in 2015"
                    },
                    {
                        "name": "jun_roughage_harvest",
                        "value": 0,
                        "description": "Roughage harvest for the month of June in 2015"
                    },
                    {
                        "name": "jul_roughage_harvest",
                        "value": 0,
                        "description": "Roughage harvest for the month of July in 2015"
                    },
                    {
                        "name": "aug_roughage_harvest",
                        "value": 48691.98,
                        "description": "Roughage harvest for the month of August in 2015"
                    },
                    {
                        "name": "sep_roughage_harvest",
                        "value": 0,
                        "description": "Roughage harvest for the month of September in 2015"
                    },
                    {
                        "name": "oct_roughage_harvest",
                        "value": 0,
                        "description": "Roughage harvest for the month of October in 2015"
                    },
                    {
                        "name": "nov_roughage_harvest",
                        "value": 0,
                        "description": "Roughage harvest for the month of November in 2015"
                    },
                    {
                        "name": "dec_roughage_harvest",
                        "value": 0,
                        "description": "Roughage harvest for the month of December in 2015"
                    }
                ]
            ]
        },
        {
            "name": "AoA List",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "value": 3,
                        "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 500,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 533.08,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 566.16,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 599.24,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 632.32,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 665.4,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 698.48,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 731.56,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 764.64,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 797.72,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 830.8,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 863.88,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 896.96,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 930.04,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 963.12,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 996.2,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1029.28,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1062.36,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1095.44,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1128.52,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1161.6,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1194.68,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1227.76,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1260.84,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1293.92,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1327,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1360.08,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1393.16,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1426.24,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1459.32,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1492.4,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1525.48,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1628.03,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1730.58,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1833.13,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 1935.68,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 2038.23,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 2140.78,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 2243.33,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 2345.88,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 2448.43,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 2550.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 2653.53,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 2756.08,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 2858.63,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 2961.18,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 3063.73,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 3166.28,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 3268.83,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 3371.38,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 3473.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 3576.48,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 3679.03,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 3781.58,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 3884.13,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 3986.68,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4089.23,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4191.78,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4294.33,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4396.88,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4499.43,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 102.55,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 4601.98,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 48691.98,
                                    "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": 5251.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9853.16,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9887.34,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9921.53,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9955.71,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 9989.89,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10024.07,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10058.26,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10092.44,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10126.62,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10160.8,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10194.99,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10229.17,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10263.35,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10297.53,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10331.72,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10365.9,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10400.08,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10434.26,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10468.45,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10502.63,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10536.81,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10570.99,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10605.18,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10639.36,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10673.54,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10707.72,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10741.91,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10776.09,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10810.27,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 34.18,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10844.45,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10877.53,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10910.61,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10943.69,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 10976.77,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11009.85,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11042.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11076.01,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11109.09,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11142.17,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11175.25,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11208.33,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11241.41,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11274.49,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11307.57,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11340.65,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11373.73,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11406.81,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11439.89,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11472.97,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11506.05,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11539.13,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11572.21,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11605.29,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11638.37,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11671.45,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11704.53,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11737.61,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11770.69,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11803.77,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11836.85,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 33.08,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 0,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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,
                                    "description": "Daily forage supply calculated on this day"
                                },
                                {
                                    "name": "cumulative_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "Cumulative daily forage supply calculated on this day"
                                },
                                {
                                    "name": "aoa_forage_harvest",
                                    "value": 0,
                                    "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": 500,
                                    "description": "AoA forage supply for January"
                                },
                                {
                                    "name": "feb_aoa_forage_supply",
                                    "value": 0,
                                    "description": "AoA forage supply for February"
                                },
                                {
                                    "name": "mar_aoa_forage_supply",
                                    "value": 1025.48,
                                    "description": "AoA forage supply for March"
                                },
                                {
                                    "name": "apr_aoa_forage_supply",
                                    "value": 3076.5,
                                    "description": "AoA forage supply for April"
                                },
                                {
                                    "name": "may_aoa_forage_supply",
                                    "value": 0,
                                    "description": "AoA forage supply for May"
                                },
                                {
                                    "name": "jun_aoa_forage_supply",
                                    "value": 0,
                                    "description": "AoA forage supply for June"
                                },
                                {
                                    "name": "jul_aoa_forage_supply",
                                    "value": 0,
                                    "description": "AoA forage supply for July"
                                },
                                {
                                    "name": "aug_aoa_forage_supply",
                                    "value": 0,
                                    "description": "AoA forage supply for August"
                                },
                                {
                                    "name": "sep_aoa_forage_supply",
                                    "value": 6242.47,
                                    "description": "AoA forage supply for September"
                                },
                                {
                                    "name": "oct_aoa_forage_supply",
                                    "value": 1025.48,
                                    "description": "AoA forage supply for October"
                                },
                                {
                                    "name": "nov_aoa_forage_supply",
                                    "value": 0,
                                    "description": "AoA forage supply for November"
                                },
                                {
                                    "name": "dec_aoa_forage_supply",
                                    "value": 0,
                                    "description": "AoA forage supply for December"
                                },
                                {
                                    "name": "this_year_aoa_forage_supply",
                                    "value": 11869.93,
                                    "description": "AoA forage supply for the entire year"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
   (the file to convert)
   (the converted file)
Details
Comments & Attachments
Associations (2)
Children
SCM Commits
History (150)
Baselines
All (150)

Submitter Association Comment
casesp
Jan 13 2017 13:45
wlloyd
Jan 12 2016 11:03