From 9585811e2304bb3abc40de59232c23b6b8902b5b Mon Sep 17 00:00:00 2001 From: Marco Matthies <71844+marcom@users.noreply.github.com> Date: Thu, 30 Jan 2025 22:16:08 +0100 Subject: [PATCH] Use cropdirectory param in test_parameters_aquacrop.toml --- test/test_parameters_aquacrop.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/test_parameters_aquacrop.toml b/test/test_parameters_aquacrop.toml index b117ed0..8e19011 100644 --- a/test/test_parameters_aquacrop.toml +++ b/test/test_parameters_aquacrop.toml @@ -41,6 +41,5 @@ insectmodel = ["season", "habitat", "pesticides"] # which factors affect insect [crop] cropmodel = "aquacrop" # crop growth model to use, "almass", "aquacrop", or "simple" -# TODO: these two files below are ALMaSS parameters -cropfile = "crop_data_general.csv" # file with general crop parameters -growthfile = "almass_crop_growth_curves.csv" # file with crop growth parameters +# TODO: dir is for ALMaSS parameters +cropdirectory = "data/crops/almass/" -- GitLab