AirSeaFluxCode is a library for python 3.9 (and above) designed to allow easy exploration of the different bulk formulae parameterizations and the wide range of implementation options.
Biri S, Cornes RC, Berry DI, Kent EC and Yelland MJ (2023). AirSeaFluxCode: Open source software for calculating turbulent air-sea fluxes from meteorological parameters. Front. Mar. Sci. 9:1049168. doi: 10.3389/fmars.2022.1049168
This work was supported by the Natural Environment Research Council grants ORCHESTRA (NE/N018095/1), ENCORE (NE/V013254/1), CLASS (NE/R015953/1), and NERC-funded AtlantiS programme (Atlantic Climate and Environment Strategic Science).
Please see subdirectories for code and data licenses
pip install AirSeaFluxCodeThis will automatically install the package and dependencies (numpy, pandas).
Clone the repository:
git clone https://github.com/NOCSurfaceProcesses/AirSeaFluxCode.gitThis will clone the repository into a directory: AirSeaFluxCode. Move to this directory and
install the package with pip:
cd AirSeaFluxCode
pip install .Install after cloning in editable mode.
cd AirSeaFluxCode
pip install -e .Pdf documentation can be found in the docs directory.