Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

wrf.exe crash when using the new GEFS 0.5 data

hrabah

New member
Hello Wrfhelp,

We used GEFS 1 deg to initialize WRF V4.1.2 and it works for months without any problem.
However when those data are replaced by GEFS 0.5 deg WRF starts to crash and returns the error which obviously related to the lw_physics schema.

we are using those data :
gep01.t00z.pgrb2b.0p50.fXXX
gep01.t00z.pgrb2a.0p50.fXXX
from : https://nomads.ncep.noaa.gov/pub/data/nccf/com/gens/prod/gefs.20200928/00/atmos/
You can find attached the namelists and Vtable used for this run as well as logs from ungrib.exe and metgrid.exe
Thank you for your help
Rabah

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0 0x7F738D040697
#1 0x7F738D040CDE
#2 0x7F738C53B3AF
#3 0x1C62C50 in __module_ra_rrtm_MOD_taugb3
#4 0x1C64B1A in __module_ra_rrtm_MOD_gasabs
#5 0x1C78CBB in __module_ra_rrtm_MOD_rrtm
#6 0x1C7DE08 in __module_ra_rrtm_MOD_rrtmlwrad
#7 0x17907D0 in __module_radiation_driver_MOD_radiation_driver
#8 0x187CD64 in __module_first_rk_step_part1_MOD_first_rk_step_part1
#9 0x12404D0 in solve_em_
#10 0x1119D55 in solve_interface_
#11 0x4759F0 in __module_integrate_MOD_integrate
#12 0x407C53 in __module_wrf_top_MOD_wrf_run
 

Attachments

  • metgrid.log
    552.8 KB · Views: 47
  • namelist.input
    4.8 KB · Views: 63
  • namelist.wps
    734 bytes · Views: 56
  • rsl.error.0000.log
    3.8 KB · Views: 55
  • rsl.out.0000.log
    301.9 KB · Views: 46
  • ungrib.log
    422 KB · Views: 45
  • Vtable.txt
    4.6 KB · Views: 88
I just wanted to add a +1 to this post, as I'm having the exact same issue as reported here when initializing WRF with the new GEFS data. geogrid, metgrid, and real.exe all appear to work properly, but then wrf.exe throws a segfault sometime within the first timestep.
 
Hi,
Thanks for brining this to our attention. A fix for this problem can be found here: https://github.com/wrf-model/WPS/pull/158
You should see the explanation, and then if you click on the "Files changed" tab, you should see the file modification. Let me know if you have any questions.
 
This fix solved my problem - thanks! I just recompiled ungrib.exe with this update and things are now running successfully.
 
This fix solved my problem - thanks! I just recompiled ungrib.exe with this update and things are now running successfully.
Dear sir/Madam

I am also having the same problem here please kindly help me. I am attaching the rrrp.F text format,

waiting for your reply

Yours Sincerely
Nagaraju Gaddam
 

Attachments

  • rrpr.txt
    51.2 KB · Views: 2
Hi,
Thanks for brining this to our attention. A fix for this problem can be found here: GEFS sep2020 landmask fix by jimbresch · Pull Request #158 · wrf-model/WPS
You should see the explanation, and then if you click on the "Files changed" tab, you should see the file modification. Let me know if you have any questions.
Dear sir

I am also having the same problem here please kindly help me. I am attaching the rrrp.F text format,

waiting for your reply

Yours Sincerely
Nagaraju Gaddam
 

Attachments

  • rrpr.txt
    51.2 KB · Views: 1
Top