From 5d78180d9d046f25291e3e984003d3f2573ae0c4 Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@gmail.com>
Date: Mon, 13 Mar 2023 16:47:46 +0100
Subject: [PATCH] .

---
 docs/source/tutorial1.ipynb | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/docs/source/tutorial1.ipynb b/docs/source/tutorial1.ipynb
index a23a5fb..153e8ab 100644
--- a/docs/source/tutorial1.ipynb
+++ b/docs/source/tutorial1.ipynb
@@ -1,23 +1,14 @@
 {
  "cells": [
   {
-   "cell_type": "code",
-   "execution_count": 1,
-   "id": "59276951-d31b-4c5d-bca3-fac762e663cc",
+   "cell_type": "markdown",
+   "id": "7df4195a-4a40-476a-9776-5865a84a2b8d",
    "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "['/mnt/users/staff/lkugler/AdvDA23/DART-WRF/docs/source', '/home/swd/manual/nwp/2023.1/lib/python310.zip', '/home/swd/manual/nwp/2023.1/lib/python3.10', '/home/swd/manual/nwp/2023.1/lib/python3.10/lib-dynload', '', '/users/staff/lkugler/.local/lib/python3.10/site-packages', '/home/swd/manual/nwp/2023.1/lib/python3.10/site-packages']\n"
-     ]
-    }
-   ],
    "source": [
-    "# Test\n",
-    "import os, sys\n",
-    "print(sys.path)"
+    "# Tutorial 1: The assimilation step\n",
+    "DART-WRF is a python package which automates many things like configuration, saving configuration and output, handling computing resources, etc.\n",
+    "\n",
+    "The data for this experiment is accessible for students on the server srvx1.\n"
    ]
   },
   {
-- 
GitLab