Assignment 4 output format

Assignment 4 output format

by Matthew Gerry -
Number of replies: 1

Hi,

I'm wondering there is any particular way the output of our 2d wave code should be organized. Should we output three columns (x values, y values, rho values), or is just the standard rarray output (in curly brackets) sufficient? In the former case, the number of rows at each time step would grow from ngrid to ngrid^2 as we go from 1d to 2d, which might get cumbersome.

Thanks!

In reply to Matthew Gerry

Re: Assignment 4 output format

by Ramses van Zon -
In analogy with the 1d case, three columns, x y rho, would make sense. Yes, that means we now have ngrid^2 points per time step.