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

geogrid.exe

Marjan_kht

New member
Hi,

I got the following error when I executed the following command.
I downloaded the input data and put them in "/home/marjan/Models/WRF-CMAQ/WPS-4.5/geogrid/GEOGRID.TBL",
which is set in the namelist.wps as

geog_data_path = '/home/marjan/Models/WRF-CMAQ/WPS-4.5/geogrid/GEOGRID.TBL'

I don't understand where this comes from
"topo_gmted2010_30s/index"

Any idea about it?

marjan@Marjan:~/Models/WRF-CMAQ/WPS-4.5$ ./geogrid.exe
Parsed 50 entries in GEOGRID.TBL
Processing domain 1 of 1
ERROR: Could not open /home/marjan/Models/WRF-CMAQ/WPS-4.5/geogrid/GEOGRID.TBL/topo_gmted2010_30s/index
application called MPI_Abort(MPI_COMM_WORLD, 21974) - process 0
[unset]: PMIU_write error; fd=-1 buf=:cmd=abort exitcode=21974 message=application called MPI_Abort(MPI_COMM_WORLD, 21974) - process 0
:
system msg for write_line failure : Bad file descriptor
 

Attachments

  • namelist.wps
    650 bytes · Views: 1
This is an error caused by incorrect location of static data.

Can you double check whether you have "topo_gmted2010_30s" saved under at /home/marjan/Models/WRF-CMAQ/WPS-4.5/geogrid/GEOGRID.TBL/?

I would also suggest that you download the static data, and save them somewhere else instead of under ./WPS-4.5/geogrid/GEOGRID.TBL/. This is because we would like the data and WPS codes to be located at different places.
 
Top