MUADh3i9yL / matlab-co2sys-traditional

MIT License
0 stars 0 forks source link

Allow extraction of a limited set of K*'s #32

Closed rossidae closed 3 months ago

rossidae commented 3 months ago

The Ks class has the extract method, which unpacks the K's into individual variables - but only works to extract ALL K's. Oftentimes the extra K*'s are thrown away and clutter up the available variables.

Instead develop a new method on the K's class which allows a subset of K's to be extracted as needed.