Python version of aerodynamic mass-transfer approach for open-water evaporation
Dependencies are only Python 3, NumPy, and pandas.
You may install the dependencies using the provided conda virtual environment (recommended), the environment file can be downloaded here and installed and activated by
conda env create -f environment.yml
conda activate aeroevap
Once activated install with PIP:
pip install aeroevap