I'm trying to compile WRFV3.8.1 ("em_real" in particular). Following the usual steps, the "configure" phase goes well by choosing "serial" on "GNU (gfortran/gcc)" and "no nesting" but I get a bunch of errors
- Code: Select all
Fatal Error: Can't open module file ‘module_ext_internal.mod’
Fatal Error: Can't open module file ‘module_configure.mod’
and so forth, and so on. However, those files are actually there, e.g.,
- Code: Select all
WRFV3 $find . -name "module_ext_internal.mod"
./external/io_int/module_ext_internal.mod
My setup is:
Gentoo Linux
netcdf (fortran) 4.4.3
gcc 5.4
Any clue?
Cheers.