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

Application Lifecycle Management

Search In Project

Search inClear

GRAS-21: Calculate Grazing System, AoA, and Grazing Period Forage Animal Balance (gras_grazsysfab)#34331/HEAD / v9
Tags:  not added yet

GRAS-21: Calculate Grazing System, AoA, and Grazing Period Forage Animal Balance (gras_grazsysfab)[SERVICE-34331]

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

GRAS-21: Calculate Grazing System, AoA, and Grazing Period Forage Animal Balance (gras_grazsysfab)

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

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

Calculate a forage animal balance for a period as one or more herds are assigned to graze available forage on a grazing unit in the grazing system.

{
    "metainfo": {},
    "parameter": [
        {
            "name": "grazing_system_start_date",
            "value": "2015-01-01",
            "description": "Start date of grazing system"
        },
        {
            "name": "grazing_system_end_date",
            "value": "2015-12-31",
            "description": "End date of grazing system"
        },
        {
            "name": "Herd List",
            "description": "List of herds",
            "value": [
                [
                    {
                        "name": "herd_id",
                        "description": "Herd identifier",
                        "value": 1
                    },
                    {
                        "name": "Animal Group List",
                        "description": "List of animal groups in herd",
                        "value": [
                            [
                                {
                                    "name": "animal_group_id",
                                    "description": "Animal group identifier",
                                    "value": 1
                                },
                                {
                                    "name": "number_of_head",
                                    "description": "Number of animals in group",
                                    "value": 20
                                },
                                {
                                    "name": "average_weight_lbs",
                                    "description": "Average weight of individual animal",
                                    "value": 800,
                                    "unit": "lbs"
                                },
                                {
                                    "name": "avg_daily_intake_pct",
                                    "description": "Average daily individual intake as percent of body weight",
                                    "value": 3,
                                    "unit": "%",
                                    "min": 0,
                                    "max": 100
                                },
                                {
                                    "name": "date_into_herd",
                                    "description": "Date group enters grazing herd",
                                    "value": "2015-01-01"
                                },
                                {
                                    "name": "date_out_of_herd",
                                    "description": "Date group leaves grazing herd",
                                    "value": "2015-12-31"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "herd_id",
                        "description": "Herd identifier",
                        "value": 2
                    },
                    {
                        "name": "Animal Group List",
                        "description": "List of animal groups in herd",
                        "value": [
                            [
                                {
                                    "name": "animal_group_id",
                                    "description": "Animal group identifier",
                                    "value": 1
                                },
                                {
                                    "name": "number_of_head",
                                    "description": "Number of animals in group",
                                    "value": 2
                                },
                                {
                                    "name": "average_weight_lbs",
                                    "description": "Average weight of individual animal",
                                    "value": 1200,
                                    "unit": "lbs"
                                },
                                {
                                    "name": "avg_daily_intake_pct",
                                    "description": "Average daily individual intake as percent of body weight",
                                    "value": 3.5,
                                    "unit": "%",
                                    "min": 0,
                                    "max": 100
                                },
                                {
                                    "name": "date_into_herd",
                                    "description": "Date group enters grazing herd",
                                    "value": "2015-01-01"
                                },
                                {
                                    "name": "date_out_of_herd",
                                    "description": "Date group leaves grazing herd",
                                    "value": "2015-12-31"
                                }
                            ]
                        ]
                    }
                ]
            ]
        },
        {
            "name": "AoA List",
            "description": "List of Area of Analysis Identifier",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "description": "Area of Analysis Identifier",
                        "value": 3
                    },
                    {
                        "name": "starting_aoa_forage_prod",
                        "description": "Forage Production at the beginning of first year of the grazing system",
                        "value": 0,
                        "unit": "lbs/acre"
                    },
                    {
                        "name": "aoa_acres",
                        "description": "Area of Analysis acres",
                        "value": 240,
                        "unit": "acres"
                    },
                    {
                        "name": "FIS List",
                        "description": "List of Forage Inventory Sites in AoA",
                        "value": [
                            [
                                {
                                    "name": "fis_id",
                                    "description": "FIS Identifier",
                                    "value": "1"
                                },
                                {
                                    "name": "fis_area",
                                    "description": "Area of the FIS",
                                    "value": 240,
                                    "unit": "acres"
                                },
                                {
                                    "name": "FIS Component List",
                                    "value": [
                                        [
                                            {
                                                "name": "fis_component_id",
                                                "description": "FIS component identifier",
                                                "value": "1"
                                            },
                                            {
                                                "name": "fis_component_pct",
                                                "description": "FIS component percentage",
                                                "value": 100,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "fis_component_prod_annual",
                                                "description": "Adjusted annual forage production of FIS Component",
                                                "value": 1806,
                                                "unit": "lb/acre"
                                            },
                                            {
                                                "name": "comp_pct_prod_jan",
                                                "description": "Percentage of FIS component production from January",
                                                "value": 0,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_feb",
                                                "description": "Percentage of FIS component production from February",
                                                "value": 0,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_mar",
                                                "description": "Percentage of FIS component production from March",
                                                "value": 3,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_apr",
                                                "description": "Percentage of FIS component production from April",
                                                "value": 7,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_may",
                                                "description": "Percentage of FIS component production from May",
                                                "value": 21,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_jun",
                                                "description": "Percentage of FIS component production from June",
                                                "value": 33,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_jul",
                                                "description": "Percentage of FIS component production from July",
                                                "value": 18,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_aug",
                                                "description": "Percentage of FIS component production from August",
                                                "value": 8,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_sep",
                                                "description": "Percentage of FIS component production from September",
                                                "value": 6,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_oct",
                                                "description": "Percentage of FIS component production from October",
                                                "value": 3,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_nov",
                                                "description": "Percentage of FIS component production from November",
                                                "value": 1,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_dec",
                                                "description": "Percentage of FIS component production from December",
                                                "value": 0,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            }
                                        ]
                                    ]
                                }
                            ]
                        ]
                    },
                    {
                        "name": "FPP List",
                        "value": [
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 1,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 40,
                                    "min": 0,
                                    "max": 100,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-01-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-07-31",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 2,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Restricted Use",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 10,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "min": 0,
                                    "max": 100,
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-08-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-09-30",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 3,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 30,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "min": 0,
                                    "max": 100,
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-10-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-12-31",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ]
                        ],
                        "description": "AoA Forage Partition Profiles"
                    },
                    {
                        "name": "Grazing Periods List",
                        "description": "List of AoA grazing periods",
                        "value": [
                            [
                                {
                                    "name": "graze_period_id",
                                    "description": "Grazing period identifier",
                                    "value": 1
                                },
                                {
                                    "name": "Herd List",
                                    "value": [
                                        [
                                            {
                                                "name": "herd_id",
                                                "description": "Herd identifier for this grazing period",
                                                "value": 1
                                            },
                                            {
                                                "name": "graze_start_date",
                                                "description": "Starting date of this grazing period.",
                                                "value": "2015-01-01"
                                            },
                                            {
                                                "name": "graze_end_date",
                                                "description": "Ending date of this grazing period.",
                                                "value": "2015-04-30"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "herd_id",
                                                "description": "Herd identifier for this grazing period",
                                                "value": 2
                                            },
                                            {
                                                "name": "graze_start_date",
                                                "description": "Starting date of this grazing period.",
                                                "value": "2015-01-01"
                                            },
                                            {
                                                "name": "graze_end_date",
                                                "description": "Ending date of this grazing period.",
                                                "value": "2015-03-31"
                                            }
                                        ]
                                    ]
                                },
                                {
                                    "name": "graze_period_start_date",
                                    "description": "Starting date of this grazing period.",
                                    "value": "2015-01-01"
                                },
                                {
                                    "name": "graze_period_end_date",
                                    "description": "Ending date of this grazing period.",
                                    "value": "2015-08-31"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_id",
                                    "description": "Grazing period identifier",
                                    "value": 2
                                },
                                {
                                    "name": "Herd List",
                                    "value": [
                                        [
                                            {
                                                "name": "herd_id",
                                                "description": "Herd identifier for this grazing period",
                                                "value": 1
                                            },
                                            {
                                                "name": "graze_start_date",
                                                "description": "Starting date of this grazing period.",
                                                "value": "2015-10-01"
                                            },
                                            {
                                                "name": "graze_end_date",
                                                "description": "Ending date of this grazing period.",
                                                "value": "2015-12-31"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "herd_id",
                                                "description": "Herd identifier for this grazing period",
                                                "value": 2
                                            },
                                            {
                                                "name": "graze_start_date",
                                                "description": "Starting date of this grazing period.",
                                                "value": "2015-10-01"
                                            },
                                            {
                                                "name": "graze_end_date",
                                                "description": "Ending date of this grazing period.",
                                                "value": "2015-12-31"
                                            }
                                        ]
                                    ]
                                },
                                {
                                    "name": "graze_period_start_date",
                                    "description": "Starting date of this grazing period.",
                                    "value": "2015-10-01"
                                },
                                {
                                    "name": "graze_period_end_date",
                                    "description": "Ending date of this grazing period.",
                                    "value": "2015-12-31"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "90c9415f-6b00-11e7-9fb1-f576958c3225",
        "cloud_node": "10.1.4.18",
        "request_ip": "108.160.183.249",
        "service_url": "http://csip.engr.colostate.edu:8092/csip-gras/m/gras/grazsysfab/1.0",
        "csip-gras.version": "$version: 0.4.288 ca1bdf1b1bc2 2017-07-13 rumpal, built at 2017-07-13 13:24 by jenkins$",
        "csip.version": "$version: 2.1.208 fc226ce58cc9 2017-07-07 od, built at 2017-07-13 13:24 by jenkins$",
        "tstamp": "2017-07-17 08:59:43",
        "cpu_time": 236,
        "expiration_date": "2017-07-17 09:00:13"
    },
    "parameter": [
        {
            "name": "grazing_system_start_date",
            "value": "2015-01-01",
            "description": "Start date of grazing system"
        },
        {
            "name": "grazing_system_end_date",
            "value": "2015-12-31",
            "description": "End date of grazing system"
        },
        {
            "name": "Herd List",
            "description": "List of herds",
            "value": [
                [
                    {
                        "name": "herd_id",
                        "description": "Herd identifier",
                        "value": 1
                    },
                    {
                        "name": "Animal Group List",
                        "description": "List of animal groups in herd",
                        "value": [
                            [
                                {
                                    "name": "animal_group_id",
                                    "description": "Animal group identifier",
                                    "value": 1
                                },
                                {
                                    "name": "number_of_head",
                                    "description": "Number of animals in group",
                                    "value": 20
                                },
                                {
                                    "name": "average_weight_lbs",
                                    "description": "Average weight of individual animal",
                                    "value": 800,
                                    "unit": "lbs"
                                },
                                {
                                    "name": "avg_daily_intake_pct",
                                    "description": "Average daily individual intake as percent of body weight",
                                    "value": 3,
                                    "unit": "%",
                                    "min": 0,
                                    "max": 100
                                },
                                {
                                    "name": "date_into_herd",
                                    "description": "Date group enters grazing herd",
                                    "value": "2015-01-01"
                                },
                                {
                                    "name": "date_out_of_herd",
                                    "description": "Date group leaves grazing herd",
                                    "value": "2015-12-31"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "herd_id",
                        "description": "Herd identifier",
                        "value": 2
                    },
                    {
                        "name": "Animal Group List",
                        "description": "List of animal groups in herd",
                        "value": [
                            [
                                {
                                    "name": "animal_group_id",
                                    "description": "Animal group identifier",
                                    "value": 1
                                },
                                {
                                    "name": "number_of_head",
                                    "description": "Number of animals in group",
                                    "value": 2
                                },
                                {
                                    "name": "average_weight_lbs",
                                    "description": "Average weight of individual animal",
                                    "value": 1200,
                                    "unit": "lbs"
                                },
                                {
                                    "name": "avg_daily_intake_pct",
                                    "description": "Average daily individual intake as percent of body weight",
                                    "value": 3.5,
                                    "unit": "%",
                                    "min": 0,
                                    "max": 100
                                },
                                {
                                    "name": "date_into_herd",
                                    "description": "Date group enters grazing herd",
                                    "value": "2015-01-01"
                                },
                                {
                                    "name": "date_out_of_herd",
                                    "description": "Date group leaves grazing herd",
                                    "value": "2015-12-31"
                                }
                            ]
                        ]
                    }
                ]
            ]
        },
        {
            "name": "AoA List",
            "description": "List of Area of Analysis Identifier",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "description": "Area of Analysis Identifier",
                        "value": 3
                    },
                    {
                        "name": "starting_aoa_forage_prod",
                        "description": "Forage Production at the beginning of first year of the grazing system",
                        "value": 0,
                        "unit": "lbs/acre"
                    },
                    {
                        "name": "aoa_acres",
                        "description": "Area of Analysis acres",
                        "value": 240,
                        "unit": "acres"
                    },
                    {
                        "name": "FIS List",
                        "description": "List of Forage Inventory Sites in AoA",
                        "value": [
                            [
                                {
                                    "name": "fis_id",
                                    "description": "FIS Identifier",
                                    "value": "1"
                                },
                                {
                                    "name": "fis_area",
                                    "description": "Area of the FIS",
                                    "value": 240,
                                    "unit": "acres"
                                },
                                {
                                    "name": "FIS Component List",
                                    "value": [
                                        [
                                            {
                                                "name": "fis_component_id",
                                                "description": "FIS component identifier",
                                                "value": "1"
                                            },
                                            {
                                                "name": "fis_component_pct",
                                                "description": "FIS component percentage",
                                                "value": 100,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "fis_component_prod_annual",
                                                "description": "Adjusted annual forage production of FIS Component",
                                                "value": 1806,
                                                "unit": "lb/acre"
                                            },
                                            {
                                                "name": "comp_pct_prod_jan",
                                                "description": "Percentage of FIS component production from January",
                                                "value": 0,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_feb",
                                                "description": "Percentage of FIS component production from February",
                                                "value": 0,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_mar",
                                                "description": "Percentage of FIS component production from March",
                                                "value": 3,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_apr",
                                                "description": "Percentage of FIS component production from April",
                                                "value": 7,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_may",
                                                "description": "Percentage of FIS component production from May",
                                                "value": 21,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_jun",
                                                "description": "Percentage of FIS component production from June",
                                                "value": 33,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_jul",
                                                "description": "Percentage of FIS component production from July",
                                                "value": 18,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_aug",
                                                "description": "Percentage of FIS component production from August",
                                                "value": 8,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_sep",
                                                "description": "Percentage of FIS component production from September",
                                                "value": 6,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_oct",
                                                "description": "Percentage of FIS component production from October",
                                                "value": 3,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_nov",
                                                "description": "Percentage of FIS component production from November",
                                                "value": 1,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            },
                                            {
                                                "name": "comp_pct_prod_dec",
                                                "description": "Percentage of FIS component production from December",
                                                "value": 0,
                                                "unit": "%",
                                                "min": 0,
                                                "max": 100
                                            }
                                        ]
                                    ]
                                }
                            ]
                        ]
                    },
                    {
                        "name": "FPP List",
                        "value": [
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 1,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 40,
                                    "min": 0,
                                    "max": 100,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-01-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-07-31",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 2,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Restricted Use",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 10,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "min": 0,
                                    "max": 100,
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-08-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-09-30",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ],
                            [
                                {
                                    "name": "fpp_activity_id",
                                    "value": 3,
                                    "description": "Forage Partition Profile activity identifier"
                                },
                                {
                                    "name": "fpp_activity_type",
                                    "value": "Always Available",
                                    "description": "Forage Partition Profile activity type"
                                },
                                {
                                    "name": "harvest_efficiency_pct",
                                    "value": 30,
                                    "description": "Forage Partition Profile activity harvest efficiency",
                                    "min": 0,
                                    "max": 100,
                                    "unit": "%"
                                },
                                {
                                    "name": "calendar_start_day",
                                    "value": "2015-10-01",
                                    "description": "Forage Partition Profile activity start date"
                                },
                                {
                                    "name": "calendar_end_day",
                                    "value": "2015-12-31",
                                    "description": "Forage Partition Profile activity end date"
                                }
                            ]
                        ],
                        "description": "AoA Forage Partition Profiles"
                    },
                    {
                        "name": "Grazing Periods List",
                        "description": "List of AoA grazing periods",
                        "value": [
                            [
                                {
                                    "name": "graze_period_id",
                                    "description": "Grazing period identifier",
                                    "value": 1
                                },
                                {
                                    "name": "Herd List",
                                    "value": [
                                        [
                                            {
                                                "name": "herd_id",
                                                "description": "Herd identifier for this grazing period",
                                                "value": 1
                                            },
                                            {
                                                "name": "graze_start_date",
                                                "description": "Starting date of this grazing period.",
                                                "value": "2015-01-01"
                                            },
                                            {
                                                "name": "graze_end_date",
                                                "description": "Ending date of this grazing period.",
                                                "value": "2015-04-30"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "herd_id",
                                                "description": "Herd identifier for this grazing period",
                                                "value": 2
                                            },
                                            {
                                                "name": "graze_start_date",
                                                "description": "Starting date of this grazing period.",
                                                "value": "2015-01-01"
                                            },
                                            {
                                                "name": "graze_end_date",
                                                "description": "Ending date of this grazing period.",
                                                "value": "2015-03-31"
                                            }
                                        ]
                                    ]
                                },
                                {
                                    "name": "graze_period_start_date",
                                    "description": "Starting date of this grazing period.",
                                    "value": "2015-01-01"
                                },
                                {
                                    "name": "graze_period_end_date",
                                    "description": "Ending date of this grazing period.",
                                    "value": "2015-08-31"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_id",
                                    "description": "Grazing period identifier",
                                    "value": 2
                                },
                                {
                                    "name": "Herd List",
                                    "value": [
                                        [
                                            {
                                                "name": "herd_id",
                                                "description": "Herd identifier for this grazing period",
                                                "value": 1
                                            },
                                            {
                                                "name": "graze_start_date",
                                                "description": "Starting date of this grazing period.",
                                                "value": "2015-10-01"
                                            },
                                            {
                                                "name": "graze_end_date",
                                                "description": "Ending date of this grazing period.",
                                                "value": "2015-12-31"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "herd_id",
                                                "description": "Herd identifier for this grazing period",
                                                "value": 2
                                            },
                                            {
                                                "name": "graze_start_date",
                                                "description": "Starting date of this grazing period.",
                                                "value": "2015-10-01"
                                            },
                                            {
                                                "name": "graze_end_date",
                                                "description": "Ending date of this grazing period.",
                                                "value": "2015-12-31"
                                            }
                                        ]
                                    ]
                                },
                                {
                                    "name": "graze_period_start_date",
                                    "description": "Starting date of this grazing period.",
                                    "value": "2015-10-01"
                                },
                                {
                                    "name": "graze_period_end_date",
                                    "description": "Ending date of this grazing period.",
                                    "value": "2015-12-31"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ],
    "result": [
        {
            "name": "system_fab",
            "value": 46705.39,
            "description": "Grazing System Forage Animal Balance for all AoAs"
        },
        {
            "name": "Annual FAB List",
            "value": [
                [
                    {
                        "name": "grazing_system_year",
                        "value": 2015,
                        "description": "Grazing System Year"
                    },
                    {
                        "name": "system_annual_fab",
                        "value": 46705.39,
                        "unit": "lbs",
                        "description": "Cumulative Forage Animal Balance for this Grazing System Year for all AoAs"
                    }
                ]
            ]
        },
        {
            "name": "AoA List",
            "value": [
                [
                    {
                        "name": "AoAId",
                        "value": 3,
                        "description": "Area of Analysis Identifier"
                    },
                    {
                        "name": "system_aoa_fab",
                        "value": 46705.39,
                        "unit": "lbs",
                        "description": "Grazing System Forage Animal Balance for this AoA"
                    },
                    {
                        "name": "AoA Annual FAB List",
                        "value": [
                            [
                                {
                                    "name": "grazing_system_year",
                                    "value": 2015,
                                    "description": "Grazing System Year"
                                },
                                {
                                    "name": "cum_aoa_fab",
                                    "value": 46705.39,
                                    "unit": "lbs",
                                    "description": "Cumulative Forage Animal Balance for this Grazing System Year for this AoA"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "Grazing Periods List",
                        "value": [
                            [
                                {
                                    "name": "grazing_period_id",
                                    "value": 1,
                                    "description": "Grazing Period Identifier"
                                },
                                {
                                    "name": "period_aoa_fab",
                                    "value": 77008.16,
                                    "unit": "lbs",
                                    "description": "Forage Animal Balance for this Grazing Period"
                                },
                                {
                                    "name": "period_aoa_forage_supply",
                                    "value": 142168.16,
                                    "unit": "lbs",
                                    "description": "Forage Supply for this Grazing Period"
                                },
                                {
                                    "name": "period_aoa_animal_demand",
                                    "value": 65160,
                                    "unit": "lbs",
                                    "description": "Animal Demand for this Grazing Period"
                                },
                                {
                                    "name": "period_fab_negative_days",
                                    "value": 120,
                                    "description": "Number of Negative FAB Days for this Grazing Period"
                                }
                            ],
                            [
                                {
                                    "name": "grazing_period_id",
                                    "value": 2,
                                    "description": "Grazing Period Identifier"
                                },
                                {
                                    "name": "period_aoa_fab",
                                    "value": -30302.77,
                                    "unit": "lbs",
                                    "description": "Forage Animal Balance for this Grazing Period"
                                },
                                {
                                    "name": "period_aoa_forage_supply",
                                    "value": 21585.23,
                                    "unit": "lbs",
                                    "description": "Forage Supply for this Grazing Period"
                                },
                                {
                                    "name": "period_aoa_animal_demand",
                                    "value": 51888,
                                    "unit": "lbs",
                                    "description": "Animal Demand for this Grazing Period"
                                },
                                {
                                    "name": "period_fab_negative_days",
                                    "value": 91,
                                    "description": "Number of Negative FAB Days for this Grazing Period"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "Grazing Totals",
                        "value": [
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-01",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-02",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-03",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-04",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-05",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-06",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-07",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-08",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-09",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-10",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-11",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-12",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-13",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-14",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-15",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-16",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-17",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-18",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-19",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-20",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-21",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-22",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-23",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-24",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-25",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-26",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-27",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-28",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-29",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-30",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-01-31",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-01",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-02",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-03",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-04",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-05",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-06",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-07",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-08",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-09",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-10",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-11",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-12",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-13",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-14",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-15",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-16",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-17",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-18",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-19",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-20",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-21",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-22",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-23",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-24",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-25",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-26",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-27",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-02-28",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-01",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-02",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-03",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-04",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-05",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-06",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-07",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-08",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-09",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-10",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-11",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-12",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-13",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-14",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-15",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-16",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-17",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-18",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-19",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-20",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-21",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-22",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-23",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-24",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-25",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-26",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-27",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-28",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-29",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-30",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-03-31",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -396.22,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 167.78,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-01",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-02",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-03",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-04",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-05",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-06",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-07",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-08",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-09",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-10",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-11",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-12",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-13",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-14",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-15",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-16",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-17",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-18",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-19",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-20",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-21",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-22",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-23",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-24",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-25",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-26",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-27",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-28",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-29",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-04-30",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -75.46,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 404.54,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 480,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-01",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-02",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-03",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-04",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-05",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-06",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-07",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-08",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-09",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-10",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-11",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-12",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-13",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-14",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-15",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-16",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-17",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-18",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-19",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-20",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-21",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-22",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-23",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-24",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-25",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-26",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-27",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-28",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-29",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-30",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-05-31",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1174.48,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-01",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-02",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-03",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-04",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-05",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-06",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-07",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-08",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-09",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-10",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-11",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-12",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-13",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-14",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-15",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-16",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-17",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-18",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-19",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-20",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-21",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-22",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-23",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-24",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-25",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-26",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-27",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-28",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-29",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-06-30",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1907.14,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-01",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-02",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-03",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-04",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-05",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-06",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-07",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-08",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-09",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-10",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-11",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-12",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-13",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-14",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-15",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-16",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-17",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-18",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-19",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-20",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-21",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-22",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-23",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-24",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-25",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-26",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-27",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-28",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-29",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-30",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-07-31",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 1006.7,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-01",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-02",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-03",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-04",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-05",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-06",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-07",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-08",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-09",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-10",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-11",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-12",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-13",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-14",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-15",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-16",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-17",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-18",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-19",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-20",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-21",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-22",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-23",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-24",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-25",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-26",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-27",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-28",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-29",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-30",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-08-31",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-01",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-02",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-03",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-04",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-05",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-06",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-07",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-08",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-09",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-10",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-11",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-12",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-13",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-14",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-15",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-16",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-17",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-18",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-19",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-20",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-21",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-22",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-23",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-24",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-25",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-26",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-27",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-28",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-29",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-09-30",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-01",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": 15945.83,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 16509.83,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-02",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-03",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-04",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-05",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-06",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-07",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-08",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-09",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-10",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-11",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-12",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-13",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-14",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-15",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-16",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-17",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-18",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-19",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-20",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-21",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-22",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-23",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-24",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-25",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-26",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-27",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-28",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-29",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-30",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-10-31",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -438.16,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 125.84,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-01",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-02",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-03",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-04",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-05",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-06",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-07",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-08",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-09",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-10",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-11",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-12",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-13",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-14",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-15",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-16",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-17",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-18",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-19",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-20",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-21",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-22",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-23",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-24",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-25",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-26",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-27",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-28",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-29",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-11-30",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -520.66,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 43.34,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-01",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-02",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-03",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-04",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-05",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-06",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-07",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-08",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-09",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-10",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-11",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-12",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-13",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-14",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-15",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-16",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-17",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-18",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-19",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-20",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-21",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-22",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-23",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-24",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-25",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-26",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-27",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-28",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-29",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-30",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ],
                            [
                                {
                                    "name": "graze_period_date",
                                    "value": "2015-12-31",
                                    "description": "Day in the Grazing Period"
                                },
                                {
                                    "name": "this_day_aoa_fab",
                                    "value": -564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA FAB"
                                },
                                {
                                    "name": "this_day_aoa_forage_supply",
                                    "value": 0,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Forage Supply"
                                },
                                {
                                    "name": "this_day_aoa_animal_demand",
                                    "value": 564,
                                    "unit": "lbs",
                                    "description": "This Day's AoA Animal Demand"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
(the file to convert)
(the converted file)
Details
Comments & Attachments
Associations
Children
SCM Commits
History (9)
Baselines
All (9)

Filter
 
No data to display.