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

    deallocate module array between multiple calls

    Salgerman, Thank you. I tried a different compiler and it works. Is there a Fortran compiler you would recommend? Dustbunnie
  2. DustBunnie

    deallocate module array between multiple calls

    Hello FORTRAN Gurus, I am out of practice but am starting to program again and have a question. First, I’ll explain what I am trying to do. I have 3 sets of 30yrs of daily input data. What I’d like to do is read a subset of these input files and append these subset data to a new single output...
  3. DustBunnie

    soft code parameters in f.90 code

    YES!!!! I've been away for a few days and what a nice way to start back to work on this program. I too get the correct output now. I'm ready to work on incorporating all 70 parameters and integrating this into the rest of the program. I really appreciate your patience and time spent on helping...
  4. DustBunnie

    soft code parameters in f.90 code

    I must be thick. I've spent all day trying to create a module that will both 'parse' the input file and make the variable global based on the examples already provided. However, once the code is compiled only the declared parameters in the module have values associated with them. As a matter of...
  5. DustBunnie

    soft code parameters in f.90 code

    Mikrom, The sample code you provided does allow we to read the parameters from an external file (e.g. config_file.txt). Can you provide an example as to how to create a COMMON BLOCK or some other type of program component so that these parameters can use used in the subroutines, functions, and...
  6. DustBunnie

    soft code parameters in f.90 code

    Thank you mikrom, Your example does give me a place to start. I'll work on it today. DustBunnie
  7. DustBunnie

    soft code parameters in f.90 code

    Hello FORTRAN Gurus, I have written a program, which I have used for different study areas. Currently the code has 30 (or more) integer parameters that are used to, read input files, allocate arrays, carry out calculations, and name output files. In the past I have changed the input parameters...
  8. DustBunnie

    format output from successive do loops to write in separate columns

    Hi xwb, output for both 70 and 75.
  9. DustBunnie

    format output from successive do loops to write in separate columns

    I am new to this forum and need help with formatting output. I have written a program in Fortran 90 that calculates wind erosion. It uses 24 hourly wind data sets and computes the dust emission for each model grid cell for each hour. Currently the output files write these data in one file in a...

Part and Inventory Search

Back
Top