CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   Fortran error! (https://www.cfd-online.com/Forums/main/7928-fortran-error.html)

CFD beginner August 10, 2004 06:48

Fortran error!
 
Dear CFD people, I can't remove the following fortran error. Any help is appreciated. I use Compaq Visual Fortran Standart edition 6.5.0 and Windows XP. Thanks in advance...

run-time error M6203: MATH - exp: OVERFLOW error

ag August 10, 2004 08:56

Re: Fortran error!
 
You're trying to take the exponential of something too big, or you are trying to exponentiate a NaN.

sijal August 10, 2004 12:28

Re: Fortran error!
 
this is due to division by zero u can debug by stoping the program at various locatonn espacialy at end of do loop and then use the debug tools of visual fortran 6.5

hope this works but it requires lot a patinece

:)

CFD beginner August 11, 2004 03:40

Re: Fortran error!
 
Thanks for all...

I did debugging and solved the error:)

SAM August 11, 2004 03:42

Re: Fortran error!
 
THATS GOOD

Tim August 11, 2004 06:17

Re: Fortran error!
 
Hi,

Compaq visual fortran has a traceback function. If you switch on traceback you are provided with detailed information about the error - including line number file name and subroutine name. This will allow you to locate the problem rapidly.


All times are GMT -4. The time now is 20:16.