From d361a1da4caaaa1696a1c6813ae1790e66fc9bd9 Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@gmail.com>
Date: Wed, 22 Feb 2023 15:44:35 +0100
Subject: [PATCH] .

---
 docs/source/tutorial1.ipynb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/source/tutorial1.ipynb b/docs/source/tutorial1.ipynb
index 089800e..798d6b9 100644
--- a/docs/source/tutorial1.ipynb
+++ b/docs/source/tutorial1.ipynb
@@ -20,6 +20,7 @@
     "Firstly, you need to configure the experiment in `config/cfg.py`.\n",
     "\n",
     "Let's go through the most important settings:\n",
+    "\n",
     "- expname should be a unique identifier and will be used as folder name\n",
     "- model_dx is the model resolution in meters\n",
     "- n_ens is the ensemble size\n",
@@ -88,11 +89,13 @@
     "```\n",
     "\n",
     "But caution, n_obs should only be one of the following:\n",
+    "\n",
     "- 22500 for 2km observation density/resolution \n",
     "- 5776 for 4km; \n",
     "- 961 for 10km; \n",
     "- 256 for 20km; \n",
     "- 121 for 30km\n",
+    "\n",
     "For vertically resolved data, like radar, n_obs is the number of observations at each observation height level."
    ]
   },
-- 
GitLab