### Persefone.jl - a model of agricultural landscapes and ecosystems in Europe. ### ### This is the default configuration file for Persefone, containing all model parameters. ### The syntax is described here: https://toml.io/en/ ### ### DO NOT MODIFY THIS FILE FOR SIMULATION EXPERIMENTS! ### Instead, copy it to another directory and modify the copy. [core] configfile = "src/parameters.toml" # location of the configuration file outdir = "results" # location and name of the output folder overwrite = "ask" # overwrite the output directory? (true/false/"ask") logoutput = "both" # log output to screen/file/none/both csvoutput = true # save collected data in CSV files visualise = true # generate result graphs storedata = true # keep collected data in memory figureformat = "pdf" # file format to use for graphical output loglevel = "debug" # verbosity level: "debug", "info", "warn" processors = 2 # number of processors to use on parallel runs seed = 2 # seed value for the RNG (0 -> random value) startdate = 2021-01-01 # first day of the simulation enddate = 2023-12-31 # last day of the simulation #enddate = 2022-01-02 # last day of the simulation (test value) [world] mapdirectory = "data/regions/jena-small" # the directory in which all geographic data are stored mapresolution = 10 # map resolution in meters landcovermap = "landcover.tif" # name of the landcover map in the map directory farmfieldsmap = "fields.tif" # name of the field geometry map in the map directory weatherfile = "weather.csv" # name of the weather data file in the map directory [farm] farmmodel = "BasicFarmer" # which version of the farm model to use setaside = 0.04 # proportion of farm area set aside as fallow fieldoutfreq = "daily" # output frequency for crop/field data, daily/monthly/yearly/end/never [nature] #targetspecies = ["Wolpertinger", "Wyvern"] # list of target species to simulate - example species #targetspecies = [] # XXX disable all species for farm model testing targetspecies = ["Skylark"] # list of target species to simulate #popoutfreq = "never" # output frequency population-level data, daily/monthly/yearly/end/never #indoutfreq = "never" # output frequency individual-level data, daily/monthly/yearly/end/never popoutfreq = "daily" # output frequency population-level data, daily/monthly/yearly/end/never indoutfreq = "end" # output frequency individual-level data, daily/monthly/yearly/end/never insectmodel = ["season", "habitat", "pesticides", "weather"] # factors affecting insect growth [crop] cropmodel = "almass" # crop growth model to use, "almass", "aquacrop", or "simple" cropdirectory = "data/crops/almass" # the directory storing all data files for the selected crop model