Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Persefone.jl
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Persefone
Persefone.jl
Commits
191d1a81
Commit
191d1a81
authored
2 years ago
by
xo30xoqa
Browse files
Options
Downloads
Patches
Plain Diff
Created a first configuration file
parent
304f578c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/parameters.toml
+27
-0
27 additions, 0 deletions
src/parameters.toml
with
27 additions
and
0 deletions
src/parameters.toml
0 → 100644
+
27
−
0
View file @
191d1a81
### Persephone - a socio-economic-ecological model of European agricultural landscapes.
###
### This is the default configuration file for Persephone, 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
mapfile
=
"data/region_jena.tif"
# location of the map file
outdir
=
"results"
# location and name of the output folder
logfile
=
"simulation.log"
# name of the log file
loglevel
=
"debug"
# verbosity level: "debug", "normal", "errors"
quietmode
=
false
# if true, only print log statements to file, not the screen
runtime
=
10
# duration in days that the simulation will run for
seed
=
0
# seed value for the RNG (0 -> random value)
[farm]
[ecology]
targetspecies
=
[]
# list of target species to simulate
[crop]
cropmodel
=
"linear"
# crop growth model to use, "linear" or "aquacrop" (not yet implemented)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment