AquaticEcoDynamics / libaed-water

Code for the AED water quality model
GNU General Public License v3.0
6 stars 6 forks source link

Changes to screen messaging #26

Closed MichaelBarryBMT closed 2 years ago

MichaelBarryBMT commented 2 years ago

Hi Matt and Casper

This is a request to somehow suppress AED screen messaging if the TUFLOW WQM is used. Or, only allow screen messaging when AED is used. Although the screen commentary for AED is useful (I like the new additions!) it is confusing for FV WQM users because they get two sets of commentary - one from the WQM and one from AED (and the AED nomenclature is not known to the WQM users anyway).

I have used aed_oxygen as an example in this pull request, but obviously the commentary is throughout the AED code base.

Is there perhaps some compiler directives that can be set up to switch these screen prints off (or on)?

Happy to chat.

MB