Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditions for model generated output files; via var stand_alone and yes_print_output #32

Open
madMatchstick opened this issue Jul 18, 2022 · 0 comments
Labels
invalid This doesn't seem right

Comments

@madMatchstick
Copy link
Contributor

There are two output files, hyd.out and topmod.out, maintained from native topmod9502.c. Original source code boolean var yes_print_output currently overrides newly bmi-enabled variable standalone. I am proposing that standalone prevents any printed output, regardless of yes_print_output; may be more practical logic here?

Notes

Current behavior

stand_alone yes_print_output out files generated?
TRUE TRUE YES
TRUE FALSE NO
FALSE TRUE YES
FALSE FALSE NO

Proposed behavior

stand_alone yes_print_output out files generated?
TRUE TRUE YES
TRUE FALSE NO
FALSE TRUE NO
FALSE FALSE NO
@madMatchstick madMatchstick added the invalid This doesn't seem right label Jul 18, 2022
@madMatchstick madMatchstick changed the title Conditions for model generated output file(s); via varstand_alone and yes_print_output Conditions for model generated output file(s); via var stand_alone and yes_print_output Jul 18, 2022
@madMatchstick madMatchstick changed the title Conditions for model generated output file(s); via var stand_alone and yes_print_output Conditions for model generated output files; via var stand_alone and yes_print_output Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant