- 积分
- 1502
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-4-12
- 最后登录
- 1970-1-1
|
数值模式
使用语言: |
wrf |
我看过提问的智慧: |
看过 |
自己思考时长(天): |
8 |
问题概况: |
转WRF,但是geogrid.exe提示有错too many constants to initialize group item |
问题截图: |
- |
系统平台: |
Linux |
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
求助啊。纠结了几天也没解决,转WRF,但是geogrid.exe提示有错too many constants to initialize group item,发的帖子也沉了,脸皮厚再来发一个。
huanglei@FORECASTER:~/WPSV3.1> ./geogrid.exe
PGFIO-F-233/namelist read/unit=10/too many constants to initialize group item.
File name = namelist.wps formatted, sequential access record = 19
In source file gridinfo_module.f90, at line number 128
namelist可以用ncl把区域画出来,实在不知道怎么办了我的namelist:
&share
wrf_core = 'ARW',
max_dom = 3,
start_date = '2013-07-31_12:00:00','2013-07-31_12:00:00','2013-07-31_12:00:00',
end_date = '2013-08-01_12:00:00','2013-08-01_12:00:00','2013-08-01_12:00:00',
interval_seconds = 10800,
io_form_geogrid = 2,
/
&geogrid
parent_id = 1,1,2,
parent_grid_ratio = 1,3,3,
i_parent_start = 1,12,20,
j_parent_start = 1,12,20,
e_we = 50,90,150
e_sn = 50,90,180
geog_data_res = '10m','2m','2m',
dx = 45000,15000,5000
dy = 45000,15000,5000
map_proj = 'lambert',
ref_lat = 34.30,
ref_lon = 108.93,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = 108.93,
geog_data_path = '/home/huanglei/geog',
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE',
io_form_metgrid = 2,
opt_output_from_metgrid_path = '/home/huanglei/WRFV3.1/run',
/
&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
/
求指点,namelist可以用ncl把区域画出来,实在不知道怎么办了。
|
|