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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTk2MzYsIm5iZiI6MTczODkxOTMzNiwicGF0aCI6Ii8xNDMxNDYyMy8zNTgyNDA2MTAtYzg3YWQ5MmItNzA4ZC00NTJmLWJkMWUtYzViNDhhZGI1MWNjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDA5MDg1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYzMWMzMTM4MzkwNDRjNjIwODRkMzE0MjA0MjUxOWEzMTk1NDY0MmEwNWIzNDdkM2JlOTQ2ZjNhNWYwM2NmODgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.rrLozRThpRNH_Dqsli2qFiU8Bgd8QIRpMcQxFHRUwUc)
Follow the above instructions but install the package via
pip install -e ".[dev]"