If you want to permanently (globally) switch to Pint units, it should be easy to do so
e.g. say something like USE_CF_PINT.set(True).
This is basically the same as COMBINE_POLICY.set()
or netcdf LOAD_CONTROLS.set()
(or, assigning to the property in Future)
If you want to permanently (globally) switch to Pint units, it should be easy to do so
e.g. say something like
USE_CF_PINT.set(True).This is basically the same as
COMBINE_POLICY.set()or netcdf
LOAD_CONTROLS.set()(or, assigning to the property in Future)