Currently we can define the resolution of model outputs using output_resolution which is an output parameter. Unfortunately, this doesn't allow us to create different reports with outputs at different resolutions which would be a nice feature.
The solution is mostly to make output_resolution a parameter of report__output instead of output so that different output_resolutions can be set for different reports. E.g. I could create a summary report with annual totals and a detailed report with hourly timeseries.
There may be other functionality required in the report writing section of the code.
Currently we can define the resolution of model outputs using
output_resolutionwhich is anoutputparameter. Unfortunately, this doesn't allow us to create different reports with outputs at different resolutions which would be a nice feature.The solution is mostly to make
output_resolutiona parameter ofreport__outputinstead ofoutputso that different output_resolutions can be set for different reports. E.g. I could create a summary report with annual totals and a detailed report with hourly timeseries.There may be other functionality required in the report writing section of the code.