rajabadsha
Programmer
Hi,
Can you please tell me how do you interpret the write statement below ( in C) as opposed to the other write statement,
write(29) ((um(i,k),k=1,ndz-nwt,2),i=nwt+1,ndx-nwt,2)
as opposed to
write(6,*) it," of ",nt," time steps",umax,esum
Can you please tell me how do you interpret the write statement below ( in C) as opposed to the other write statement,
write(29) ((um(i,k),k=1,ndz-nwt,2),i=nwt+1,ndx-nwt,2)
as opposed to
write(6,*) it," of ",nt," time steps",umax,esum