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.
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.