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

real.exe ERROR: not enough info for a p sfc computation

SJG

New member
Hi all, I was trying to run real.exe, but it exited with code 1.
I downloaded real-time data (fnl_xxxx_xx_xx.grib2) from NCEP FNL Operational Model Global Tropospheric Analysis online data sets. I successfully ran geogrid.exe, ungrid.exe, and metgrid.exe. but failed in initializing to generate wrfinput files.
I attached rsl.error.0000 and rsl.out.0000 to this thread.
Also, I have some confusion about setting parameters in namelist.input which I think might have caused the error, therefore, I attached namelist.wps and namelist.input, too.
Any help would be appreciated!
 

Attachments

  • namelist.wps
    725 bytes · Views: 1
  • namelist.input
    3.7 KB · Views: 13
  • rsl.error.0000
    2 KB · Views: 17
  • rsl.out.0000
    2.3 KB · Views: 6
Hi,
The issue is that in your namelist.input file, you have

num_metgrid_soil_levels = 0,

You must have soil information included in your input data, in order to process. Check to see if you do have that data included in the met_em* files by issuing
ncdump -h met_em.d01.2016-03-23_00:00:00.nc | grep NUM_METGRID_SOIL_LEVELS

If it provides a value, you can use that value to replace the 0 in your namelist.
 
Top