OpenCDSS / cdss-app-statecu-fortran

Colorado's Decision Support Systems (CDSS) StateCU consumptive use model code, documentation, tests
GNU General Public License v3.0
1 stars 1 forks source link

Need to implement logging #22

Open smalers opened 3 years ago

smalers commented 3 years ago

The code writes to a log file in places and to unit 0 (stderr) in others. Troubleshooting would benefit from more extensive logging. A standard log file unit number could be defined in a common block variable and used throughout, for example nlog, similar to StateMod. Other problems such as TSTool have more extensive logging capabilities.