From 1cc51ed4b90e5487e3c519b1b214a803381ab35b Mon Sep 17 00:00:00 2001
From: Marco Matthies <71844+marcom@users.noreply.github.com>
Date: Mon, 3 Feb 2025 10:08:22 +0100
Subject: [PATCH] Add soiltypesmap to test/test_parameters_aquacrop.toml

---
 test/test_parameters_aquacrop.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/test_parameters_aquacrop.toml b/test/test_parameters_aquacrop.toml
index 8e19011..ea20c00 100644
--- a/test/test_parameters_aquacrop.toml
+++ b/test/test_parameters_aquacrop.toml
@@ -25,6 +25,7 @@ mapdirectory = "." # the directory in which all geographic data are stored
 mapresolution = 10 # map resolution in meters
 landcovermap = "landcover_jena.tif" # location of the landcover map
 farmfieldsmap = "fields_jena.tif" # location of the field geometry map
+soiltypesmap = "soil_jena.tif" # name of the soil type map in the map directory
 weatherfile = "weather_jena.csv" # location of the weather data file
 
 [farm]
-- 
GitLab