Hello everyone,
I’m currently trying to convert ERA5 reanalysis data into the WRF-Hydro input format (specifically LDASIN/HRLDAS) using the Meteorological Forcing Engine (MFE). Despite multiple attempts, I haven’t been able to successfully generate the required forcing files.
If anyone has experience using MFE to convert ERA5 data into WRF-Hydro format, I’d sincerely appreciate any guidance, tips, or examples you can share.
Thank you very much for your time and support.
msdwlwrf: mean surface download longwave radiation flux
msdwswrf: mean surface download shortwave radiation flux
Thank you, Yongxin Zhang, for your helpful comment.
I was actually able to resolve that issue and proceed past that stage with help from someone else, just before you shared your suggestion. I still appreciate your support!
Now, I’m encountering a new problem — a segmentation fault when running mpirun -np 2 ./wrf_hydro.exe. The error message is:
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0xcee78223960 in ???
#1 0xcee78222ac5 in ???
#2 0xcee77e4251f in ???
at ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
#3 0x5e06afc475de in ???
#4 0x5e06afbfe447 in ???
#5 0x5e06afbfb982 in ???
#6 0xcee77e29d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#7 0xcee77e29e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#8 0x5e06afbfb9b4 in ???
#9 0xffffffffffffffff in ???
#0 0xa0750223960 in ???
#1 0xa0750222ac5 in ???
#2 0xa074fe4251f in ???
at ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
#3 0x641bf67bf5de in ???
#4 0x641bf6776447 in ???
#5 0x641bf6773982 in ???
#6 0xa074fe29d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#7 0xa074fe29e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#8 0x641bf67739b4 in ???
#9 0xffffffffffffffff in ???
Do you have any idea what might be causing this segmentation fault, or suggestions on how I can debug it?