From a12bceb6ca3e021a3f896247ece150ee49c7bd37 Mon Sep 17 00:00:00 2001 From: Joel Oskarsson Date: Wed, 12 Jun 2024 10:38:17 +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 0f309db2..8c6fc1bf 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 net solar longwave radiation.

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