Hello
I am trying to compile ARWposton my computer with Debian and gfortran 8.3. I have already done all the compiler tests successfully, then I ran the command ./configure and finally I do the compilation. In the log.compile file it shows me the following error:
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4 -I/home/davdg/Programas/Build_WRF/LIBRARIES/netcdf/include -c ARWpost.f
ARWpost.f:11:7:
USE process_domain_module
1
Fatal Error: Can't open module file ‘process_domain_module.mod’ for reading at (1): No existe el fichero o el directorio
compilation terminated.
make: [../configure.arwp:64: ARWpost.o] Error 1 (no tiene efecto)
/bin/rm -f ARWpost.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4 -o ARWpost.exe module_model_basics.o constants_module.o gridinfo_module.o ARWpost.o input_module.o output_module.o module_map_utils.o misc_definitions_module.o module_date_pack.o module_debug.o process_domain_module.o module_get_file_names.o module_interp.o module_basic_arrays.o module_diagnostics.o module_arrays.o module_pressure.o module_calc_height.o module_calc_pressure.o module_calc_theta.o module_calc_tk.o module_calc_tc.o module_calc_td.o module_calc_td2.o module_calc_rh.o module_calc_rh2.o module_calc_uvmet.o module_calc_slp.o module_calc_dbz.o module_calc_cape.o module_calc_wdir.o module_calc_wspd.o module_calc_clfr.o \
-L/home/davdg/Programas/Build_WRF/LIBRARIES/netcdf/lib -lnetcdf -lnetcdff -I/home/davdg/Programas/Build_WRF/LIBRARIES/netcdf/include -lnetcdf -lnetcdff
gfortran: error: ARWpost.o: No existe el fichero o el directorio
gfortran: error: output_module.o: No existe el fichero o el directorio
gfortran: error: process_domain_module.o: No existe el fichero o el directorio
gfortran: error: module_interp.o: No existe el fichero o el directorio
gfortran: error: module_basic_arrays.o: No existe el fichero o el directorio
gfortran: error: module_diagnostics.o: No existe el fichero o el directorio
make: [Makefile:18: ARWpost.exe] Error 1 (no tiene efecto)
Appreciate any help and suggestions on this errors and solve it for successful compilation.
The compile.log and configure.arwp files are attached here for your reference and diagnosis.
Thanks!
DavidG
I am trying to compile ARWposton my computer with Debian and gfortran 8.3. I have already done all the compiler tests successfully, then I ran the command ./configure and finally I do the compilation. In the log.compile file it shows me the following error:
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4 -I/home/davdg/Programas/Build_WRF/LIBRARIES/netcdf/include -c ARWpost.f
ARWpost.f:11:7:
USE process_domain_module
1
Fatal Error: Can't open module file ‘process_domain_module.mod’ for reading at (1): No existe el fichero o el directorio
compilation terminated.
make: [../configure.arwp:64: ARWpost.o] Error 1 (no tiene efecto)
/bin/rm -f ARWpost.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4 -o ARWpost.exe module_model_basics.o constants_module.o gridinfo_module.o ARWpost.o input_module.o output_module.o module_map_utils.o misc_definitions_module.o module_date_pack.o module_debug.o process_domain_module.o module_get_file_names.o module_interp.o module_basic_arrays.o module_diagnostics.o module_arrays.o module_pressure.o module_calc_height.o module_calc_pressure.o module_calc_theta.o module_calc_tk.o module_calc_tc.o module_calc_td.o module_calc_td2.o module_calc_rh.o module_calc_rh2.o module_calc_uvmet.o module_calc_slp.o module_calc_dbz.o module_calc_cape.o module_calc_wdir.o module_calc_wspd.o module_calc_clfr.o \
-L/home/davdg/Programas/Build_WRF/LIBRARIES/netcdf/lib -lnetcdf -lnetcdff -I/home/davdg/Programas/Build_WRF/LIBRARIES/netcdf/include -lnetcdf -lnetcdff
gfortran: error: ARWpost.o: No existe el fichero o el directorio
gfortran: error: output_module.o: No existe el fichero o el directorio
gfortran: error: process_domain_module.o: No existe el fichero o el directorio
gfortran: error: module_interp.o: No existe el fichero o el directorio
gfortran: error: module_basic_arrays.o: No existe el fichero o el directorio
gfortran: error: module_diagnostics.o: No existe el fichero o el directorio
make: [Makefile:18: ARWpost.exe] Error 1 (no tiene efecto)
Appreciate any help and suggestions on this errors and solve it for successful compilation.
The compile.log and configure.arwp files are attached here for your reference and diagnosis.
Thanks!
DavidG