Dear WRF users,
I am trying to install WRF on my iMac.
After ./compile em_real, no .exe files generated.
In the log, there was a message;
Threfore, I deleted following line in external/io_grib1/grib1_util/read_grib.c.
Again after ./compile em_real, no .exe files generated.
The versions are as follows.
- WRF 3.2.1
- macOS 10.15.4
- gfortran 9.3.0
- gcc 11.0.3
- netCDF 4.7.4
- MPICH 3.1.4
- zlib 1.2.7
- libpng 1.2.50
- JasPer 1.900.1
Is there any solution to compile?
Any help will be really appreciated.
Many thanks in advance.
I am trying to install WRF on my iMac.
After ./compile em_real, no .exe files generated.
In the log, there was a message;
Code:
read_grib.c:48:10: fatal error: '/usr/include/time.h' file not found
Threfore, I deleted following line in external/io_grib1/grib1_util/read_grib.c.
Code:
#include <time.h>
Again after ./compile em_real, no .exe files generated.
The versions are as follows.
- WRF 3.2.1
- macOS 10.15.4
- gfortran 9.3.0
- gcc 11.0.3
- netCDF 4.7.4
- MPICH 3.1.4
- zlib 1.2.7
- libpng 1.2.50
- JasPer 1.900.1
Is there any solution to compile?
Any help will be really appreciated.
Many thanks in advance.