Conditions for model generated output files; via var stand_alone
and yes_print_output
#32
Labels
invalid
This doesn't seem right
stand_alone
and yes_print_output
#32
There are two output files,
hyd.out
andtopmod.out
, maintained from native topmod9502.c. Original source code boolean varyes_print_output
currently overrides newly bmi-enabled variablestandalone
. I am proposing thatstandalone
prevents any printed output, regardless ofyes_print_output
; may be more practical logic here?Notes
bmi.finalize()
Current behavior
stand_alone
yes_print_output
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
Proposed behavior
stand_alone
yes_print_output
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
The text was updated successfully, but these errors were encountered: