Skip to content

Commit

Permalink
update montue case
Browse files Browse the repository at this point in the history
  • Loading branch information
giadasan committed Nov 2, 2023
1 parent 7828445 commit de3a667
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
Binary file modified DATA/PROJECT/montue/data/crop.db
Binary file not shown.
Binary file modified DATA/PROJECT/montue/data/soil.db
Binary file not shown.
1 change: 0 additions & 1 deletion agrolib/criteriaModel/criteria1DCase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ bool Crit1DCase::computeDailyModel(Crit3DDate &myDate, std::string &error)
rootDensityMax = std::max(rootDensityMax, crop.roots.rootDensity[l]);
}

// TODO add crop.roots.tensileStrength
for (unsigned int l = 1; l < nrLayers; l++)
{
double rootDensityNorm;
Expand Down
2 changes: 1 addition & 1 deletion bin/CRITERIA1D/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "utilities.h"

// uncomment to execute test
//#define TEST
#define TEST
//#define TEST_GEO
//#define TEST_FIRSTRUN
//#define TEST_RESTART
Expand Down

0 comments on commit de3a667

Please sign in to comment.