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: application called MPI_Abort(MPI_COMM_WORLD, 0)

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Dear all,
I have run geogrid.exe and ungrib.exe successfully but while I was trying to
run metgrid.exe following all the instructions
the following error occurred:

application called MPI_Abort(MPI_COMM_WORLD, 0) - process 0
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=0
: system msg for write_line failure: Bad file descriptor

kindly advice on how to resolve this problem

with regards
Julius Akinyoola
 
Would you please provide more information about this case:
(1) Which version of WPS did you use?
(2) What is the forcing data you ugrib?
(3) Did you build WPS in serial mode or mpi mode?
(4) What is the command you issue to run this case?
 
Answers to the questions
(1) Which version of WPS did you use?
version 3.9.1

(2) What is the forcing data you ugrib?
GFS dataset: 2005-01-01 - 2005-12-31

(3) Did you build WPS in serial mode or mpi mode?
WPS was a built in serial mode

(4) What is the command you issue to run this case?
./metgrid.exe > & metgrid.log

the attached files are the namelist.wps and metgrid log file for more information

with regards
Julius Akinyoola
 

Attachments

  • namelist.wps
    2.3 KB · Views: 85
  • metgrid.log
    13.9 KB · Views: 99
You're metgrid.log file shows that

"The mandatory field TT was not found in any input data."

This error message indicates that there is no temperature data on pressure levels. Please double check your intermediate file to make sure the required surface and upper level data are available.
 
Dear all

i have this error massage with both gfs, fnl data during metgrid run

["ummed@ummed-HP-ProDesk-600-G5-SFF:~/wrf/WPS-4.0.3$ ./metgrid.exe
Processing domain 1 of 1
Processing 2020-11-03_00
FILE
WARNING: Couldn't open file FILE:2020-11-03_00 for input.
ERROR: The mandatory field TT was not found in any input data.
application called MPI_Abort(MPI_COMM_WORLD, 21891) - process 0
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=21891
:
system msg for write_line failure : Bad file descriptor"]


Kindly advice about it , how to resolve this error
 
There is one utility in WPS/util/rd_intermeidate.exe, please run this to check your data
rd_intermediate.exe GFS:yyyy-mm-dd_hh > log
Then look at your log file to see whether there exists any upper level data.
 
Top