geoschem / gcpy

Python toolkit for GEOS-Chem. Contains basic plotting scripts, plus the suite of GEOS-Chem benchmarking utilities.
https://gcpy.readthedocs.io
Other
51 stars 24 forks source link

[FEATURE REQUEST] Add support for printing emissions totals from 1-year benchmarks #23

Closed yantosca closed 4 years ago

yantosca commented 5 years ago

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.

yantosca commented 5 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.

yantosca commented 5 years ago

This is now completed (see https://github.com/geoschem/gcpy/commit/857ee5bbf6469eecf72c92adf51e28f2d551550c).