dvalters / HAIL-CAESAR

The High-Performance Architecture-Independent LISFLOOD-CAESAR model of floodplain, river, and sediment dynamics
http://dvalters.github.io/HAIL-CAESAR
GNU General Public License v3.0
38 stars 12 forks source link

Counter-intuitive array indices use: [x][y] vs [i][j] #27

Open dvalters opened 6 years ago

dvalters commented 6 years ago

The [x][y] notation in places implies Cartesian-like coordinates, but elsewhere references to imax and jmax are used. (i.e. [row][column] matrix-style notation)

Should pick one and be consistent, but best left until after the libgeodecomp refactor.