This repository is both an installable package, and a collection of issues/notebooks that document the work done in the ocean-transport group and beyond. The goal of this project is to quantify the rectified effect of small scale heterogeneity in the atmophere and ocean on the air-sea fluxes computed via bulk formulae.
The Overlooked Sub-Grid Air-Sea Flux in Climate Models (Preprint)
You can install this package by cloning it locally, navigating to the repository and runnning
pip install .
The science published from the repository is using a custom Docker image (installing additional dependencies on top of the pangeo docker image).
You can find the image on quay.io and refer to specific tags used in the notebooks in ./pipeline
.
To work with the custom image on the LEAP-Pangeo Jupyterhub, just follow the instructions to use a custom image, and enter quay.io/jbusecke/scale-aware-air-sea:<tag>
, where you replace tag with the relevant version tag.
E.g. for tag 68b654d76dce
:
![image](https://private-user-images.githubusercontent.com/14314623/358240610-c87ad92b-708d-452f-bd1e-c5b48adb51cc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzIzODYsIm5iZiI6MTczOTE3MjA4NiwicGF0aCI6Ii8xNDMxNDYyMy8zNTgyNDA2MTAtYzg3YWQ5MmItNzA4ZC00NTJmLWJkMWUtYzViNDhhZGI1MWNjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3MjEyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE2ODE0OTlkYTE5Njk2NTIyODQ4MTJiMGM0MDk5ZjhhYjlkMmU2MjFlZGZjZmU2Y2E1MzNjMTBhNjE2OTk4OWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.IHl-UgqlSmaAgdhUPuKBivpqWaSczfk9crUdKeyBrxo)
Follow the above instructions but install the package via
pip install -e ".[dev]"