Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29272 Discussions

wrf compile error related with .inc files

seugirdor
Beginner
1,657 Views

Hello

When I try to compile WRF model I am getting some errors related with .inc files.

module_dm.b:3069: nest_interpdown_unpack.inc: No such file or directory
module_dm.b:3076: HALO_FORCE_DOWN.inc: No such file or directory
module_dm.b:3155: nest_interpdown_pack.inc: No such file or directory
module_dm.b:3220: HALO_INTERP_DOWN.inc: No such file or directory
module_dm.b:3262: HALO_INTERP_UP.inc: No such file or directory
module_dm.b:3458: nest_feedbackup_pack.inc: No such file or directory
module_dm.b:3467: nest_feedbackup_unpack.inc: No such file or directory
make[2]: [module_dm.o] Error 1 (ignored)

Do you have any hint how to solve this error?

Thanks,

seugirdor

0 Kudos
2 Replies
Lorri_M_Intel
Employee
1,657 Views

What have you tried already?

Have you confirmed that the source files exist on your system?

Have you checked the makefile, and in particular the list of directories specified by individual "-I xxx" switches, to make sure that the directory containing these files is listed?

0 Kudos
Steven_L_Intel1
Employee
1,657 Views
There are several Knowledge Base articles related to building WRF. Start here and search for WRF.
0 Kudos
Reply