- 积分
- 8817
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-9-19
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
wrf 在运行real过程中虽然出现了error:NetCDF error
最终却显示real successful了,但是运行wrf时,中断
d01 2015-11-20_00:30:00 CALL rrtm
[c2415:mpi_rank_109][error_sighandler] Caught error: Segmentation fault (signal 11)
这是不是与前面的real运行时的错误有关?
物理过程部分代码
65 &physics
66 mp_physics = 3, 3, 3,
67 ra_lw_physics = 1, 1, 1,
68 ra_sw_physics = 1, 1, 1,
69 radt = 30, 30, 30,
70 sf_sfclay_physics = 4, 4, 4,
71 sf_surface_physics = 2, 2, 2,
72 sf_urban_physics = 0, 0, 0,
73 bl_pbl_physics = 4, 4, 4,
74 bldt = 0, 0, 0,
75 cu_physics = 5, 5, 0,
76 cudt = 0, 0, 0,
77 isfflx = 1,
78 ifsnow = 1,
79 icloud = 1,
80 num_soil_layers = 4,
81 num_land_cat = 20,
82 /
|
|