Currently enstrophy and div(u) are printed to stdout but not persisted. Write global scalar quantities (kinetic energy, dissipation rate, enstrophy, div(u) max/mean) to a monitoring.csv file each output step (similar to time_evol.dat in Incompact3d). Implement as a monitoring_t type in src/postprocess/monitoring.f90.
Currently
enstrophyanddiv(u)are printed to stdout but not persisted. Write global scalar quantities (kinetic energy, dissipation rate, enstrophy, div(u) max/mean) to amonitoring.csvfile each output step (similar totime_evol.datin Incompact3d). Implement as amonitoring_ttype insrc/postprocess/monitoring.f90.