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

WRF4.6.0 em_les runing error

lageochy

New member
I try to delete the hail_opt = 1, or set hai_opt =0, but there is the error like the following.


------ ERROR while reading namelist physics ------
Maybe here?: hailcast_opt = 1,
Maybe here?: /
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11680
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11680
ERRORS while reading one or more namelists from namelist.input.
 

Attachments

  • namelist.input
    6.7 KB · Views: 4
Last edited:
Can you attach the full error log, and let me know which version of WRF you are using? Thanks!
 
------ ERROR while reading namelist physics ------
Maybe here?: hailcast_opt = 1,
Maybe here?: /
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11680
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11680
ERRORS while reading one or more namelists from namelist.input.



That is all, and the WRF version is 4.6.0.
 
I'm not sure if you get this error when running real.exe or wrf.exe. When you run, are you using multiple processors? If so, you should have multiple rsl.* files. If so, please package all of those into a single *.tar file and attach that. If you're running with a single processor, please issue something like

./wrf.exe >& wrf.txt

and attach the wrf.txt file. The output/error log should show which program you're using, the domain set-up, how many processors you're using, the wrf version, etc. all at the top.
 
The error is here when running ./ideal.exe &>ideal.log, not running ./wrf.exe . and I use the single processor.
Whether need I recompile the em_les after I reset the namelist.input then to rerun the ideal.exe.
I recompiled the em_les, then set hail_opt=1, there is not the error but it is another error.
 
Last edited:
Top