- 积分
- 360
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2022-1-11
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
错误提示:
root@zh-pc1:/home/zh_qyk/model/WPS-4.1# ./geogrid.exe
At line 142 of file gridinfo_module.f90 (unit = 10, file = 'namelist.wps')
Fortran runtime error: End of file
namelist.wps文件:
&ashare
wrf_core = 'ARW',
max_dom = 2,
start_date = '2021-07-13_00:00:00','2021-07-13_00:00:00',
end_date = '2021-07-14_00:00:00','2021-07-14_00:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 1, 1,
parent_grid_ratio = 1, 3,
i_parent_start = 1, 31,
j_parent_start = 1, 17,
e_we = 74, 112,
e_sn = 61, 97,
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 = -98.0,
geog_data_path = '/home/zh_qyk/model/WPS_GEOG',
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
|
|