- 积分
- 1445
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-6-12
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
WPS安装在/home/nyqxt/WRFv3.4.1/WPS
geog在WPS/geog目录
这是namelist.wps
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2006-07-20_00:00:00',
end_date = '2006-07-23_06:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
s_we = 1,
e_we = 74,
s_sn = 1,
e_sn = 61,
geog_data_res = '10m','2m',
dx = 30000,
dy = 30000,
map_proj = 'lambert',
ref_lat = 34.83,
ref_lon = -81.03,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = 102.0,
geog_data_path = '/home/nyqxt/WRFv3.4.1/WPS/geog'
opt_geogrid_tbl_path = '/home/nyqxt/WRFv3.4.1/WPS/geogrid'
/
一执行./geogrid.exe
就提示ERROR: In GEOGRID.TBL, no path (relative or absolute) is specified for entry 12.是那个路径不对?请大家帮忙看看。
|
|