@@ -34,7 +34,7 @@ static double mixProp = 0.5; // the proporion of the primary species in the
...
@@ -34,7 +34,7 @@ static double mixProp = 0.5; // the proporion of the primary species in the
static boolean randomArrangement = false; // overrule plant arrangement and fully randomize plant location in strip
static boolean randomArrangement = false; // overrule plant arrangement and fully randomize plant location in strip
// root and soil parameters
// root and soil parameters
static boolean rootModule = false; // toggle root and soil simulation. If false, roots are present only as a simple sink for assimilates
static boolean rootModule = true; // toggle root and soil simulation. If false, roots are present only as a simple sink for assimilates
static double soilN = 1000; // uMol N / L soil
static double soilN = 1000; // uMol N / L soil
static double soilP = 50; // uMol N / L soil
static double soilP = 50; // uMol N / L soil
static double cellSize = 0.1; // size of a cubical soil cell (m*m*m); should fit within field size chosen e.g. field length and width should be divisible by cellsize!
static double cellSize = 0.1; // size of a cubical soil cell (m*m*m); should fit within field size chosen e.g. field length and width should be divisible by cellsize!