Skip to content

Commit

Permalink
set soil_storage to non-zero in the unittest, 0 triggers assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhattak committed May 3, 2024
1 parent fa3644a commit 4275bae
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 87 deletions.
2 changes: 1 addition & 1 deletion src/main_smp_topmodel.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ main(int argc, const char *argv[]) {
/************************************************************************
Now loop through time and call the models with the intermediate get/set
************************************************************************/
printf("looping through and calling updata\n");
printf("looping through and calling update \n");

// output files -- writing water table depth, soil moisture fraction, and soil moisture profiles to separate files
ofstream fout, fout_wt;
Expand Down
Loading

0 comments on commit 4275bae

Please sign in to comment.