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...