Thanks a lot for your response. My domain is indeed larger: 99x99 at 300m resolution, compared to the Croton's case 15x16 at 1km.
I've just tried to match exactly the example case's domain configuration (same size, with 1km resolution geogrid and 250m terrain routing) and still receive the same error (with DXRT = 250.0 and AGGFACTRT = 4):
xstart,xend, ystart, yend 1 15 1 16
xstart,xend, ystart, yend 1 15 1 16
xstart,xend, ystart, yend 1 15 1 16
xstart,xend, ystart, yend 1 15 1 16
xstart,xend, ystart, yend 1 15 1 16
xstart,xend, ystart, yend 1 15 1 16
xstart,xend, ystart, yend 1 15 1 16
xstart,xend, ystart, yend 1 15 1 16
xstart,xend, ystart, yend 1 15 1 16
xstart,xend, ystart, yend 1 15 1 16
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
wrf_hydro_NoahMP. 00000000202C8433 for__signal_handl Unknown Unknown
libpthread-2.26.s 00002AAAACBAD2D0 Unknown Unknown Unknown
libnetcdf_intel.s 00002AAAAB1973A6 ncuriparse Unknown Unknown
libnetcdf_intel.s 00002AAAAB195379 NC_urlmodel Unknown Unknown
libnetcdf_intel.s 00002AAAAB18A7C9 NC_open Unknown Unknown
libnetcdf_intel.s 00002AAAAB18A6F7 nc_open Unknown Unknown
libnetcdff_intel. 00002AAAAACE6896 nf_open_ Unknown Unknown
libnetcdff_intel. 00002AAAAAD1C359 netcdf_mp_nf90_op Unknown Unknown
wrf_hydro_NoahMP. 00000000200127EF Unknown Unknown Unknown
wrf_hydro_NoahMP. 00000000200B0E6E Unknown Unknown Unknown
wrf_hydro_NoahMP. 000000002000E2C6 Unknown Unknown Unknown
wrf_hydro_NoahMP. 000000002000E252 Unknown Unknown Unknown
libc-2.26.so 00002AAAACDDD34A __libc_start_main Unknown Unknown
wrf_hydro_NoahMP. 000000002000E16A Unknown Unknown Unknown
The model seems to fail very early as the diag* file is not created. I have compiled WRF-Hydro with export HYDRO_D=1 and do get a diag file with the example case.
I have tried to compare the netcdf files (for example with ncdump -h) for my run and that of the example case but am struggling to find a difference that may be causing this.