Skip to content
Snippets Groups Projects
Commit e58e9a89 authored by Marco Matthies's avatar Marco Matthies
Browse files

Fix input data paths in test parameter file for aquacrop

parent 20bca2c9
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment