[Wrf-users] Compilation error: missing modules
Deepak NS
deepak.narayanan.s at gmail.com
Mon Sep 21 05:29:48 MDT 2009
Hello,
I am trying to compile WRF for the first time and I have'nt been able to get
the executables after successful compilation.
I am getting errors like the following. Please help.
from the log file ->
Fatal Error: Can't open module file 'module_ext_internal.mod' for reading at
(1): No such file or directory
Fatal Error: Can't open module file 'wrf_data.mod' for reading at (1): No
such file or directory
SUBROUTINE wrf_ioinit( Status )
1
Error: Unclassifiable statement at (1)
module_io.f90:11.15:
IMPLICIT NONE
1
module_io.f90:9.25:
CHARACTER*256 extradims
2
Error: IMPLICIT NONE statement at (1) cannot follow data declaration
statement at (2)
module_io.f90:15.12:
Status = 0
1
Error: Unexpected assignment statement in MODULE at (1)
module_io.f90:16.10:
ierr = 0
1
Error: Unexpected assignment statement in MODULE at (1)
module_io.f90:17.18:
SysDepInfo = " "
1
Error: Unexpected assignment statement in MODULE at (1)
module_io.f90:18.53:
CALL wrf_debug( 500, 'module_io.F: in wrf_ioinit' )
1
Error: Unexpected CALL statement in MODULE at (1)
module_io.f90:19.22:
CALL init_io_handles
1
Error: Unexpected CALL statement in MODULE at (1)
module_io.f90:20.44:
CALL ext_ncd_ioinit( SysDepInfo, ierr(1) )
1
Error: Unexpected CALL statement in MODULE at (1)
module_io.f90:21.44:
CALL ext_int_ioinit( SysDepInfo, ierr(2) )
1
Error: Unexpected CALL statement in MODULE at (1)
module_io.f90:22.44:
CALL ext_gr1_ioinit( SysDepInfo, ierr(9) )
1
Error: Unexpected CALL statement in MODULE at (1)
module_io.f90:23.23:
minerr = MINVAL(ierr)
1
Error: Unexpected assignment statement in MODULE at (1)
module_io.f90:24.23:
maxerr = MAXVAL(ierr)
1
Error: Unexpected assignment statement in MODULE at (1)
module_io.f90:25.24:
IF ( minerr < 0 ) THEN
1
Error: Unexpected block IF statement in MODULE at (1)
module_io.f90:26.19:
Status = minerr
1
Error: Unexpected assignment statement in MODULE at (1)
module_io.f90:27.29:
ELSE IF ( maxerr > 0 ) THEN
1
Error: Unexpected ELSE IF statement in MODULE at (1)
module_io.f90:28.19:
Status = maxerr
1
Error: Unexpected assignment statement in MODULE at (1)
module_io.f90:29.6:
ELSE
1
Error: Unexpected ELSE statement in MODULE at (1)
module_io.f90:30.14:
Status = 0
1
Error: Unexpected assignment statement in MODULE at (1)
module_io.f90:31.5:
ENDIF
1
Error: Expecting END MODULE statement at (1)
module_io.f90:32.3:
END SUBROUTINE wrf_ioinit
1
Error: Expecting END MODULE statement at (1)
module_io.f90:33:
SUBROUTINE wrf_ioexit( Status )
1
Error: Unclassifiable statement at (1)
module_io.f90:34.15:
IMPLICIT NONE
1
Error: Unexpected IMPLICIT NONE statement in MODULE at (1)
module_io.f90:35.34:
INTEGER, INTENT(INOUT) :: Status
1
Error: Symbol 'status' at (1) already has basic type of INTEGER
module_io.f90:36.41:
LOGICAL, EXTERNAL :: use_output_servers
1
Error: Unexpected data declaration statement in MODULE at (1)
module_io.f90:37.17:
INTEGER :: ierr(11), minerr, maxerr
1
Error: Symbol 'ierr' at (1) already has basic type of INTEGER
Fatal Error: Error count reached limit of 25.
--
Deepak NS
3rd Year Undergraduate
Dept of Mechanical Engineering
IIT Madras.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20090921/1ac590bb/attachment.html
More information about the Wrf-users
mailing list