<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello,<br>&nbsp;&nbsp;&nbsp;&nbsp; I met a problem when I execute the TIEGCM1.93 model. My compiler and OS are newest 30days-intel fortran (&gt;,&lt;) and Ubuntu 10.10. The messages I got are:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; forrtl: severe (174): SIGSEGV, segmentation fault occurred<br><br>I have tried to debug, and found the error is occured at line 373<br>&nbsp;&nbsp;&nbsp;&nbsp; z(:,:,:,itc) = z(:,:,:,itp)<br>in advance.F. I printed the variable itc and itp, and it showed:<br>&nbsp;&nbsp;&nbsp; (gdb) print itc<br>&nbsp;&nbsp;&nbsp;&nbsp; $1 = -541692311<br>&nbsp;&nbsp;&nbsp; (gdb) print itp<br>&nbsp;&nbsp;&nbsp;&nbsp; $2 = 1<br>So itc = -541692311 can't be used as an index for an array.<br><br>I guess I have found where the problem is. But I don't know how to modify the code and I don't familiar with computer science. Are
 there anyone could help me?<br><br>Thanks you very much!<br>Y.C. Su<br><br><br><br></td></tr></table>