Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

WRFPLUS V3.9 Compilation error In function `solve_em_'

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

lslrsgis

Member
Dear WRF community,

I have met a problem when compiling WRFPLUS V3.9.

lsl@lsl-Vostro-3668:~/WRF/WRFPLUS_V3.9.1/WRFPLUSV3$ ./compile wrf >& compile.out.wrfplus.20190414

Errors pompted on the screen (see attached log file). A piece is attached as follows.

time gfortran -o wrf.exe -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 wrf.o ../main/module_wrf_top.o libwrflib.a /home/lsl/WRF/WRFPLUS_V3.9.1/WRFPLUSV3/external/fftpack/fftpack5/libfftpack.a /home/lsl/WRF/WRFPLUS_V3.9.1/WRFPLUSV3/external/io_grib1/libio_grib1.a /home/lsl/WRF/WRFPLUS_V3.9.1/WRFPLUSV3/external/io_grib_share/libio_grib_share.a /home/lsl/WRF/WRFPLUS_V3.9.1/WRFPLUSV3/external/io_int/libwrfio_int.a -L/home/lsl/WRF/WRFPLUS_V3.9.1/WRFPLUSV3/external/esmf_time_f90 -lesmf_time /home/lsl/WRF/WRFPLUS_V3.9.1/WRFPLUSV3/frame/module_internal_header_util.o /home/lsl/WRF/WRFPLUS_V3.9.1/WRFPLUSV3/frame/pack_utils.o -L/home/lsl/WRF/WRFPLUS_V3.9.1/WRFPLUSV3/external/io_netcdf -lwrfio_nf -L/usr/local/lib/netcdf/lib -lnetcdff -lnetcdf -L/usr/local/lib/hdf5-1.10.4/lib -lhdf5_fortran -lhdf5 -lm -lz
libwrflib.a(solve_em.o): In function `solve_em_':
solve_em.f90:(.text+0x19539): undefined reference to `__module_physics_addtendc_MOD_advance_ppt'
solve_em.f90:(.text+0x23bc3): undefined reference to `__module_microphysics_driver_MOD_microphysics_driver'
solve_em.f90:(.text+0x24b48): undefined reference to `__module_microphysics_zero_out_MOD_microphysics_zero_outa'
solve_em.f90:(.text+0x24be9): undefined reference to `__module_microphysics_zero_out_MOD_microphysics_zero_outa'
solve_em.f90:(.text+0x24c8a): undefined reference to `__module_microphysics_zero_out_MOD_microphysics_zero_outa'
solve_em.f90:(.text+0x24d2b): undefined reference to `__module_microphysics_zero_out_MOD_microphysics_zero_outa'
solve_em.f90:(.text+0x25151): undefined reference to `__module_microphysics_zero_out_MOD_microphysics_zero_outb'
solve_em.f90:(.text+0x251f2): undefined reference to `__module_microphysics_zero_out_MOD_microphysics_zero_outb'
solve_em.f90:(.text+0x25293): undefined reference to `__module_microphysics_zero_out_MOD_microphysics_zero_outb'
solve_em.f90:(.text+0x25334): undefined reference to `__module_microphysics_zero_out_MOD_microphysics_zero_outb'

Any help is appreciated. Thanks.
 

Attachments

  • compile.out.wrfplus.20190414.txt
    906 KB · Views: 47
Top