Skip to content

Commit

Permalink
soil cracks
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Aug 14, 2024
1 parent de3c458 commit 9ad9a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/CRITERIA3D/criteria3DProject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ void Crit3DProject::assignPrecipitation()
float Crit3DProject::checkSoilCracking(int row, int col, float precipitation)
{
const double MAX_CRACKING_DEPTH = 0.6; // [m]
const double MIN_VOID_VOLUME = 0.16; // [m3 m-3]
const double MAX_VOID_VOLUME = 0.24; // [m3 m-3]
const double MIN_VOID_VOLUME = 0.12; // [m3 m-3]
const double MAX_VOID_VOLUME = 0.20; // [m3 m-3]

// check soil
int soilIndex = getSoilIndex(row, col);
Expand Down

0 comments on commit 9ad9a4f

Please sign in to comment.