From 9f5075e5fe531837bbbc4956ec5f3a9b2cf8f227 Mon Sep 17 00:00:00 2001
From: Aaron Spring <aaron.spring@mpimet.mpg.de>
Date: Mon, 10 May 2021 13:43:50 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a37c475..10fc04d 100644
--- a/README.md
+++ b/README.md
@@ -72,9 +72,13 @@ Install [renku first with `pipx`](https://renku-python.readthedocs.io/en/latest/
 and then `renku clone https://renkulab.io/gitlab/$YOURNAME/s2s-ai-challenge-$GROUPNAME.git`
 
 ### 7. Train your Machine Learning model
-getting training data via 
+
+Get training data via 
 - [climetlab](https://github.com/ecmwf-lab/climetlab-s2s-ai-challenge)
 - [renku datasets](https://renku.readthedocs.io/en/stable/user/data.html)
+
+Get corresponding observations/ground truth:
+- [climetlab](https://github.com/ecmwf-lab/climetlab-s2s-ai-challenge)
 - IRIDL: [temperature](http://iridl.ldeo.columbia.edu/SOURCES/.NOAA/.NCEP/.CPC/.temperature/.daily/) and accumulated [precipitation](http://iridl.ldeo.columbia.edu/SOURCES/.NOAA/.NCEP/.CPC/.UNIFIED_PRCP/.GAUGE_BASED/.GLOBAL/.v1p0/.extREALTIME/.rain)
 
 ### 8. Let the Machine Learning model perform subseasonal 2020 predictions
-- 
GitLab