wbruinsma commited on
Commit
27e3b13
1 Parent(s): 0be7e57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - deep-learning
7
+ - atmospheric-dynamics
8
+ - atmospheric-chemistry
9
+ - foundation-models
10
+ - aurora-model
11
+ ---
12
+
13
+ # Aurora: A Foundation Model of the Atmosphere
14
+
15
+ This repository contains model weights for various versions of Aurora.
16
+
17
+ [Please see the GitHub repository for more information.](https://github.com/microsoft/aurora)
18
+
19
+ [Link to the paper on arXiv.](https://arxiv.org/abs/2405.13063)
20
+
21
+ Cite us as follows:
22
+
23
+ ```
24
+ @misc{bodnar2024aurora,
25
+ title = {Aurora: A Foundation Model of the Atmosphere},
26
+ author = {Cristian Bodnar and Wessel P. Bruinsma and Ana Lucic and Megan Stanley and Johannes Brandstetter and Patrick Garvan and Maik Riechert and Jonathan Weyn and Haiyu Dong and Anna Vaughan and Jayesh K. Gupta and Kit Tambiratnam and Alex Archibald and Elizabeth Heider and Max Welling and Richard E. Turner and Paris Perdikaris},
27
+ year = {2024},
28
+ url = {https://arxiv.org/abs/2405.13063},
29
+ eprint = {2405.13063},
30
+ archivePrefix = {arXiv},
31
+ primaryClass = {physics.ao-ph},
32
+ }
33
+ ```