Skip to content
Snippets Groups Projects
Commit 7e9dc172 authored by xo30xoqa's avatar xo30xoqa
Browse files

Changed region to Jena-small

parent 8b519352
No related branches found
No related tags found
No related merge requests found
File added
File added
This diff is collapsed.
...@@ -22,15 +22,16 @@ enddate = 2022-12-31 ...@@ -22,15 +22,16 @@ enddate = 2022-12-31
[world] [world]
#TODO point to files in the main data directory? (avoid file duplication) #TODO point to files in the main data directory? (avoid file duplication)
landcovermap = "data/regions/jena/landcover.tif" # location of the landcover map landcovermap = "data/regions/jena-small/landcover.tif" # location of the landcover map
farmfieldsmap = "data/regions/jena/fields.tif" # location of the field geometry map farmfieldsmap = "data/regions/jena-small/fields.tif" # location of the field geometry map
weatherfile = "data/regions/jena/weather.csv" # location of the weather data file weatherfile = "data/regions/jena-small/weather.csv" # location of the weather data file
[farm] [farm]
farmmodel = "FieldManager" # which version of the farm model to use (not yet implemented) farmmodel = "FieldManager" # which version of the farm model to use (not yet implemented)
[nature] [nature]
targetspecies = ["Wolpertinger", "Wyvern"] # list of target species to simulate targetspecies = ["Wolpertinger", "Wyvern"] # list of target species to simulate
#targetspecies = ["Skylark"] # species to be simulated
popoutfreq = "daily" # output frequency population-level data, daily/monthly/yearly/end/never popoutfreq = "daily" # output frequency population-level data, daily/monthly/yearly/end/never
indoutfreq = "daily" # output frequency individual-level data, daily/monthly/yearly/end/never indoutfreq = "daily" # output frequency individual-level data, daily/monthly/yearly/end/never
insectmodel = ["season", "habitat", "pesticides", "weather"] # factors affecting insect growth insectmodel = ["season", "habitat", "pesticides", "weather"] # factors affecting insect growth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment