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

    duplicate id

    Thanks. I'll give that a go. TUV is not an old program.. just my weird way of storing files. More soon!
  2. anoopmj

    duplicate id

    That's what I thought.. :) Unfortunately my files say PROGRAM driver ... END PROGRAM driver and PROGRAM tuv END I couldn't see the word main anywhere.
  3. anoopmj

    duplicate id

    What do you mean by the "main program section"? I looked through the files and none of them say anything about "main", except in the comments.
  4. anoopmj

    duplicate id

    Hello, I am trying to compile a code containing many files and I get the following error. I am not too sure what I need to change - any insights would be appreciated. g95 -cpp -O3 model_Function.o model_Global.o model_Init.o model_Initialize.o model_Integrator.o model_Jacobian.o...
  5. anoopmj

    elemental function g95

    In my code, the following function is not being recognised: ELEMENTAL REAL(kind=dp) FUNCTION k_3rd(temp,cair,k0_300K,n,kinf_300K,m,fc) INTRINSIC LOG10 REAL(kind=dp), INTENT(IN) :: temp ! temperature [K] REAL(kind=dp), INTENT(IN) :: cair ! air concentration...
  6. anoopmj

    g95 error

    ps: thanks a lot for helping.. :)
  7. anoopmj

    g95 error

    I understand that the program is having problems reading the subroutines - i don't understand why thought.. :S I tried compiling only one file at a time now - rtrans.f as that was giving an error earlier. Now it looks like a complete mess: g95 rtrans.f...
  8. anoopmj

    g95 error

    thanks! The code automatically compiles all the individual .f's in the folder. I'm not too sure its a problem with the code as many people around the world use it. It seems to be something with my g95 installation maybe? I've attached the link from where I got the file...
  9. anoopmj

    g95 error

    Hello everyone, I am new to fortran and have been trying to work with g95 on my macbook (snowleopard). I got a code from a trusted website to calculate the rate of photolysis for several chemical species. The manual on the website is very simple and I did everything it said. I think the code is...

Part and Inventory Search

Back
Top