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

Error in compilation WRF 4.4.2

Naser

Member
Hello Every one
I want to compile WRF 4.4.2 on my Linux. it shows the below errors (you can find them in the attachments).
I have to mention that I can compile WRF3.9.1. Configure.wrf has been changed by some items. you can find it here:

1) -L$(WRF_SRC_ROOT_DIR)/external/io_netcdf -lwrfio_nf -L/opt/kma/kma_lib/apps/netcdfpack/4.7.3/INTEL/210/lib -lnetcdff -lnetcdf -L/opt/kma/kma_lib/apps/hdf5/1.10.3/INTEL/210/lib -lhdf5hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 -lm -lz ----->
-L$(WRF_SRC_ROOT_DIR)/external/io_netcdf -lwrfio_nf -L/opt/kma/kma_lib/apps/netcdfpack/4.7.3/INTEL/210/lib -lnetcdff -lnetcdf
2) CFLAGS_LOCAL = -w -O3 -ip -DRPC_TYPES=1 --> -w -O1 -ip -DRPC_TYPES=1
3) FCOPTIM = -O3 -> O1
4) FC = time $(DM_FC) --> $(DM_FC)
5) -DHDF5 \ ----> \
6) HDF5PATH = /opt/kma/kma_lib/apps/hdf5/1.10.3/INTEL/210 -> HDF5PATH =

But I can not compile the upper version.
I don't know how I can fix these problems.

Please, if you can, guide me to fix this problem.

I am looking forward to yours answers.

Yours,
Naser
 

Attachments

  • configure.wrf.txt
    23.9 KB · Views: 3
  • photo_2023-04-04_13-11-35.jpg
    photo_2023-04-04_13-11-35.jpg
    106.6 KB · Views: 3
  • photo_2023-04-04_13-11-58.jpg
    photo_2023-04-04_13-11-58.jpg
    80.5 KB · Views: 3
  • photo_2023-04-04_13-12-24.jpg
    photo_2023-04-04_13-12-24.jpg
    38.5 KB · Views: 3
  • photo_2023-04-04_13-12-56.jpg
    photo_2023-04-04_13-12-56.jpg
    205.2 KB · Views: 2
  • photo_2023-04-04_13-13-30.jpg
    photo_2023-04-04_13-13-30.jpg
    190.6 KB · Views: 2
  • photo_2023-04-04_13-13-48.jpg
    photo_2023-04-04_13-13-48.jpg
    77.7 KB · Views: 2
  • photo_2023-04-04_13-14-03.jpg
    photo_2023-04-04_13-14-03.jpg
    113.4 KB · Views: 1
  • photo_2023-04-04_13-14-21.jpg
    photo_2023-04-04_13-14-21.jpg
    69.2 KB · Views: 3
  • log.compile.txt
    1.2 MB · Views: 4
Hi,
According to your log.compile.txt file, it looks like you're compiling WRF-Chem. Please post your question to the WRF-Chem section of this forum and someone with that group should be able to assist you. Thanks.
 
Top