From e58e9a89a8f196c6750c231aa805a591dfb3e1b6 Mon Sep 17 00:00:00 2001 From: Marco Matthies <71844+marcom@users.noreply.github.com> Date: Thu, 20 Feb 2025 07:50:12 +0100 Subject: [PATCH] Fix input data paths in test parameter file for aquacrop --- test/test_parameters_aquacrop.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/test_parameters_aquacrop.toml b/test/test_parameters_aquacrop.toml index ea20c00..82bc805 100644 --- a/test/test_parameters_aquacrop.toml +++ b/test/test_parameters_aquacrop.toml @@ -21,12 +21,12 @@ startdate = 2022-02-01 enddate = 2022-03-31 [world] -mapdirectory = "." # 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_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 +landcovermap = "landcover.tif" # location of the landcover map +farmfieldsmap = "fields.tif" # location of the field geometry map +soiltypesmap = "soil.tif" # name of the soil type map in the map directory +weatherfile = "weather.csv" # location of the weather data file [farm] farmmodel = "BasicFarmer" # which version of the farm model to use -- GitLab