Closed yantosca closed 4 years ago
Am also adding some modifications to support GCC vs. GCHP printout of global masses.
NOTE: There may be an issue in the xarray open_mfdataset function. I might have to implement a workaround for that in GCPy.
This is now completed (see https://github.com/geoschem/gcpy/commit/857ee5bbf6469eecf72c92adf51e28f2d551550c).
Issue Right now the benchmark emissions table is geared towards printing emissions totals from the 1-month benchmark output. We will need to extend this to print annual emissions from the 1-year benchmark simulations.
Potential solution We can probably modify the existing code to read in a year's worth of emissions (by concatenating all months of data into the Ref and Dev dataset objects), and then sum those into annual totals.