tsherwen / AC_tools

Module for working with global/regional Chemical Transport Model (CTM) output and observations
MIT License
13 stars 10 forks source link

Include basic bpch diagnostics in AC_tools for NetCDF too #88

Closed tsherwen closed 2 years ago

tsherwen commented 4 years ago

Include a set of core diagnostics for NetCDF GEOS-Chem output, like are present for bpch output.

This will require updates to return xr.datasets in the same form as in NetCDFs. Currently, the datasets/arrays created follow Met Office (non ESMCF/COARDS format)

These functions are present in the separate GEOSChem_nc.py file (linked below). And the existing files for working with bpch output have been moved to GEOSChem_bpch.py

https://github.com/tsherwen/AC_tools/blob/master/AC_tools/GEOSChem_nc.py

Inc. test in unit testing for these and some example files in the remote

tsherwen commented 3 years ago

As shown by calls in function 'get_general_stats4run_dict_as_df', most of this is now implemented.

Still to do:

tsherwen commented 2 years ago

This issue was closed as part of #116.

The updates were completed as part of the git merge from the Dev branch (#116) for work related to NOx budgets for ARNA campaign work.