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 runtime error

rajan

New member
At line 140 of file gridinfo_module.f90 (unit = 10, file = 'namelist.wps')
Fortran runtime error: Cannot match namelist object name opt_outpath_from_geogrid_path

Error termination. Backtrace:
#0 0x7ce5c17a8c5d in ???
#1 0x7ce5c17a97b9 in ???
#2 0x7ce5c17aa3ff in ???
#3 0x7ce5c1a0fecc in ???
#4 0x7ce5c1a1935d in ???
#5 0x7ce5c1a196d3 in ???
#6 0x5e56a300ed65 in ???
#7 0x5e56a300d6f9 in ???
#8 0x7ce5c14b41c9 in ???
#9 0x7ce5c14b428a in ???
#10 0x5e56a300c704 in ???
#11 0xffffffffffffffff in ???


&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '2024-08-07_00:00:00',
end_date = '2024-08-08_00:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
outpath = '/build_wrf/wps_out/',
debug_level = 0,
/

&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
e_we = 40,
e_sn = 40,
dx = 50000,
dy = 50000,
map_proj = 'mercator',
ref_lat = 13.741,
ref_lon = 77.752,
truelat1 = 13.741,
truelat2 = 0.0,
stand_lon = 77.752,
geog_data_res = '10m',
geog_data_path = '/build_wrf/WPS_GEOG/',
opt_geogrid_tbl_path = '/build_wrf/WPS/geogrid/src',
ref_x = 20.0,
ref_y = 20.0,
/

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

&metgrid
fg_name = 'FILE',
io_form_metgrid = 2,
metgrid_outpath = '/build_wrf/wps_out/',
opt_metgrid_tbl_path = '/build_wrf/WPS/metgrid/src',
/
 
Last edited:
Hi,
The "opt_output_from_geogrid_path" parameter should be set in the &share namelist record. Try moving it to that section to see if that fixes the issue.
 
Top