openghg / openghg_inversions

University of Bristol Atmospheric Chemistry Research Group RHIME Inversion code (with openghg dependency)
MIT License
5 stars 0 forks source link

Review `hbmcmc.hbmcmc_post_process` (do we use it?) #36

Closed brendan-m-murphy closed 2 months ago

brendan-m-murphy commented 5 months ago

This code seems to be copied over from tdmcmc on the ACRG repo. I'm guess it isn't used anywhere presently, because there are import statements that would raise error if the module was imported.

If we're not using this, we should probably remove it. (Could tag it beforehand so it is easy to find the commit that has it in the future.)

qq23840 commented 4 months ago

I think there's some useful functionality in there, especially for someone getting started with inversions and looking for a brief overview of an output. I'm happy to tidy it up/fix some of the bugs/update the documentation; I've been using it quite a bit in the last two weeks anyway.

brendan-m-murphy commented 2 months ago

Ben's PR #88 updated hbmcmc_post_process.py