Skip to content

NOCSurfaceProcesses/AirSeaFluxCode

Repository files navigation

AirSeaFluxCode

Description

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.

Citation

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).

Licensing

Please see subdirectories for code and data licenses

Installation

From PyPI

pip install AirSeaFluxCode

This will automatically install the package and dependencies (numpy, pandas).

From Source

Clone the repository:

git clone https://github.com/NOCSurfaceProcesses/AirSeaFluxCode.git

This will clone the repository into a directory: AirSeaFluxCode. Move to this directory and install the package with pip:

cd AirSeaFluxCode
pip install .

Developer

Install after cloning in editable mode.

cd AirSeaFluxCode
pip install -e .

Documentation

Pdf documentation can be found in the docs directory.

About

AirSeaFluxCode is a python package designed to allow easy exploration of the different bulk formulae parameterizations and the wide range of implementation options.

Resources

License

Stars

9 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors