I have tables of data stored as text files. There are four variables, a, b, c and d, which eventually produce a thermodynamic property, e. Thus, z = fn(a,b,c,d,e). The text files that contain the data are arranged in columns with headers.
Problem is, interpolation; so far, i've been using...
Hi. I need to write a fortran program that calls an EXE, call it "runner.exe" that in turn runs an input file, call it "run.inp". Thing is, I would normally run "runner.exe" manually, and type in "run.inp" and "runner.exe" gives outputs. But now, I have 100's of input files and I can't affod...
Hi.
I have an executable, call it, Pend.exe, that is required to run input files. The trouble is, the input files are about 1000 and they all have different names. How do I write a program in Fortran, that calls the executable, Pend.exe, and successively runs each input file ? Kindly help...
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.