Hello,<br><br>I am trying to compile WRF for the first time and I have&#39;nt been able to get the executables after successful compilation. <br><br>I am getting errors like the following. Please help.<br><br>from the log file -&gt;<br>
<br>Fatal Error: Can&#39;t open module file &#39;module_ext_internal.mod&#39; for reading at (1): No such file or directory<br><br>Fatal Error: Can&#39;t open module file &#39;wrf_data.mod&#39; for reading at (1): No such file or directory<br>
<br>SUBROUTINE wrf_ioinit( Status )<br>1<br>Error: Unclassifiable statement at (1)<br>module_io.f90:11.15:<br><br>  IMPLICIT NONE<br>              1<br>module_io.f90:9.25:<br><br>  CHARACTER*256 extradims<br>                        2<br>
Error: IMPLICIT NONE statement at (1) cannot follow data declaration statement at (2)<br>module_io.f90:15.12:<br><br>  Status = 0<br>           1<br>Error: Unexpected assignment statement in MODULE at (1)<br>module_io.f90:16.10:<br>
<br>  ierr = 0<br>         1<br>Error: Unexpected assignment statement in MODULE at (1)<br>module_io.f90:17.18:<br><br>  SysDepInfo = &quot; &quot;<br>                 1<br>Error: Unexpected assignment statement in MODULE at (1)<br>
module_io.f90:18.53:<br><br>  CALL wrf_debug( 500, &#39;module_io.F: in wrf_ioinit&#39; )<br>                                                    1<br>Error: Unexpected CALL statement in MODULE at (1)<br>module_io.f90:19.22:<br>
<br>  CALL init_io_handles<br>                     1<br>Error: Unexpected CALL statement in MODULE at (1)<br>module_io.f90:20.44:<br><br>  CALL ext_ncd_ioinit( SysDepInfo, ierr(1) )<br>                                           1<br>
Error: Unexpected CALL statement in MODULE at (1)<br>module_io.f90:21.44:<br><br>  CALL ext_int_ioinit( SysDepInfo, ierr(2) )<br>                                           1<br>Error: Unexpected CALL statement in MODULE at (1)<br>
module_io.f90:22.44:<br><br>  CALL ext_gr1_ioinit( SysDepInfo, ierr(9) )<br>                                           1<br>Error: Unexpected CALL statement in MODULE at (1)<br>module_io.f90:23.23:<br><br>  minerr = MINVAL(ierr)<br>
                      1<br>Error: Unexpected assignment statement in MODULE at (1)<br>module_io.f90:24.23:<br><br>  maxerr = MAXVAL(ierr)<br>                      1<br>Error: Unexpected assignment statement in MODULE at (1)<br>
module_io.f90:25.24:<br><br>  IF ( minerr &lt; 0 ) THEN<br>                       1<br>Error: Unexpected block IF statement in MODULE at (1)<br>module_io.f90:26.19:<br><br>    Status = minerr<br>                  1<br>Error: Unexpected assignment statement in MODULE at (1)<br>
module_io.f90:27.29:<br><br>  ELSE IF ( maxerr &gt; 0 ) THEN<br>                            1<br>Error: Unexpected ELSE IF statement in MODULE at (1)<br>module_io.f90:28.19:<br><br>    Status = maxerr<br>                  1<br>
Error: Unexpected assignment statement in MODULE at (1)<br>module_io.f90:29.6:<br><br>  ELSE<br>     1<br>Error: Unexpected ELSE statement in MODULE at (1)<br>module_io.f90:30.14:<br><br>    Status = 0<br>             1<br>
Error: Unexpected assignment statement in MODULE at (1)<br>module_io.f90:31.5:<br><br>  ENDIF<br>    1<br>Error: Expecting END MODULE statement at (1)<br>module_io.f90:32.3:<br><br>END SUBROUTINE wrf_ioinit<br>  1<br>Error: Expecting END MODULE statement at (1)<br>
module_io.f90:33:<br><br>SUBROUTINE wrf_ioexit( Status )<br>1<br>Error: Unclassifiable statement at (1)<br>module_io.f90:34.15:<br><br>  IMPLICIT NONE<br>              1<br>Error: Unexpected IMPLICIT NONE statement in MODULE at (1)<br>
module_io.f90:35.34:<br><br>  INTEGER, INTENT(INOUT) :: Status<br>                                 1<br>Error: Symbol &#39;status&#39; at (1) already has basic type of INTEGER<br>module_io.f90:36.41:<br><br>  LOGICAL, EXTERNAL :: use_output_servers<br>
                                        1<br>Error: Unexpected data declaration statement in MODULE at (1)<br>module_io.f90:37.17:<br><br>  INTEGER :: ierr(11), minerr, maxerr<br>                1<br>Error: Symbol &#39;ierr&#39; at (1) already has basic type of INTEGER<br>
Fatal Error: Error count reached limit of 25.<br><br><br clear="all"><br>-- <br>Deepak NS<br>3rd Year Undergraduate <br>Dept of Mechanical Engineering<br>IIT Madras.<br>