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