openscm / openscm-twolayermodel

Implementations of two-layer models by Held et al. and Geoffroy et al.
https://openscm-two-layer-model.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Use pint's wrapping features #13

Open znicholls opened 4 years ago

znicholls commented 4 years ago

At present, the code does all the wrapping itself to make sure everything is pint quantities and has units. This was more work than it needed to be, because Pint has it all built in here. We should refactor to make use of Pint's wrapping capability and hence simplify our code base.