openghg / openghg_inversions

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

Monthly flux bc option #23

Closed aliceramsden closed 5 months ago

aliceramsden commented 10 months ago

Changes required to the inversions script to work with changes in PR https://github.com/openghg/openghg/pull/750. This PR changes how fluxes and boundary conditions are sliced creating modelled mole fractions: data from a matching month (even if the year does not match) is extracted, rather than just taking the most recently available year.

To work with these changes, openghg_inversions needs to be modified slightly to include options for specifying exact emissions and boundary conditions months.

I think this PR requires the 'separate data merge function' PR #22 to be merged in first.

brendan-m-murphy commented 9 months ago

Hi @aliceramsden, I will try to get to this soon. I need to fix the test data from the last PR, then merge in the changes from your 'separate data merge' PR.

Does this PR depend on PR #750 from OpenGHG?