From f68a5132a1d6aafcd5695705762d08ce29cbb777 Mon Sep 17 00:00:00 2001 From: Joel Oskarsson Date: Wed, 12 Jun 2024 10:39:41 +0200 Subject: [PATCH] Add arxiv link to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba7f7c63..327580bc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Graph Neural Networks are implemented using [PyG](https://pyg.org/) and logging Example ensemble forecast from Graph-EFM for specific humidity at 700 hPa.

-This branch contains the code for our paper *Probabilistic Weather Forecasting with Hierarchical Graph Neural Networks*, for global forecasting. +This branch contains the code for our paper [*Probabilistic Weather Forecasting with Hierarchical Graph Neural Networks*](https://arxiv.org/abs/2406.04759), for global forecasting. In particular, it contains implementations of: * Our ensemble forecasting model Graph-EFM.