Page 2 of 2

Re: SIGSEGV: Segmentation fault

Posted: February 27th, 2023, 2:38 pm
by Fantine
I was able to convert your wrfout file successfully, running with the Linux and PC version. You may need to check your netCDF library.

Re: SIGSEGV: Segmentation fault

Posted: February 28th, 2023, 11:39 am
by Oleg
Thank you, Fantine, for your reply.
Honestly, the error looks weird. The NetCDF library appears to be installed correctly. At least the WRF model (v4.3) was installed and it works correctly with the same NetCDF on the same machine (the wrfout-file included in my previous post is a proof). Besides, the calwrf converter was also compiled and it runs correctly with the same NetCDF on the same machine.
Could you please give me a hint where I can find the code of the PAKSET function that seems to produce this error?

Re: SIGSEGV: Segmentation fault

Posted: March 2nd, 2023, 10:42 am
by Fantine
PAKSET is in ${your hysplit directory]/library/hysplit
Another check is ... was your netcdf library compiled with the same compiler used to install HYSPLIT?

Re: SIGSEGV: Segmentation fault

Posted: March 2nd, 2023, 10:42 am
by Fantine
PAKSET is in ${your hysplit directory]/library/hysplit
Another check is ... was your netcdf library compiled with the same compiler used to install HYSPLIT?

Re: SIGSEGV: Segmentation fault

Posted: March 3rd, 2023, 7:25 am
by Oleg
I used the precompiled version of HYSPLIT.
I will apply for the HYSPLIT source code and try to compile it on my machine.
Thanks a lot for your replies!

Re: SIGSEGV: Segmentation fault

Posted: March 31st, 2023, 8:42 am
by Oleg
The problem was solved after obtaining HYSPLIT source code and its compilation with NetCDF library preinstalled on the machine. All HYSPLIT components seem to work properly, including ARW2ARL convertor. At least, wrfout files were converted to the ARL format.
Thank again for your help, Fantine!