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