Skip to content

Commit

Permalink
update vine3D
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Jul 26, 2024
1 parent 17c657d commit c5c086e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/VINE3D/modelCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ bool modelDailyCycle(bool isInitialState, Crit3DDate myDate, int nrHours,
if (! myProject->computeVine3DWaterSinkSource())
return false;

// 3D soil water balance
// 3D soil water fluxes
bool isRestart = false;
myProject->runModel(3600, isRestart);
myProject->runWaterFluxes3DModel(3600, isRestart);

if (myCurrentTime == myFirstTime)
{
Expand Down

0 comments on commit c5c086e

Please sign in to comment.