Hi everyone, I am trying to code using fortan 90 to read a file which I have then use the numbers for some stuff.
So far I have
"
SUBROUTINE readinput
USE simParam, ONLY: xDim,yDim,tMax,Re,obstR,obstX,obstY,obsth,tprint,pi,po
implicit none
character (LEN=100)::fileName
write(fileName,*) 1...
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.