Skip to content

Commit

Permalink
Merge pull request #38 from google-research:doc-fixes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561550905
  • Loading branch information
Weatherbench2 authors committed Aug 31, 2023
2 parents dbbe472 + 8623eaa commit 7edac41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@

# WeatherBench 2 - A benchmark for the next generation of data-driven global weather models


```
[TODO] Paper citation
```
[Paper](https://drive.google.com/file/d/1OqSR5H_h2y2HXEf4LVFO7ZLxgdafK2Va/view?usp=sharing)

## Why WeatherBench?

WeatherBench 2 is a framework for evaluating and comparing data-driven and traditional numerical weather forecasting models. WeatherBench consists of:
- Publicly available, cloud-optimized ground truth and baseline datasets. For a complete list, see [this page](https://weatherbench2.readthedocs.io/en/latest/data-guide.html).
- Open-source evaluation code. See this [quick-start](https://weatherbench2.readthedocs.io/en/latest/evaluation.html) to explore the basic functionality or the [API docs](https://weatherbench2.readthedocs.io/en/latest/api.html) for more detail. Since high-resolution forecast files can be large, the WeatherBench 2 code was written with scalability in mind. See the [command-line scripts](https://weatherbench2.readthedocs.io/en/latest/command-line-scripts.html) based on [Xarray-Beam](https://xarray-beam.readthedocs.io/en/latest/) and [this guide](https://weatherbench2.readthedocs.io/en/latest/beam-in-the-cloud.html) for running the scripts on GCP using [DataFlow](https://cloud.google.com/dataflow).
- A [website] displaying up-to-date scores of many of the state-of-the-art data-driven and physical approaches.
- A [paper] describing the rationale behind the evaluation setup.
- A [website](https://sites.research.google/weatherbench) displaying up-to-date scores of many of the state-of-the-art data-driven and physical approaches.
- A [paper](https://drive.google.com/file/d/1OqSR5H_h2y2HXEf4LVFO7ZLxgdafK2Va/view?usp=sharing) describing the rationale behind the evaluation setup.

WeatherBench 2 has been built as an evolving tool for the entire community. For this reason, we welcome any feedback (ideally, submitted as [GitHub issues](https://github.com/google-research/weatherbench2/issues)) or contributions. If you would like you model to be part of WeatherBench, check out [this guide](https://weatherbench2.readthedocs.io/en/latest/submit.html).

Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
WeatherBench 2 is a framework for evaluating and comparing data-driven and traditional numerical weather forecasting models. WeatherBench consists of:
- Publicly available, cloud-optimized ground truth and baseline datasets. For a complete list, see [this page](data-guide).
- Open-source evaluation code. See this [quick-start](evaluation) to explore the basic functionality or the [API docs](api) for more detail. Since high-resolution forecast files can be large, the WeatherBench 2 code was written with scalability in mind. See the [command-line scripts](cli) based on [Xarray-Beam](https://xarray-beam.readthedocs.io/en/latest/) and [this guide](dataflow) for running the scripts on GCP using [DataFlow](https://cloud.google.com/dataflow).
- A [website] displaying up-to-date scores of many of the state-of-the-art data-driven and physical approaches.
- A [paper] describing the rationale behind the evaluation setup.
- A [website](https://sites.research.google/weatherbench) displaying up-to-date scores of many of the state-of-the-art data-driven and physical approaches.
- A [paper](https://drive.google.com/file/d/1OqSR5H_h2y2HXEf4LVFO7ZLxgdafK2Va/view?usp=sharing) describing the rationale behind the evaluation setup.

WeatherBench 2 has been built as an evolving tool for the entire community. For this reason, we welcome any feedback (ideally, submitted as [GitHub issues](https://github.com/google-research/weatherbench2/issues)) or contributions. If you would like your model to be part of WeatherBench, check out [this guide](submit).

Expand Down

0 comments on commit 7edac41

Please sign in to comment.