I am running WPSv3.6.1 and I am using 'the GEOGRID.TBL.ARW table. This table has a parameter field labeled 'islope'. When I run 'geogrid.exe' it fails with a note 'ERROR: could not open .../WPS_GEOG/islope/index'. I can't find files labeled 'islope' or 'SLOPECAT' (from the GEOGRID.TBL file) in either the USGS or the MODIS data sets. I can link 'islope' to another indexed file (e.g., ln -sf topo30s islope) and 'geogrid.exe', 'ugrib.exe', and 'metgrid.exe' all run. But, how am I supposed to deal with 'islope'?
Thank you
namelist.wps
&share
wrf_core = 'ARW',
max_dom = 3,
start_date = '2012-09-01_12:00:00','2012-09-01_12:00:00','2012-09-01_12:00:00'
end_date = '2012-09-09_12:00:00','2012-09-09_12:00:00','2012-09-09_12:00:00'
interval_seconds = 21600
io_form_geogrid = 2,
opt_output_from_geogrid_path = './',
debug_level = 0
/
&geogrid
parent_id = 1, 1, 2,
parent_grid_ratio = 1, 3, 3,
i_parent_start = 1, 25, 10,
j_parent_start = 1, 10, 16,
s_we = 1, 1, 1,
e_we = 61, 79, 190,
s_sn = 1, 1, 1,
e_sn = 67, 73, 145,
geog_data_res = '30s','30s','30s'
dx = 36000,
dy = 36000,
map_proj = 'lambert',
ref_lat = 37.00,
ref_lon =-120.50,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = -120.5,
geog_data_path = '/bbb/wrf/WRF_data/WPS_GEOG'
opt_geogrid_tbl_path = '/bbb/wrf/Build_WRF/WPSv361/geogrid'
/
geog_data_path = '/bbb/wrf/WRF_data/WPS_GEOG'
geog_data_res = 'default', 'default', 'default',
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
constants_name = './TAVGSFC'
io_form_metgrid = 2,
opt_output_from_metgrid_path = './',
opt_metgrid_tbl_path = 'metgrid/',
process_only_bdy = 5,
/
&mod_levs
press_pa = 201300 , 200100 , 100000 ,
95000 , 90000 ,
85000 , 80000 ,
75000 , 70000 ,
65000 , 60000 ,
55000 , 50000 ,
45000 , 40000 ,
35000 , 30000 ,
25000 , 20000 ,
15000 , 10000 ,
5000 , 1000
/
Thank you
namelist.wps
&share
wrf_core = 'ARW',
max_dom = 3,
start_date = '2012-09-01_12:00:00','2012-09-01_12:00:00','2012-09-01_12:00:00'
end_date = '2012-09-09_12:00:00','2012-09-09_12:00:00','2012-09-09_12:00:00'
interval_seconds = 21600
io_form_geogrid = 2,
opt_output_from_geogrid_path = './',
debug_level = 0
/
&geogrid
parent_id = 1, 1, 2,
parent_grid_ratio = 1, 3, 3,
i_parent_start = 1, 25, 10,
j_parent_start = 1, 10, 16,
s_we = 1, 1, 1,
e_we = 61, 79, 190,
s_sn = 1, 1, 1,
e_sn = 67, 73, 145,
geog_data_res = '30s','30s','30s'
dx = 36000,
dy = 36000,
map_proj = 'lambert',
ref_lat = 37.00,
ref_lon =-120.50,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = -120.5,
geog_data_path = '/bbb/wrf/WRF_data/WPS_GEOG'
opt_geogrid_tbl_path = '/bbb/wrf/Build_WRF/WPSv361/geogrid'
/
geog_data_path = '/bbb/wrf/WRF_data/WPS_GEOG'
geog_data_res = 'default', 'default', 'default',
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
constants_name = './TAVGSFC'
io_form_metgrid = 2,
opt_output_from_metgrid_path = './',
opt_metgrid_tbl_path = 'metgrid/',
process_only_bdy = 5,
/
&mod_levs
press_pa = 201300 , 200100 , 100000 ,
95000 , 90000 ,
85000 , 80000 ,
75000 , 70000 ,
65000 , 60000 ,
55000 , 50000 ,
45000 , 40000 ,
35000 , 30000 ,
25000 , 20000 ,
15000 , 10000 ,
5000 , 1000
/