I tried to compile the em_real case but I get this error, and I don't find any information that helps
I used these modules
compiler/2022.0.2
openmpi/4.1.2_gcc-11.2.0
gcc/11.2.0
curl/7.77.0_gcc-9.3.0
And with these dependencies versions
zlib-1.2.11
libpng-1.6.37
hdf5-1.12.0.
netcdf-c/v4.7.4
netcdf-fortran/v4.5.3
jasper-1.900.29
jpegsrc.v9e
Also I did this in the WRF folder before executing ./configure
cd arch
vim Config.pl
and change $I_really_want_to_output_grib2_from_WRF = "FALSE" ;
to
$I_really_want_to_output_grib2_from_WRF = "TRUE" ;
After executing ./configure with options 34 and 1
I edit configure.wrf file
changed this line
FC = time $(DM_FC)
to
FC = $(DM_FC)
I used these modules
compiler/2022.0.2
openmpi/4.1.2_gcc-11.2.0
gcc/11.2.0
curl/7.77.0_gcc-9.3.0
And with these dependencies versions
zlib-1.2.11
libpng-1.6.37
hdf5-1.12.0.
netcdf-c/v4.7.4
netcdf-fortran/v4.5.3
jasper-1.900.29
jpegsrc.v9e
Also I did this in the WRF folder before executing ./configure
cd arch
vim Config.pl
and change $I_really_want_to_output_grib2_from_WRF = "FALSE" ;
to
$I_really_want_to_output_grib2_from_WRF = "TRUE" ;
After executing ./configure with options 34 and 1
I edit configure.wrf file
changed this line
FC = time $(DM_FC)
to
FC = $(DM_FC)