- 积分
- 2791
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-5-10
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
根据官网http://www2.mmm.ucar.edu/wrf/OnLineTutorial/CASES/JAN00/wrf.htm 给出的案例转WRF时能够顺利生成wrfout_d01_2000-01-24_12:00:00文件,在运行./ARWpost.exe转化成.ctl和.dat格式时出错如下:
root@dell:/home/dell/model/ARWpost# ./ARWpost.exe
!!!!!!!!!!!!!!!!
ARWpost v3.1
!!!!!!!!!!!!!!!!
FOUND the following input files:
/home/dell/model/DATA/wrfout_d01_2000-01-24_12:00:00
START PROCESSING DATA
Interpolating to PRESSURE levels
Processing time --- 2000-01-24_12:00:00
Found the right date - continue
*** glibc detected *** ./ARWpost.exe: malloc(): memory corruption: 0x00000000018fde60 ***
另外附上我修改的namelist.ARWpost文件:
&datetime
start_date = '2000-01-24_12:00:00',
end_date = '2000-01-25_12:00:00',
interval_seconds = 21600,
tacc = 0,
debug_level = 0,
/
&io
input_root_name = '/home/dell/model/DATA/wrfout_d01_2000-01-24_12:00:00'
output_root_name = '/home/dell/model/DATA/test'
plot = 'all_list'
fields = 'height,pressure,tk,tc'
mercator_defs = .true.
/
split_output = .true.
frames_per_outfile = 2
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 = 0, ! 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, 20.0,
希望能得到帮助,我用的是ARWposr_V3版本。
|
|