String formatting a 2D array while writing to a csv file in fortran
I want to write a 2D array into a csv file for visualization. However, the text is output as follows: 0 0 0 0 0
and I cannot open is properly.