Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. doggod22

    Need help updating a program from f77 to f95

    We recently changed servers and I have this program I need to get to work on the new server. Under the old server it never had a problem. On this server it gives no errors when compiling but when I attempt to run the output file it keeps giving a Segmentation fault (core dumped) error message...
  2. doggod22

    Opening and reading an Excel file with Fortran

    I have a data file in Excel that I need to be able to input the data for processing in another f95 program. The data is in the following form: Distance Model01 Model02 Model03 Model04 Model05 Model06 1 15.23 24.32 43.02 20.56 34.58 56.21 2 43.23...
  3. doggod22

    Need help putting data in a 3d array Part 2

    I need help with my program. I changed x y and z to integer and my concentration value is back to the value it is supposed to be. The problem I have is that the concentration is supposed to get stored in the array g but all the values of the array is just 0. ! This program will...
  4. doggod22

    Need help putting data in a 3d array

    I need help with my program. It was working before but I added the lines with + to put the concentration in an array to make it easier to plot all the values changed to INF and NAN ! This program will calculate pollutant concentration profile ! in x direction based on down wind...

Part and Inventory Search

Back
Top