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

topo_gmted2010_30s/index error

gapla

New member
Hi
Plese help me to solve this problem when trying to execute geogrid.exe
gp@gp-Lenovo-G50-30:~/Build_WRF/WPS$ ./geogrid.exe
Parsed 50 entries in GEOGRID.TBL
Processing domain 1 of 1
ERROR: Could not open ../WPS_GEOG/topo_gmted2010_30s/index
 
This is because the index file (and possibly the data) doesn't exist in the path you specified in namelist.wps.
Please look at your path "../WPS_GEOG/topo_gmted2010_30s" and check whether the data and the index file exist.
 
I have the same problem when trying to execute geogrid.exe.

Parsed 50 entries in GEOGRID.TBL
Processing domain 1 of 1
ERROR: Could not open ../WRF/geog/topo_gmted2010_30s/index

The data and the index file both exist in this path and they are not blank. I don't know how to solve this problem.
 
I have the same problem when trying to execute geogrid.exe.

Parsed 50 entries in GEOGRID.TBL
Processing domain 1 of 1
ERROR: Could not open ../WRF/geog/topo_gmted2010_30s/index

The data and the index file both exist in this path and they are not blank. I don't know how to solve this problem.
I managed to solve the problem. It turned out that I was missing a / at the beginning of the geog_data_path.
It worked as follows with the / at the beginning and the end of the path:
geog_data_path = ‘/home/.../Build_WRF/WPS_GEOG/’
 
Top