Hello again. I made it back after writing a new code by myself, but I need help once again in executing a function. Pretty much I am trying to do something along the lines of:
D=x+y+z
DO x=1,20,5
DO y=1,20,5
DO z=1,20,5
ENDDO
ENDDO
ENDDO
MIN(Dall) [if Dall would be all of the values of D...