- 积分
- 101
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-12-14
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
想用WRF-UCM做点城市热岛方面的研究,但是UCM太奇怪了!以下是我的namelist.input中关键的几个选项:
&domains
time_step = 150,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 3,
e_we = 53, 71, 91,
e_sn = 53, 71, 91,
dx = 25000, 5000, 1000,
dy = 25000, 5000, 1000,
i_parent_start = 1, 18, 27,
j_parent_start = 1, 18, 27,
parent_grid_ratio = 1, 5, 5,
parent_time_step_ratio = 1, 5, 5,
/
&physics
num_land_cat = 24,
sf_urban_physics = 0, 0, 1,
这种配置在./wrf.exe之后出现Segmentation fault,但是当sf_urban_physics = 0, 1, 0,时,就一切OK!
请各位高手帮帮忙,看看问题出在哪里?感激不尽!
|
|