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

Renamed "ecology" to "nature"

parent d52262c4
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ const paramfile = "src/parameters.toml"
include("core/input.jl")
include("core/output.jl")
include("crop/crops.jl")
include("ecology/ecology.jl")
include("nature/nature.jl")
include("farm/farm.jl")
include("core/simulation.jl")
......
......@@ -22,7 +22,8 @@ let settings::Dict{String, Dict{String, Any}}
Return a configuration parameter from the global settings.
The argument should be in the form `"<domain>.<parameter>"`,
for example `param("core.outdir")`. Possible values for
<domain> are "core", "ecology", "farm", or "crop".
<domain> are "core", "nature", "farm", or "crop". For a full
list of parameters, see `src/parameters.toml`.
"""
global function param(domainparam::String)
domain, paramname = split(domainparam, ".")
......
File moved
......@@ -17,7 +17,7 @@ seed = 0 # seed value for the RNG (0 -> random value)
[farm]
[ecology]
[nature]
targetspecies = [] # list of target species to simulate
[crop]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment