Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
# Samudra 🌊
|
6 |
+
This repository contains the model weights of the Samudra Ocean Emulator described in the paper ["Samudra: An AI Global Ocean Emulator for Climate"](https://arxiv.org/abs/2412.03795). Samudra is a skillful global emulator of the ocean component of a state-of-the-art climate model. We emulate key ocean variables, sea surface height, horizontal velocities, temperature, and salinity, across their full depth. Refer the code [here](https://github.com/m2lines/Samudra.git)
|
7 |
+
|
8 |
+
### Citing
|
9 |
+
If you use this model in your research, please consider citing the following paper:
|
10 |
+
```
|
11 |
+
@article{dheeshjith2024samudra,
|
12 |
+
title={Samudra: An AI Global Ocean Emulator for Climate},
|
13 |
+
author={Dheeshjith, Surya and Subel, Adam and Adcroft, Alistair and Busecke, Julius and Fernandez-Granda, Carlos and Gupta, Shubham and Zanna, Laure},
|
14 |
+
journal={arXiv preprint arXiv:2412.03795},
|
15 |
+
year={2024}
|
16 |
+
}
|
17 |
+
```
|