Dear WRF community,
I am writing for a WRFDA compilation problem for WRFDA V4.0. The wrfplus code is integrated in WRF folder for this version.
After successfully compiled wrfplus through ./configure wrfplus and ./compile wrfplus >& compile.out.wrfplus, I tried to compile 4dvar.
./configure 4dvar
./compile all_wrfvar >& compile.out.all_wrfvar_4dvar
It prompted out several errors. One example is listed as follows:
time gfortran -o mediation_wrfmain.o -c -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -fdefault-real-8 mediation_wrfmain.f90
mediation_wrfmain.f90:5.7:
USE da_module_domain
1
Fatal Error: Can't open module file 'da_module_domain.mod' for reading at (1): No such file or directory
These da_module_*.mod files are not existed in WRF folder. However, without suffix da_, module*_.mod files do exist in WRF/var/build/.
The configure and compile.out files are attached. Any indications are appreciated. Thanks.
I am writing for a WRFDA compilation problem for WRFDA V4.0. The wrfplus code is integrated in WRF folder for this version.
After successfully compiled wrfplus through ./configure wrfplus and ./compile wrfplus >& compile.out.wrfplus, I tried to compile 4dvar.
./configure 4dvar
./compile all_wrfvar >& compile.out.all_wrfvar_4dvar
It prompted out several errors. One example is listed as follows:
time gfortran -o mediation_wrfmain.o -c -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -fdefault-real-8 mediation_wrfmain.f90
mediation_wrfmain.f90:5.7:
USE da_module_domain
1
Fatal Error: Can't open module file 'da_module_domain.mod' for reading at (1): No such file or directory
These da_module_*.mod files are not existed in WRF folder. However, without suffix da_, module*_.mod files do exist in WRF/var/build/.
The configure and compile.out files are attached. Any indications are appreciated. Thanks.