ACRG-Bristol / acrg

Repository containing ACRG analysis code
MIT License
8 stars 0 forks source link

Update paris_formatting code to reflect min_error changes #165

Closed joe-pitt closed 4 months ago

joe-pitt commented 4 months ago

In openghg_inversions, min_error will now represent a lower bound for the model-measurement mismatch error (as of https://github.com/openghg/openghg_inversions/pull/117), rather than being added to the time-variant obs error and model error. This value is now also saved as an attribute in the .nc file output by RHIME.

The paris_formatting code needs updating in order to reflect these changes.

joe-pitt commented 4 months ago

Closed with PR #167