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

yashu-1417

New member
iirs@iirs-HP-ProDesk-600-G2-MT:~/BUILD_WRF/WPS$ ./metgrid.exe
Processing domain 1 of 2
Processing 2019-01-01_00
SL19
PL19
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)
ERROR: Missing values encountered in interpolated fields. Stopping.
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 22638.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
iirs@iirs-HP-ProDesk-600-G2-MT:~/BUILD_WRF/WPS$

when i was running ungrib.exe for pressure level data at starting i have observed pmsl values were not generating can u tell me how to resolve this
 

Attachments

  • namelist.wps
    1.1 KB · Views: 1
  • geogrid.log
    51.7 KB · Views: 1
  • metgrid.log
    19.1 KB · Views: 1
  • metgrid_debug.log
    754 bytes · Views: 1
This is a data issue. The WRF domain is larger than the area covered by your input data that is used to drive WRF.

What data did you ungrib? If it is a subset of a global datafile, please download the global datafile and try again.
 
Era5 data of surface level and pressure level containing 2m temperature,2m dew point temperature,sea surface pressure,sea surface temperature,mean swa level,10 m u wind ,10v wind , pressure level -u,v, geo potential,relative humidity, specific humidity, temperature in the region of 37N,97E,68W,6S .so what can I do now to resolve this
 
Era5 data of surface level and pressure level containing 2m temperature,2m dew point temperature,sea surface pressure,sea surface temperature,mean swa level,10 m u wind ,10v wind , pressure level -u,v, geo potential,relative humidity, specific humidity, temperature in the region of 37N,97E,68W,6S .so what can I do now to resolve this
 
The variables included in ERA5 should be fine for your case.
What I am concerned is that your ERA5 data is not a global datafile. Instead, it might be a subset of data that only covers a limited area. And if this area is smaller than your WRF domain, you will get the error message shown in your post.
 
Top