| 
本帖最后由 BKLAU 于 2022-12-21 11:27 编辑
x
登录后查看更多精彩内容~您需要 登录 才可以下载或查看,没有帐号?立即注册 
  
 我想把wrfout文件转化为grads的dat&ctl文件,但运行ARWpost.exe后,仅有大小为0的输出文件,且程序卡死几个小时,只能强制结束,请问各位是否遇到过这种问题?如何解决?感谢!
 
 namelist.ARWpost如下
 -----------------------
 
 &datetime  start_date = '2008-09-23_00:00:00',  end_date   = '2008-09-25_00:00:00',  interval_seconds = 10800,  tacc = 0,  debug_level = 0, / 
 &io  io_form_input  = 2,  input_root_name = 'Build_WRF/WRFV3/test/em_real/wrfout_d01_2008-09-23_00:00:00'  output_root_name = 'Build_WRF/200809_d01'  plot = 'all_list'  fields = 'height,pressure,tk,tc'  output_type = 'grads'  mercator_defs = .true. /  split_output = .true.  frames_per_outfile = 1 
  output_type = 'grads'  output_type = 'v5d' 
  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.,925.,950.,900.,850.,800.,750.,700.,650.,600.,550.,500.,450.,400.,350.,300.,250.,200.,150.,100., / extrapolate = .false. 
  interp_method = 1,     ! 0 is model levels, -1 is nice height levels, 1 is user specified pressure/height 
  interp_levels = 1000.,925.,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, 
 
 
 
 
 |