Describe the bug
There are stray debug statements filling up the subdomain fort.16 files, probably related to i/o fixes previously applied. For example:
INFO: ADCIRC_Run: Begin timestepping.
dmw202401 THIS CODE IS NOW MAKING ITS FIRST SAVE ON H1
ElevSta 1 1749899 2052000
Elev 1 1753199 2052000
Vel 1 1753199 2052000
PrSta 1 1749899 2052000
WindVelSta 1 1749899 2052000
Pr 1 1753199 2052000
...
Discussion Topic
n/a
To Reproduce
Any model run should reproduce this.
Expected behavior
Expect that log messages to fort.16 do not include developer-specific debug messages.
Screenshots
See sample log file output above.
System (please complete the following information):
- OS: RHEL 8.0
- Compiler: Intel 2021.5.0
- Version: v56.0.4.live.0
Additional context
Should be straightforward to remove these debug messages and create v56.0.4.live.1.
Describe the bug
There are stray debug statements filling up the subdomain
fort.16files, probably related to i/o fixes previously applied. For example:Discussion Topic
n/a
To Reproduce
Any model run should reproduce this.
Expected behavior
Expect that log messages to
fort.16do not include developer-specific debug messages.Screenshots
See sample log file output above.
System (please complete the following information):
Additional context
Should be straightforward to remove these debug messages and create
v56.0.4.live.1.