darothen / pyrcel

A 0D, adiabatic cloud parcel model for studying aerosol activation.
BSD 3-Clause "New" or "Revised" License
24 stars 19 forks source link

Update _parcel_aux_numba.py float dtype #17

Closed darothen closed 1 year ago

darothen commented 1 year ago

As of numpy v1.20, the dtype np.float points to python's native float type. We want to use the original 64-bit float from numpy, so we exclusively name it.