### Persefone.jl - a model of agricultural landscapes and ecosystems in Europe.
###
### This configuration file is intended to test the parameter scanning feature.
###

#XXX remember that changes here may break tests!
	
[core]
configfile = "test/paramscan.toml" # location of the configuration file
outdir = "results_test_paramscan" # location and name of the output folder
overwrite = ["ask",true] # overwrite the output directory? (true/false/"ask")
loglevel = ["warn", "info"] # verbosity level: "debug", "info", "warn"
seed = [1,2,3] # seed value for the RNG (0 -> random value)
# dates to start and end the simulation
startdate = 2022-01-01
enddate = 2022-01-02

[world]
landcovermap = "landcover_jena.tif" # location of the landcover map
farmfieldsmap = "fields_jena.tif" # location of the field geometry map

[farm]
farmmodel = "FieldManager" # which version of the farm model to use (not yet implemented)

[nature]
targetspecies = ["Wolpertinger", "Wyvern"] # list of target species to simulate
popoutfreq = "daily" # output frequency population-level data, daily/monthly/yearly/end/never
indoutfreq = "end" # output frequency individual-level data, daily/monthly/yearly/end/never
	
[crop]
cropmodel = "simple" # crop growth model to use, "simple" or "almass"
cropdirectory = "../data/crops/almass/"