[forrtl: severe (174): SIGSEGV, segmentation fault occurred] Running WRF v4.7.1

Jisung Kim

New member
Hi everyone,

I have some problems with WRF.version 4.7.1,

There's something wrong with rrtmg_lw (or else).

Here's a snippet from 'rsl.error.0000'.

and attached namlist.input, namelist.wps.

Thanks for your help.

=========================================
Timing for main: time 2023-01-23_00:01:00 on domain 1: 2.64144 elapsed seconds
d01 2023-01-23_00:01:00 module_integrate: calling solve interface
d01 2023-01-23_00:01:00 grid spacing, dt, time_step_sound= 1350.000 3.000000 4
d01 2023-01-23_00:01:00 calling inc/HALO_EM_MOIST_OLD_E_7_inline.inc
d01 2023-01-23_00:01:00 calling inc/PERIOD_BDY_EM_MOIST_OLD_inline.inc
d01 2023-01-23_00:01:00 calling inc/HALO_EM_A_inline.inc
d01 2023-01-23_00:01:00 calling inc/PERIOD_BDY_EM_A_inline.inc
d01 2023-01-23_00:01:00 calling inc/HALO_EM_PHYS_A_inline.inc
d01 2023-01-23_00:01:00 Top of Radiation Driver
d01 2023-01-23_00:01:00 CALL cldfra1
d01 2023-01-23_00:01:00 CALL rrtmg_lw
d01 2023-01-23_00:01:00 RRTMG LW CLWRF interpolated GHG values year: 2023 julian day: 22.00069
d01 2023-01-23_00:01:00 co2vmr: 4.219782621343539E-004 n2ovmr: 3.340916194621427E-007 ch4vmr: 1.938070169790807E-006 cfc11vmr: 2.110638759984139E-010 cfc12vmr: 4.828349561431106E-010
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
wrf.exe 00000000032641DA for__signal_handl Unknown Unknown
libpthread-2.17.s 00002B0A2A7315F0 Unknown Unknown Unknown
wrf.exe 0000000002071F25 Unknown Unknown Unknown
wrf.exe 0000000002035474 Unknown Unknown Unknown
wrf.exe 000000000202D18C Unknown Unknown Unknown
wrf.exe 000000000201EE1C Unknown Unknown Unknown
wrf.exe 000000000140AAB3 Unknown Unknown Unknown
wrf.exe 00000000018424FC Unknown Unknown Unknown
wrf.exe 000000000110CC21 Unknown Unknown Unknown
wrf.exe 0000000000F331D8 Unknown Unknown Unknown
wrf.exe 0000000000430455 Unknown Unknown Unknown
wrf.exe 0000000000416511 Unknown Unknown Unknown
wrf.exe 00000000004164CF Unknown Unknown Unknown
wrf.exe 0000000000416462 Unknown Unknown Unknown
libc-2.17.so 00002B0A2A960505 __libc_start_main Unknown Unknown
wrf.exe 0000000000416369 Unknown Unknown Unknown
========================================================================
 

Attachments

run these commands where your rsl output and error files are and see what comes up too

Bash:
grep -i FATAL rsl.*

grep -i error rsl.*

grep -i SIGSEGV rsl.*

grep -i cfl rsl.*
 
what's your input data source?
LDAPS from KMA -> I made Vtable for this data.
also, GEOG 4.0 for geogrid
==================================

Only SIGSEGV has a result.
I've attached 'grep -i SIGSEGV > SIGSEGV.txt and also Vtable for LDAPS, grib2exe results for LDAPS grib2 file.

thanks
 

Attachments

few things i would try

1. run domain 1 by itself and see if it runs, then add each nest a repeat time to see if it can find the error that way
2.may something with metgrid soil levels i see 3 vs num_soil_levels = 4

i'm guessing but trying to help. ill have to wait for the admins to look as this is outside my scope
 
Back
Top