You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(issue #465)
The flag, called generateSWOutput, is declared in the CellType struct. As of now it is either TRUE for all cells or FALSE for all cells based on the -o input flag.
Spinup turns off SOILWAT2 output for obvious reasons.
The -o flag will still cause the program to crash as of this commit. The next step is to get SOILWAT2 output working.
For now we can set this flag to TRUE or FALSE based entirely on the
-o
flag. Later we will decide how to be more specific.The text was updated successfully, but these errors were encountered: