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

metgrid.exe : ERROR: Missing values encountered in interpolated fields. Stopping

dileepkunjaai

New member
Dear All,
I am trying to run WRF with ERA5 as the lateral boundary condition. I am able to run the geogrid and ungrib successfully. But while running metgrid I am getting the following error.

Processing domain 1 of 1
Processing 2016-12-01_06
PRS
SFC
WARNING: Field PRES has missing values at level 200100 at (i,j)=(1,1)
WARNING: Field PMSL has missing values at level 200100 at (i,j)=(1,1)
WARNING: Field PSFC has missing values at level 200100 at (i,j)=(1,1)
WARNING: Field SOILHGT has missing values at level 200100 at (i,j)=(1,1)
WARNING: Field GHT has missing values at level 200100 at (i,j)=(1,1)
ERROR: Missing values encountered in interpolated fields. Stopping.
application called MPI_Abort(MPI_COMM_WORLD, 21900) - process 0
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=21900

:
system msg for write_line failure: Bad file descriptor

I have attached the document I am following to run ERA5, namelist.wps, and metgrid.log along with this mail.
 

Attachments

  • namelist.wps
    1.8 KB · Views: 3
  • metgrid.log
    27.7 KB · Views: 0
  • WRF_Initialization_ERA5.pdf
    1.1 MB · Views: 4
Hi,
When you obtain the ERA5 data, are you grabbing a subset of data, or the full global data? If you're only getting a subset, it's likely the issue is arising because you may be missing a few data points near the edges of your domain.
 
Hi,
When you obtain the ERA5 data, are you grabbing a subset of data, or the full global data? If you're only getting a subset, it's likely the issue is arising because you may be missing a few data points near the edges of your domain.
Thanks a lot.. You are right!!!!... I solved the issue.
 
Top