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 Mike Lewis 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. Space_Fede

    Fortran code to read unformatted binary files

    Hi James! I have them! They are already converted in Little Endian. Unfortunately the files are too large to be attached in the post. Here it is a we transfer link: https://we.tl/t-dQTFHbHW6x
  2. Space_Fede

    Fortran code to read unformatted binary files

    Hi James! From newbie to newbie...I've just commented out the lines of code with #, then I've compiled the fortran code. Before executing the output you need to "reassign" the fort.1,.2,.3 files as mikrom explained in a previous answer. I don't know if there is a more sophisticated way to do it...
  3. Space_Fede

    Fortran code to read unformatted binary files

    You are a savior my man. Thanks so much
  4. Space_Fede

    Fortran code to read unformatted binary files

    Yes I've done some modifications and now it works. I am now addressing the .txt writing issue. I think that the best way is to write the .txt directly from the fortran code. The problem is that the the data are REAL*4, so the format of the write function should be the same. However, since the...
  5. Space_Fede

    Fortran code to read unformatted binary files

    Cool! My problem actually was a lot "simpler". The compiler didn't like the shell part and since I have never used Fortran in my life I was stucked with the very first line of code! [dazed] However, I've learnt some basics thank to your help, thank you!
  6. Space_Fede

    Fortran code to read unformatted binary files

    Thank you very much @mikrom. Your help was really eye-opening. In you're opinion, is there a way to manage these files with a C code? However, thank you again.
  7. Space_Fede

    Fortran code to read unformatted binary files

    Hello everyone, I am trying to study the data of the gravity anomaly provided by the National Geospacial-Intelligence Agency. In the following link you can find the Fortran code that should read the binary files in which the data I am interested in, are stored. Link When I try to compile the...
  8. Space_Fede

    Launch fortran code on linux to read data

    Hello everyone, I have the same problem of the OP. I am building on windows, in an eclipse project. Any help would be much appreciated. Thanks in advance

Part and Inventory Search

Back
Top