ERROR: Error in ext_pkg_write_field

naveen_ven

New member
Hi, I'm using WPS 4.4 and WRF 4.4 version. I'm getting this error when I run metgrid.exe

Processing domain 1 of 1
Processing 2022-10-18_00
FILE
ERROR: Error in ext_pkg_write_field
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 21941.

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.
--------------------------------------------------------------------------
 
Can you please attach your namelist.wps, namelist.input, rsl.error, and rsl.out files from your run to better diagnosis this?
 
Hi Mr Hathway,

I have attached the required files.

Regards
Naveen Venkat
Good morning,

It appears that your domains are not the same in the namelist.wps and namelist.input.

Namelist.wps
&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
e_we = 220,
e_sn = 175,
geog_data_res = 'default','default',
dx = 15000,
dy = 15000,
Namelist.input
e_we = 150, 220,
e_sn = 130, 214,
e_vert = 45, 45,

So the WRF is trying to map to a grid that is not there. Also the WRF input is looking for two domains whereas WPS only has one.

If you fix these issues it should work.
 
Back
Top