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

(RESOLVED) geogrid Error: Could not open index file

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.

xyli00

Member
Hi,

I got the following error when I executed the following command.
I downloaded the input data and put them in "/proj/bolinc/users/y_xiali/wrf/WPS-input/",
which is set in the namelist.wps as

geog_data_path = '/proj/bolinc/users/y_xiali/wrf/WPS-input/'

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

Any idea about it?

$ ./geogrid.exe
Parsed 28 entries in GEOGRID.TBL
Processing domain 1 of 2
ERROR: Could not open /proj/bolinc/users/y_xiali/wrf/WPS-input/topo_gmted2010_30s/index
 
Hi,
Can you issue this command:
Code:
ls -ls /proj/bolinc/users/y_xiali/wrf/WPS-input >& ls.txt
and then send that ls.txt file to me? Thanks!
 
Hi,

Thanks a lot.
I have now downloaded the file
geog_high_res_mandatory.tar.gz
and it works.

Best regards,

Xiang-Yu
 
hello i was running geogrid and i got this error


Parsed 28 entries in GEOGRID.TBL
Processing domain 1 of 2
ERROR: Could not open /home/modle/Build_WRF/WPS_GEOG/geog/albedo_modis/index
application called MPI_Abort(MPI_COMM_WORLD, 21865) - process 0
 
This error message clearly indicates that the index file (i.e., /home/modle/Build_WRF/WPS_GEOG/geog/albedo_modis/index) is missing.
Please download this file and run geogrid.exe again.
 
This could also potentially be a mis-type in your namelist. Check that the path and directory are entered correct.
 
Top