### 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 #XXX default "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 = 2022-01-01 # first day of the simulation enddate = 2022-12-31 # last day of the simulation #enddate = 2022-03-31 # last day of the simulation (test value) [world] mapdirectory = "data/regions/jena-small" # the directory in which all geographic data are stored 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 = "FieldManager" # which version of the farm model to use (not yet implemented) [nature] #targetspecies = ["Wolpertinger", "Wyvern"] # list of target species to simulate - example species targetspecies = ["Skylark"] # 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 insectmodel = ["season", "habitat", "pesticides", "weather"] # factors affecting insect growth [crop] cropmodel = "almass" # crop growth model to use, "almass" or "aquacrop" cropfile = "data/crops/almass/crop_data_general.csv" # file with general crop parameters growthfile = "data/crops/almass/almass_crop_growth_curves.csv" # file with crop growth parameters