- 积分
- 1629
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-3-8
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
各位大侠,本来以为WRF转起来了,没想到现在又出错了!
之前因为模拟的数据小arwpost 输出文件小于2GB没有出错,而大于2GB就出错,我做了好几次试验,当我的输出文件大于2GB就出错,修改
split_output = .true.
frames_per_outfile = 2 这两项也不起作用,还是出错的。
不知道为什么。请大家帮忙!我在论坛搜索过了,没有解决类似问题的帖子。出错记录如下图:
namelist.arwpost 如下:
&datetime
start_date = '2010-08-13_00:00:00',
end_date = '2010-08-14_00:00:00',
interval_seconds = 3600,
tacc = 0,
debug_level = 0,
/
&io
input_root_name = './wrfout_d01_2010-08-12_06:00:00'
output_root_name = './2010-08-13-00'
plot = 'all_list'
fields = 'height,pressure,tk,tc'
mercator_defs = .false.
/
split_output = .true.
frames_per_outfile = 2
plot = 'all'
plot = 'list'
plot = 'all_list'
! Below is a list of all available diagnostics
fields = 'height,geopt,theta,tc,tk,td,td2,rh,rh2,umet,vmet,pressure,u10m,v10m,wdir,wspd,wd10,ws10,slp,mcape,mcin,lcl,lfc,cape,cin,dbz,max_dbz,clfr'
&interp
interp_method = 1,
interp_levels = 1000.,950.,900.,850.,800.,750.,700.,650.,600.,550.,500.,450.,400.,350.,300.,250.,200.,150.,100.,
/
extrapolate = .true.
interp_method = 1, ! 0 is model levels, -1 is nice height levels, 1 is user specified pressure/height
interp_levels = 1000.,950.,900.,850.,800.,750.,700.,650.,600.,550.,500.,450.,400.,350.,300.,250.,200.,150.,100.,
! interp_levels = 0.25, 0.50, 0.75, 1.00, 2.00, 3.00, 4.00, 5.00, 6.00, 7.00, 8.00, 9.00, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0,
另外一个问题是:紫色部分的变量不能全部输出到grads数据里,ctl查不到一些变量,必须把想要的变量加大红色字体部分才能输出。请问各位你们的
是这种情况么?
|
-
当输出文件大于2GB就出现这个错误而终止
|