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

Application Lifecycle Management

Search In Project

Search inClear

GRAS-18: Calculate Detailed Roughage Balance and Accumulated Balance (CalcDetailRoughBal)#6541/HEAD / v136
Tags:  not added yet

GRAS-18: Calculate Detailed Roughage Balance and Accumulated Balance (CalcDetailRoughBal)[SERVICE-6541]

Tracker: Services Priority: NormalNormal Status: Accepted
Submitted by: wlloydJan 12 2016 11:03 Modified by: jdriMay 18 2018 12:26 Type:
Model
Path: m/gras/detailroughbalance/1.0 Context: csip-gras Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-gras/m/gras/detailroughbalance/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
N/A
Last Tested: May 31 2016 00:50 Test Count: 0
Test Success Rate: 0 Failed Tests: --
Traceability
Loading…
Description
Calculate monthly and yearly roughage balance and accumulated roughage balance. From application inputs, compute yearly beginning roughage balance and yearly harvested, bought, sold and feed roughage amounts.

This service calculates information needed for Detail level roughage report. The only difference between the Basic and Detailed roughage reports is that under the Detailed report the amount of roughage feed is allocated by AoA, whereas in the Basic report the roughage feed is allocated at the operating unit level.

{
    "metainfo": {},
    "parameter": [
        {
            "name": "roughage_supply_id",
            "value": 1,
            "description": "Roughage Supply Identifier"
        },
        {
            "name": "starting_hay_amt",
            "value": 850000,
            "description": "Initial Pounds of Stored Roughage",
            "unit": "lb"
        },
        {
            "name": "Grazing Year List",
            "value": [
                [
                    {
                        "name": "year",
                        "value": 2016,
                        "description": "Roughage Supply Year"
                    },
                    {
                        "name": "feeding_waste_pct",
                        "value": 15,
                        "description": "Percentage Waste During Feeding",
                        "unit": "%"
                    },
                    {
                        "name": "Month List",
                        "value": [
                            [
                                {
                                    "name": "month",
                                    "value": "January",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "February",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "March",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "April",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "May",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 304000,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "June",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 609800,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "July",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 914800,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "August",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 137800,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "September",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "October",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 700000,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "November",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "December",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "AoA List",
                        "value": [
                            [
                                {
                                    "name": "AoAId",
                                    "value": 1,
                                    "description": "Area of Analysis Identifier"
                                },
                                {
                                    "name": "Month List",
                                    "value": [
                                        [
                                            {
                                                "name": "month",
                                                "value": "January",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 105000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "February",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 100400,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "March",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 63000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "April",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "May",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "June",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "July",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "August",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "September",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "October",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "November",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 101000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "December",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 105000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ]
                                    ]
                                }
                            ],
                            [
                                {
                                    "name": "AoAId",
                                    "value": 2,
                                    "description": "Area of Analysis Identifier"
                                },
                                {
                                    "name": "Month List",
                                    "value": [
                                        [
                                            {
                                                "name": "month",
                                                "value": "January",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 72000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "February",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 67000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "March",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 38000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "April",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "May",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "June",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "July",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "August",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "September",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "October",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "November",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 70000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "December",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 72000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ]
                                    ]
                                }
                            ],
                            [
                                {
                                    "name": "AoAId",
                                    "value": 3,
                                    "description": "Area of Analysis Identifier"
                                },
                                {
                                    "name": "Month List",
                                    "value": [
                                        [
                                            {
                                                "name": "month",
                                                "value": "January",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 92600,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "February",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 85000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "March",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 55000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "April",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "May",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "June",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "July",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "August",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "September",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "October",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "November",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 90000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "December",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 92600,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ]
                                    ]
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "97e6f562-4d1f-11e7-97b3-7339ff388839",
        "cloud_node": "10.1.54.20",
        "request_ip": "129.82.52.100",
        "service_url": "http://csip.engr.colostate.edu:8083/csip-gras/m/gras/detailroughbalance/1.0",
        "csip-gras.version": "$version: 0.4.256 12bbf0f20b7b 2017-06-06 rumpal, built at 2017-06-06 12:40 by jenkins$",
        "csip.version": "$version: 2.1.205 fc2f9cc0fa2b 2017-05-24 od, built at 2017-06-06 12:40 by jenkins$",
        "tstamp": "2017-06-09 08:26:14",
        "cpu_time": 10,
        "expiration_date": "2017-06-09 08:26:44"
    },
    "parameter": [
        {
            "name": "roughage_supply_id",
            "value": 1,
            "description": "Roughage Supply Identifier"
        },
        {
            "name": "starting_hay_amt",
            "value": 850000,
            "description": "Initial Pounds of Stored Roughage",
            "unit": "lb"
        },
        {
            "name": "Grazing Year List",
            "value": [
                [
                    {
                        "name": "year",
                        "value": 2016,
                        "description": "Roughage Supply Year"
                    },
                    {
                        "name": "feeding_waste_pct",
                        "value": 15,
                        "description": "Percentage Waste During Feeding",
                        "unit": "%"
                    },
                    {
                        "name": "Month List",
                        "value": [
                            [
                                {
                                    "name": "month",
                                    "value": "January",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "February",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "March",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "April",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "May",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 304000,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "June",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 609800,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "July",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 914800,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "August",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 137800,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "September",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "October",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 700000,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "November",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "December",
                                    "description": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Harvested",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Purchased",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Pounds of Roughage Sold",
                                    "unit": "lb"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "AoA List",
                        "value": [
                            [
                                {
                                    "name": "AoAId",
                                    "value": 1,
                                    "description": "Area of Analysis Identifier"
                                },
                                {
                                    "name": "Month List",
                                    "value": [
                                        [
                                            {
                                                "name": "month",
                                                "value": "January",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 105000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "February",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 100400,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "March",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 63000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "April",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "May",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "June",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "July",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "August",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "September",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "October",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "November",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 101000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "December",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 105000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ]
                                    ]
                                }
                            ],
                            [
                                {
                                    "name": "AoAId",
                                    "value": 2,
                                    "description": "Area of Analysis Identifier"
                                },
                                {
                                    "name": "Month List",
                                    "value": [
                                        [
                                            {
                                                "name": "month",
                                                "value": "January",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 72000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "February",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 67000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "March",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 38000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "April",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "May",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "June",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "July",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "August",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "September",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "October",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "November",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 70000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "December",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 72000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ]
                                    ]
                                }
                            ],
                            [
                                {
                                    "name": "AoAId",
                                    "value": 3,
                                    "description": "Area of Analysis Identifier"
                                },
                                {
                                    "name": "Month List",
                                    "value": [
                                        [
                                            {
                                                "name": "month",
                                                "value": "January",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 92600,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "February",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 85000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "March",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 55000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "April",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "May",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "June",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "July",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "August",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "September",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "October",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "November",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 90000,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "December",
                                                "description": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 92600,
                                                "description": "Pounds of Roughage Fed to Grazing System Animals",
                                                "unit": "lb"
                                            }
                                        ]
                                    ]
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ],
    "result": [
        {
            "name": "roughage_supply_id",
            "value": 1,
            "description": "Roughage Supply Identifier"
        },
        {
            "name": "Grazing Year List",
            "value": [
                [
                    {
                        "name": "year",
                        "value": 2016,
                        "unit": "Roughage Supply Year"
                    },
                    {
                        "name": "feeding_waste_pct",
                        "value": 15,
                        "unit": "Percentage Waste During Feeding"
                    },
                    {
                        "name": "total_harvested_amt",
                        "value": 1828600,
                        "unit": "lb",
                        "description": "Total Annual Pounds of Roughage Harvested"
                    },
                    {
                        "name": "total_buy_amt",
                        "value": 137800,
                        "unit": "lb",
                        "description": "Total Annual Pounds of Roughage Bought"
                    },
                    {
                        "name": "total_sell_amt",
                        "value": 700000,
                        "unit": "lb",
                        "description": "Total Annual Pounds of Roughage Sold"
                    },
                    {
                        "name": "Month List",
                        "value": [
                            [
                                {
                                    "name": "month",
                                    "value": "January",
                                    "unit": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Harvested"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Purchased"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Sold"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "February",
                                    "unit": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Harvested"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Purchased"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Sold"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "March",
                                    "unit": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Harvested"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Purchased"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Sold"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "April",
                                    "unit": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Harvested"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Purchased"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Sold"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "May",
                                    "unit": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 304000,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Harvested"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Purchased"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Sold"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "June",
                                    "unit": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 609800,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Harvested"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Purchased"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Sold"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "July",
                                    "unit": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 914800,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Harvested"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Purchased"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Sold"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "August",
                                    "unit": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Harvested"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 137800,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Purchased"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Sold"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "September",
                                    "unit": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Harvested"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Purchased"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Sold"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "October",
                                    "unit": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Harvested"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Purchased"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 700000,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Sold"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "November",
                                    "unit": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Harvested"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Purchased"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Sold"
                                }
                            ],
                            [
                                {
                                    "name": "month",
                                    "value": "December",
                                    "unit": "Month of the Grazing Year"
                                },
                                {
                                    "name": "harvested_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Harvested"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Purchased"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Pounds of Roughage Sold"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "AoA List",
                        "value": [
                            [
                                {
                                    "name": "AoAId",
                                    "value": 1,
                                    "description": "Area of Analysis Identifier"
                                },
                                {
                                    "name": "total_feed_amt",
                                    "value": 474400,
                                    "unit": "lb",
                                    "description": "Total Annual Pounds of Roughage Fed in the AoA"
                                },
                                {
                                    "name": "Month List",
                                    "value": [
                                        [
                                            {
                                                "name": "month",
                                                "value": "January",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 105000,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "February",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 100400,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "March",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 63000,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "April",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "May",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "June",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "July",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "August",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "September",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "October",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "November",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 101000,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "December",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 105000,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ]
                                    ]
                                }
                            ],
                            [
                                {
                                    "name": "AoAId",
                                    "value": 2,
                                    "description": "Area of Analysis Identifier"
                                },
                                {
                                    "name": "total_feed_amt",
                                    "value": 319000,
                                    "unit": "lb",
                                    "description": "Total Annual Pounds of Roughage Fed in the AoA"
                                },
                                {
                                    "name": "Month List",
                                    "value": [
                                        [
                                            {
                                                "name": "month",
                                                "value": "January",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 72000,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "February",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 67000,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "March",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 38000,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "April",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "May",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "June",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "July",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "August",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "September",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "October",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "November",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 70000,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "December",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 72000,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ]
                                    ]
                                }
                            ],
                            [
                                {
                                    "name": "AoAId",
                                    "value": 3,
                                    "description": "Area of Analysis Identifier"
                                },
                                {
                                    "name": "total_feed_amt",
                                    "value": 415200,
                                    "unit": "lb",
                                    "description": "Total Annual Pounds of Roughage Fed in the AoA"
                                },
                                {
                                    "name": "Month List",
                                    "value": [
                                        [
                                            {
                                                "name": "month",
                                                "value": "January",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 92600,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "February",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 85000,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "March",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 55000,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "April",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "May",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "June",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "July",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "August",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "September",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "October",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "November",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 90000,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "month",
                                                "value": "December",
                                                "unit": "Month of the Grazing Year"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 92600,
                                                "unit": "lb",
                                                "description": "Roughage Fed to Grazing System Animals"
                                            }
                                        ]
                                    ]
                                }
                            ]
                        ]
                    },
                    {
                        "name": "jan_total_feed_amt",
                        "value": 269600,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Fed in January"
                    },
                    {
                        "name": "feb_total_feed_amt",
                        "value": 252400,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Fed in February"
                    },
                    {
                        "name": "mar_total_feed_amt",
                        "value": 156000,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Fed in March"
                    },
                    {
                        "name": "apr_total_feed_amt",
                        "value": 0,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Fed in April"
                    },
                    {
                        "name": "may_total_feed_amt",
                        "value": 0,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Fed in May"
                    },
                    {
                        "name": "jun_total_feed_amt",
                        "value": 0,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Fed in June"
                    },
                    {
                        "name": "jul_total_feed_amt",
                        "value": 0,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Fed in July"
                    },
                    {
                        "name": "aug_total_feed_amt",
                        "value": 0,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Fed in August"
                    },
                    {
                        "name": "sep_total_feed_amt",
                        "value": 0,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Fed in September"
                    },
                    {
                        "name": "oct_total_feed_amt",
                        "value": 0,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Fed in October"
                    },
                    {
                        "name": "nov_total_feed_amt",
                        "value": 261000,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Fed in November"
                    },
                    {
                        "name": "dec_total_feed_amt",
                        "value": 269600,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Fed in December"
                    },
                    {
                        "name": "this_year_total_feed_amt",
                        "value": 1208600,
                        "unit": "lb",
                        "description": "Total feed amount this year"
                    },
                    {
                        "name": "beginning_balance",
                        "value": 850000,
                        "unit": "lb",
                        "description": "Total Pounds of Roughage Available at Beginning of Each Year"
                    },
                    {
                        "name": "jan_hay_balance",
                        "value": 580400,
                        "unit": "lb",
                        "description": "Roughage Balance in January"
                    },
                    {
                        "name": "feb_hay_balance",
                        "value": -252400,
                        "unit": "lb",
                        "description": "Roughage Balance in February"
                    },
                    {
                        "name": "mar_hay_balance",
                        "value": -156000,
                        "unit": "lb",
                        "description": "Roughage Balance in March"
                    },
                    {
                        "name": "apr_hay_balance",
                        "value": 0,
                        "unit": "lb",
                        "description": "Roughage Balance in April"
                    },
                    {
                        "name": "may_hay_balance",
                        "value": 304000,
                        "unit": "lb",
                        "description": "Roughage Balance in May"
                    },
                    {
                        "name": "jun_hay_balance",
                        "value": 609800,
                        "unit": "lb",
                        "description": "Roughage Balance in June"
                    },
                    {
                        "name": "jul_hay_balance",
                        "value": 914800,
                        "unit": "lb",
                        "description": "Roughage Balance in July"
                    },
                    {
                        "name": "aug_hay_balance",
                        "value": 137800,
                        "unit": "lb",
                        "description": "Roughage Balance in August"
                    },
                    {
                        "name": "sep_hay_balance",
                        "value": 0,
                        "unit": "lb",
                        "description": "Roughage Balance in September"
                    },
                    {
                        "name": "oct_hay_balance",
                        "value": -700000,
                        "unit": "lb",
                        "description": "Roughage Balance in October"
                    },
                    {
                        "name": "nov_hay_balance",
                        "value": -261000,
                        "unit": "lb",
                        "description": "Roughage Balance in November"
                    },
                    {
                        "name": "dec_hay_balance",
                        "value": -269600,
                        "unit": "lb",
                        "description": "Roughage Balance in December"
                    },
                    {
                        "name": "total_hay_balance",
                        "value": 907800,
                        "unit": "lb",
                        "description": "Total hay balance this year"
                    },
                    {
                        "name": "jan_accumulated_balance",
                        "value": 580400,
                        "unit": "lb",
                        "description": "Accumulated Roughage Balance in January"
                    },
                    {
                        "name": "feb_accumulated_balance",
                        "value": 328000,
                        "unit": "lb",
                        "description": "Accumulated Roughage Balance in February"
                    },
                    {
                        "name": "mar_accumulated_balance",
                        "value": 172000,
                        "unit": "lb",
                        "description": "Accumulated Roughage Balance in March"
                    },
                    {
                        "name": "apr_accumulated_balance",
                        "value": 172000,
                        "unit": "lb",
                        "description": "Accumulated Roughage Balance in April"
                    },
                    {
                        "name": "may_accumulated_balance",
                        "value": 476000,
                        "unit": "lb",
                        "description": "Accumulated Roughage Balance in May"
                    },
                    {
                        "name": "jun_accumulated_balance",
                        "value": 1085800,
                        "unit": "lb",
                        "description": "Accumulated Roughage Balance in June"
                    },
                    {
                        "name": "jul_accumulated_balance",
                        "value": 2000600,
                        "unit": "lb",
                        "description": "Accumulated Roughage Balance in July"
                    },
                    {
                        "name": "aug_accumulated_balance",
                        "value": 2138400,
                        "unit": "lb",
                        "description": "Accumulated Roughage Balance in August"
                    },
                    {
                        "name": "sep_accumulated_balance",
                        "value": 2138400,
                        "unit": "lb",
                        "description": "Accumulated Roughage Balance in September"
                    },
                    {
                        "name": "oct_accumulated_balance",
                        "value": 1438400,
                        "unit": "lb",
                        "description": "Accumulated Roughage Balance in October"
                    },
                    {
                        "name": "nov_accumulated_balance",
                        "value": 1177400,
                        "unit": "lb",
                        "description": "Accumulated Roughage Balance in November"
                    },
                    {
                        "name": "dec_accumulated_balance",
                        "value": 907800,
                        "unit": "lb",
                        "description": "Accumulated Roughage Balance in December"
                    },
                    {
                        "name": "total_accumulated_balance",
                        "value": 907800,
                        "unit": "lb",
                        "description": "Total Accumulated Roughage Balance"
                    }
                ]
            ]
        }
    ]
}
   (the file to convert)
   (the converted file)
Details
Comments & Attachments
Associations
Children
SCM Commits
History (136)
Baselines
All (136)

Filter
 
No data to display.