openghg / openghg_inversions

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

Pass arguments in memory rather than using temporary files #62

Closed brendan-m-murphy closed 2 months ago

brendan-m-murphy commented 4 months ago

If no basis file is specified, we save the basis to a temporary file and then use that file in fp_sensitivity etc.

It would be better to treat loading a basis from file as one way of creating a basis array. Once we have a basis as a np array or xr DataArray, we should pass that as an argument to fp_sensitivity etc.

brendan-m-murphy commented 2 months ago

This was closed by PR #82