diff --git a/test/test_parameters_aquacrop.toml b/test/test_parameters_aquacrop.toml index ea20c00492de997dfbb79018b226afe29cefbea6..82bc80523935086d05cef0a03b3d139bb4d18055 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