From f8622f0d331c7388c6add9f4cab71b6a1eb9773d Mon Sep 17 00:00:00 2001
From: Marco Matthies <71844+marcom@users.noreply.github.com>
Date: Sun, 26 Jan 2025 19:56:19 +0100
Subject: [PATCH] Fix location of mapdirectory in default parameter file

---
 src/parameters.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/parameters.toml b/src/parameters.toml
index 1c60864..b743ca5 100644
--- a/src/parameters.toml
+++ b/src/parameters.toml
@@ -23,7 +23,7 @@ enddate = 2023-12-31 # last day of the simulation
 #enddate = 2022-01-02 # last day of the simulation (test value)
 
 [world]
-mapdirectory = "data/regions/jena-small" # the directory in which all geographic data are stored
+mapdirectory = "data/regions/jena" # the directory in which all geographic data are stored
 mapresolution = 10 # map resolution in meters
 landcovermap = "landcover.tif" # name of the landcover map in the map directory
 farmfieldsmap = "fields.tif" # name of the field geometry map in the map directory
-- 
GitLab