Improve report_convergence to aggregate metrics

report_convergence should aggregate the data for different waves per metric in a similar fashion to Eoghan. I don't know how this works for the region analysis, but it should work OK for the group.

Details

Id: 19b55ceda7ea1e4c1b71999e3835a8a54911ad5b
Type: feature
Creation time: 2011-09-15 17:11
Creator: Mathew Topper <mathew.topper@...>
Release: 0.3 (unreleased)
Component: flightdeck.py
Status: closed : fixed fixed

Issue log

2011-11-23 12:03 Mathew Topper <mathew.topper@...> closed with disposition fixed
Added aggregation to the metrics using the report structure from fifthwave. The report types were placed in their own module in order to be assessible to other modules and the table part of the report was separated from the file handling part making the whole thing more accessible. A convergence type was also created to hold information from a convergence analysis on a report in order to store the information for aggregation once the convergences have been completed. The module also holds the aggregation classes themselves that carry out the comparisons. Note the comparisons are all done on the finest grids at the moment.
2011-09-15 17:12 Mathew Topper <mathew.topper@...> created