Dear list,
I would like to index an array in fortran. ideally it should look as follows where 'i' is the index:
x_i(nx,ny)
This shall help me to run through the index i to get arrays of different dimensions e.g.
i=1: x_1(10,5)
i=2: x_2(9,10)
i=3: x_3(5,2)
Cheers,
xian
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.