APSIMInitiative / ApsimX

ApsimX is the next generation of APSIM
http://www.apsim.info
Other
130 stars 160 forks source link

Observed Input and Report #8462

Open par456 opened 9 months ago

par456 commented 9 months ago

At the moment we have ExcelInput to read in observed files, Report to gather predicted values from simulations and PredictedObserved to match up those data tables at the end of the simulation. However, this often leads to reports that gather a lot more variables than what is required to match the observed data, and mistakes when matching up the observed and predicted columns. Related Issues: #8413 #6807

To address this, we are working on a new PredictedObserved system that can read in an observed file, generate the required reports for matching data and output the predicted observed tables with less manual setup than currently required. We'll be working on this in parts.

Part 1

Bugs

Part 2

Part 3

par456 commented 9 months ago

Ignore that link, quoted wrong issue number on that PR