I could use some help fixing this error. Thanks in advance.
In file aacgm_init.f:65
fname(i:i) = char(filename(i))
1
Error: 'i' argument of 'char' intrinsic at (1) must be INTEGER
My code:
SUBROUTINE aacgm_init(...
Little help debugging please? Thanks in advance.
I receive this error message when compiling my code using FORTRAN g95:
In file short_trl.f:171
type (*,'short_trline:',nstp,x,y,z,h,hemisphere)
1
Error: Unexpected array reference at (1)
Here's my code...
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.