Authors (*: equal contribution): Shaun (Siyeon) Kim* [email protected], Juan Nathaniel* [email protected], Zhewen Hou, Tian Zheng, Pierre Gentine
Dataset: https://zenodo.org/records/12726686
TLDR: We leverage physics embedded in Earth System Models and sparse observations fine-tuning to derive global, long-term
Abstract: Global measurements of ocean
This model was trained on the following libraries:
cuda11.0/toolkit cuda11.0/blas cudnn8.0-cuda11.
tensorflow==2.4.0
To download the data from figshare:
mkdir data #create data directory
./download_data.sh [file_id]
- file_id : 8 code digit at the end of the data url from figshare
To download the python libraries:
pip install -r requirements.txt
├── LICENSE
├── Makefile <- Makefile with commands like `make data` or `make train`(coming soon!)
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt
│
├── download_data.sh <- .sh to download figshare ocean_pco2 data
├── README.md <- The top-level README for developers using this project.
│ │
├── models <- Trained and serialized models
│
├── notebooks <- Jupyter notebooks. Consists of EDA and Base Model implementations.
│
├── assets <- Visualizations (gif, png, etc. )created for the project
│
├── src <- Source code for use in this project.
│ ├── __init__.py <- Makes src a Python module
│ ├── utils.py <- various util functions for data preprocessing and plotting
│ │
│ ├── features <- Scripts to turn raw data into features for modeling
│ │ └── build_features.py
│ │
│ ├── models <- Scripts to train models and then use trained models to make
│ │ │ predictions
│ │ ├── predict_model.py
│ │ └── train_model.py
│ └──
└──
Project based on the cookiecutter data science project template.
