Skip to content
Snippets Groups Projects
Commit e68f4bc0 authored by Marco Matthies's avatar Marco Matthies
Browse files

Don't duplicate ALMaSS parameter files in test/ dir

parent 69eaafeb
Branches
No related tags found
No related merge requests found
......@@ -41,4 +41,4 @@ insectmodel = ["season", "habitat", "pesticides"] # which factors affect insect
[crop]
cropmodel = "almass" # crop growth model to use, "almass", "aquacrop", or "simple"
cropdirectory = "test/cropparams-almass/" # the directory storing all data files for the selected crop model
cropdirectory = "data/crops/almass/" # the directory storing all data files for the selected crop model
......@@ -41,4 +41,4 @@ insectmodel = ["season", "habitat", "pesticides"] # which factors affect insect
[crop]
cropmodel = "almass" # crop growth model to use, "almass", "aquacrop", or "simple"
cropdirectory = "test/cropparams-almass/" # the directory storing all data files for the selected crop model
cropdirectory = "data/crops/almass/" # the directory storing all data files for the selected crop model
......@@ -41,4 +41,4 @@ insectmodel = ["season", "habitat", "pesticides"] # which factors affect insect
[crop]
cropmodel = "simple" # crop growth model to use, "almass", "aquacrop", or "simple"
cropdirectory = "test/cropparams-almass/" # the directory storing all data files for the selected crop model
cropdirectory = "data/crops/almass/" # the directory storing all data files for the selected crop model
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment