From 8dee452dd3b8b52fa78c2e1d5ad5e8388fb5c3ea Mon Sep 17 00:00:00 2001 From: Marco Matthies <71844+marcom@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:44:18 +0200 Subject: [PATCH] Add comment to toml file --- test/test_parameters_simplecrop.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_parameters_simplecrop.toml b/test/test_parameters_simplecrop.toml index c0fe15c..c3bfe01 100644 --- a/test/test_parameters_simplecrop.toml +++ b/test/test_parameters_simplecrop.toml @@ -40,4 +40,6 @@ insectmodel = ["season", "habitat", "pesticides"] # which factors affect insect [crop] cropmodel = "simple" # crop growth model to use, "almass", "aquacrop", or "simple" cropfile = "crop_data_general.csv" # file with general crop parameters +# TODO: this parameter should be unnecessary, but removing it +# currently gives an error growthfile = "almass_crop_growth_curves.csv" # file with crop growth parameters -- GitLab