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 error

Belachew B

New member
I got the following error when I executed the ./geogrid.exe

“Parsed 29 entries in GEOGRID.TBL

Processing domain 1 of 2

ERROR: Could not open /data/home/bzchen/bale/Build_WRF/WPS_GEOG/soiltemp_1deg/index

application called MPI_Abort(MPI_COMM_WORLD, 0) - process 0”

Does anyone have a solution, please?
 
Would you please upload your namelist.wps for me to take a look? Thanks.
&share
wrf_core = 'ARW'
max_dom = 2
start_date = '2025-08-04_03:00:00', '2025-08-04_03:00:00'
end_date = '2025-08-04_18:00:00', '2025-08-04_18:00:00'
interval_seconds = 21600
io_form_geogrid = 2
debug_level = 0
/

&geogrid
parent_id = 1, 1
parent_grid_ratio = 1, 3
i_parent_start = 1, 35
j_parent_start = 1, 35
e_we = 100, 100
e_sn = 100, 100
geog_data_res = 'default', 'default'
dx = 27000
/

&geogrid
parent_id = 1, 1
parent_grid_ratio = 1, 3
i_parent_start = 1, 35
j_parent_start = 1, 35
e_we = 100, 100
e_sn = 100, 100
geog_data_res = 'default', 'default'
dx = 27000
dy = 27000
map_proj = 'lambert'
ref_lat = 39.900
ref_lon = 116.400
truelat1 = 30
truelat2 = 60
pole_lat = 90
pole_lon = 0
stand_lon = 116.400
geog_data_path = '/data/home/bzchen/bale/Build_WRF/WPS_GEOG'
/

&ungrib
out_format = 'WPS'
prefix = 'FILE'
/

&metgrid
fg_name = 'FILE'
io_form_metgrid = 2
&ungrib
out_format = 'WPS'
prefix = 'FILE'
/

&metgrid
fg_name = 'FILE'
io_form_metgrid = 2
opt_metgrid_tbl_path = ‘./geogrid/’
/
 
Top