xgcm / aerobulk-python

A python wrapper for aerobulk (https://github.com/brodeau/aerobulk)
GNU General Public License v3.0
14 stars 4 forks source link

Remove time loop and call to AEROBULK_INIT/BYE #42

Closed jbusecke closed 2 years ago

jbusecke commented 2 years ago

This strips more of the aerobulk complexity out of our fortran wrappers. We can drop the loop entirely since thanks to #40 internally we will only ever deal with 1D arrays that do not extend in the third dimension (they only have a singelton dimensions due to the restrictions aerobulk applies).

This also removes the 'auto-detection' of humidity units and strictly requires specific humidity as input.