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: unable to open index file for static data path

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.

martinezsant

New member
Greetings,

I am trying to run ./geogrid.exe and after correctly establishing the geo_path, it cannot open the index file inside topo_30s. Has someone had this issue? Or maybe is too specific.

Thank you!
 
Hi,

Is this version 4.0 of WPS, and did you happen to just download the new "high-resolution" static dataset that goes along with it? If so, I'm attaching an updated GEOGRID.TBL.ARW that should correct the problem. Place this in your WPS/geogrid/ directory and link it to GEOGRID.TBL (ln -sf GEOGRID.TBL.ARW GEOGRID.TBL) and try again.

If you're not using this version, of it this doesn't correct the problem, can you attach your namelist.wps file, and let me know the version you're using?
 

Attachments

  • GEOGRID.TBL.ARW
    19.1 KB · Views: 129
I have had this problem! It frustrated me for many weeks!!

The cause was an incorrect link to the geogrid data directory in the name list.wps file. If you haven’t try using a viewer to find the entire path the the folder. I use a high performance computing cluster and I was missing the absolute folder information to my home directory. It sounds like your issue could be the same.
 
Hi,

I have the same problem with ./geogrid.exe in WPS4.0, it can not open the index file inside WPS_GEOG_HIGH_RES/topo_gmted2010_30s/.

The new GEOGRID.TBL posted by kwerner has been tested, but it can not solve the problem. Anyone can help?

Thank you!
 
Please, I;m having similar problems....can you possibly help out. Thanks
 

Attachments

  • namelist.wps
    1.3 KB · Views: 87
  • geogrid.log
    4.5 KB · Views: 75
  • geog.txt
    4.1 KB · Views: 70
@Akinleye The specification of the path to the geographical datasets in your namelist.wps file needs to be an absolute path. What you have now, i.e.,
Code:
 geog_data_path = 'Home/Build_WRF/WPS_GEOG/'
is a relative path.
 
Top