-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update description of Aurora (#3773)
* Update description of Aurora * Update description and remove H1 * Update spec * Improvement to notes and description * Update license * Move sections from description to notes * Elaborate slightly
- Loading branch information
Showing
4 changed files
with
61 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
Aurora: A Foundation Model for the Earth System | ||
|
||
Aurora is a machine learning model that can predict atmospheric variables, such as temperature. | ||
Aurora is a machine learning model that can predict general environmental variables, such as temperature and wind speed. | ||
It is a _foundation model_, which means that it was first generally trained on a lot of data, | ||
and then can be adapted to specialised atmospheric forecasting tasks with relatively little data. | ||
and then can be adapted to specialised environmental forecasting tasks with relatively little data. | ||
We provide four such specialised versions: | ||
one for medium-resolution weather prediction, | ||
one for high-resolution weather prediction, | ||
one for air pollution prediction, | ||
and one for ocean wave prediction. | ||
|
||
## Resources | ||
|
||
* [Aurora Documentation for detailed instruction and examples](https://microsoft.github.io/aurora) | ||
* [Aurora Academic Paper](https://arxiv.org/abs/2405.13063) | ||
* [A full-fledged example that runs the model on ERA5](https://microsoft.github.io/aurora/example_era5.html). | ||
|
||
## Implementation | ||
|
||
_The package currently includes the pretrained model and the fine-tuned version for high-resolution weather forecasting._ | ||
_We are working on the fine-tuned versions for air pollution and ocean wave forecasting, which will be included in due time._ | ||
Currently, this implementation only includes the version for medium-term weather prediction. | ||
Please see the documentation of the Aurora Foundry Python API linked below for | ||
precisely which models are available. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters