Compiling error for vortex following option

Khin Myat

Member
Hi ,

Now, I am trying to recompile the wrf with vortex following option 3 from basic nesting option, but it stops with an error. The wrf version I am using is WRF 4.4.1. I found the error message in compile log file "
/usr/include/tirpc/rpc/types.h:93:10: fatal error: netconfig.h: No such file or directory
93 | #include <netconfig.h>
| ^~~~~~~~~~~~~
compilation terminated." . I have also attached the "compile.log" and "configure" file here.
Please, could anyone help me to solve this problem?
How do I solve this problem?

Thank you very much in advance for your time.

Best regards,
Khin
 

Attachments

Hi,
When you're recompiling, are you first cleaning the code (./clean -a) and then reconfiguring? The configure.wrf file doesn't show any settings related to vortex following. Can you try running through that process again?

Code:
./clean -a
./configure   (and choose the nesting option for vortex following - option 3)
./compile em_real -j 1 >& compile.log

If it fails again, please issue the following commands:

Code:
echo $NETCDF >& netcdf.txt

echo $PATH >& path.txt

and then attach netcdf.txt and path.txt, along with the latest compile log and configure.wrf. Thanks!
 
Back
Top