Hi!
I have a 3D array u(n,m,2), where n=2000, m=200 are the xy-coordinates, and u(n,m,1) and u(n,m,2) store values of variables a and b computed at the coordinates.
(not very familiar with fortran I/O for arrays, when new lines are started, etc).
I'd like to output this array into a text...