Hi @nmizukami,
It appears we're encountering an issue where the processor hangs after a successful mizuRoute simulation. From what I can tell, this is likely caused by excessive output being written to the log file (inside Python) — particularly due to a large number of warning messages printed at each time step for segments and lakes exceeding the water balance tolerance.
I also came across the checkMassBalance flag in the control file. However, it’s unclear whether this flag is intended to control verbosity, or if it only activates the mass balance check logic internally without affecting print behavior (for example, this line can still print even if verbose is false).
Do we currently have such an output feature in mizuRoute? I couldn’t find anything related in the control file, but I apologize if I’ve overlooked something. It would be very useful to have the water balance, per seg and time, and also per segment for the entire simulation time, in the output file.
Thank you in advance!