爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 7368|回复: 7

./real.exe无法运行,求大神指导

[复制链接]
发表于 2015-11-20 17:51:15 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
在大型机上运行WRF,WPS可能通过,但是./real.exe无法运行, 显示 starting wrf task            0  of            1后直接跳出,没有生成任何bdy或input文件。求大神指导!

wrf版本: V3.6.1
输入:         FNL grib2格式

根据rsl.error.0000的提示已经将num_metgrid_soil_levels  改成 2,但好像不起作用,仍然rsl.error.ooo0和rsl.out.0000仍提示同样的错误,错误如下:
************rsl.error.ooo0和rsl.out.0000**************
taskid: 0 hostname: node31
Ntasks in X            1, ntasks in Y            1
Setting blank km_opt entries to domain #1 values.
--> The km_opt entry in the namelist.input is now max_domains.
Setting blank diff_opt entries to domain #1 values.
--> The diff_opt entry in the namelist.input is now max_domains.
--- WARNING: traj_opt is zero, but num_traj is not zero; setting num_traj to zero.
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval = 0 for all domains
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval = 0 for all domains
--- NOTE: grid_fdda is 0 for domain      1, setting gfdda interval and ending time to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain      1, setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain      1, setting obs nudging interval and ending time to 0 for that domain.
--- NOTE: grid_fdda is 0 for domain      2, setting gfdda interval and ending time to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain      2, setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain      2, setting obs nudging interval and ending time to 0 for that domain.
bl_pbl_physics /= 4, implies mfshconv must be 0, resetting
--- NOTE: num_soil_layers has been set to      4
WRF V3.6.1 MODEL
*************************************
Parent domain
ids,ide,jds,jde            1         200           1         200
ims,ime,jms,jme           -4         205          -4         205
ips,ipe,jps,jpe            1         200           1         200
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
   alloc_space_field: domain            1,             1002580916 bytes allocated
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:      70
program wrf: error opening wrfinput_d01 for reading ierr=       -1021
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0[unset]: aborting job:
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

******************wps如下******************************
&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '2014-09-23_00:00:00', '2014-09-23_00:00:00',
end_date   = '2014-09-30_00:00:00', '2014-09-30_00:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
opt_output_from_geogrid_path = '/public/home/GlobeDisRadi/wrfcase/huaihe/RE/',
debug_level = 0,
/
&geogrid
parent_id         = 1,1,
parent_grid_ratio = 1,3,
i_parent_start    = 1,65,
j_parent_start    = 1,65,
e_we          = 200,202,
e_sn          = 200,202,
geog_data_res = '5m','2m',
dx =15000,
dy =15000,
map_proj =  'lambert',
ref_lat   = 33.6,
ref_lon   = 117,
truelat1  = 30,
truelat2  = 60,
stand_lon = 117,
geog_data_path = '/public/home/GlobeDisRadi/model/wrf3.6/WPS/geog',
opt_geogrid_tbl_path = '/public/home/GlobeDisRadi/model/wrf3.6/WPS/geogrid/',
ref_x = 100.0,
ref_y = 100.0,
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE',
io_form_metgrid = 2,
opt_output_from_metgrid_path = '/public/home/GlobeDisRadi/wrfcase/huaihe/RE/',
opt_metgrid_tbl_path = '/public/home/GlobeDisRadi/model/wrf3.6/WPS/metgrid/',
/
&mod_levs
press_pa = 201300 , 200100 , 100000 ,
             95000 ,  90000 ,
             85000 ,  80000 ,
             75000 ,  70000 ,
             65000 ,  60000 ,
             55000 ,  50000 ,
             45000 ,  40000 ,
             35000 ,  30000 ,
             25000 ,  20000 ,
             15000 ,  10000 ,
              5000,   1000
*******************************namelist.input如下*************************
&time_control            
run_days                 = 7,
run_hours                = 0,
run_minutes              = 0,
run_seconds              = 0,
start_year               = 2014,     2014,
start_month              = 9,        9,
start_day                = 23,       23,
start_hour               = 0,        0,
start_minute             = 00,       00,
start_second             = 00,       00,
end_year                 = 2014,     2014,
end_month                = 9,        9,
end_day                  = 30,       30,
end_hour                 = 0,        0,
end_minute               = 00,       00,
end_second               = 00,       00,
interval_seconds         = 21600,
input_from_file          = .true.,   .true.,
history_interval         = 180,       60,
frames_per_outfile       = 1,        1,
restart                  = .false.,
restart_interval         = 5000,
io_form_history          = 2,
io_form_restart          = 2,
io_form_input            = 2,
io_form_boundary         = 2,
debug_level              = 0,
/
&domains                 
time_step                = 90,
time_step_fract_num      = 0,
time_step_fract_den      = 1,
max_dom                  = 2,
e_we                     = 200,      202,
e_sn                     = 200,      202,
e_vert                   = 28,       28,
p_top_requested          = 5000,
num_metgrid_levels       = 27,
num_metgrid_soil_levels  = 2,
dx                       = 15000,     5000,
dy                       = 15000,     5000,
grid_id                  = 1,        2,
parent_id                = 1,        1,
i_parent_start           = 1,       65,
j_parent_start           = 1,       65,
parent_grid_ratio        = 1,        3,
parent_time_step_ratio   = 1,        3,
feedback                 = 1,
smooth_option            = 0,
/
&physics                 
mp_physics               = 16,       16,
ra_lw_physics            = 1,        1,
ra_sw_physics            = 1,        1,
radt                     = 15,        5,
sf_sfclay_physics        = 1,        1,
sf_surface_physics       = 2,        2,
bl_pbl_physics           = 1,        1,
bldt                     = 0,        0,
cu_physics               = 5,        0,
cudt                     = 0,        0,
isfflx                   = 1,
ifsnow                   = 0,
icloud                   = 1,
surface_input_source     = 1,
num_soil_layers          = 4,
sf_urban_physics         = 0,        0,
maxiens                  = 1,
maxens                   = 3,
maxens2                  = 3,
maxens3                  = 16,
ensdim                   = 144,
/
&fdda                    
/
&dynamics               
w_damping                = 0,
diff_opt                 = 1,
km_opt                   = 4,
diff_6th_opt             = 0,        0,
diff_6th_factor          = 0.12,     0.12,
base_temp                = 290.,
damp_opt                 = 0,
zdamp                    = 5000.,    5000.,
dampcoef                 = 0.2,      0.2,
khdif                    = 0,        0,
kvdif                    = 0,        0,
non_hydrostatic          = .true.,   .true.,
moist_adv_opt            = 1,        1,
scalar_adv_opt           = 1,        1,
/
&bdy_control            
spec_bdy_width           = 5,
spec_zone                = 1,
relax_zone               = 4,
specified                = .true.,  .false.,
nested                   = .false.,   .true.,
/
&grib2                  
/
&namelist_quilt         
nio_tasks_per_group      = 0,
nio_groups               = 1,
/
                                                                                                                                

密码修改失败请联系微信:mofangbao
发表于 2015-11-20 18:03:36 | 显示全部楼层
num_metgrid_soil_levels  改成 4,因为GFS今年1月更新了,所以响应的Vtable也需要更新,建议你去WRF官网更新一下心得Vtable。
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2015-11-21 12:16:01 | 显示全部楼层
可是我用的2014年的FNL数据,也要更新Vtable吗?
密码修改失败请联系微信:mofangbao
发表于 2016-10-13 15:29:46 | 显示全部楼层
我也有遇到了类似的问题  请问你知道怎么解决么?
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2016-10-19 15:04:20 | 显示全部楼层
XBP 发表于 2016-10-13 15:29
我也有遇到了类似的问题  请问你知道怎么解决么?

后来装了wrf3.7.1可以用的。也有可能是你的环境变量没有设置好
密码修改失败请联系微信:mofangbao
发表于 2016-10-20 09:52:22 | 显示全部楼层
hhumuer 发表于 2016-10-19 15:04
后来装了wrf3.7.1可以用的。也有可能是你的环境变量没有设置好

我后来仔细得修改了下namelist  成功了
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2016-10-20 10:24:55 | 显示全部楼层
{:eb502:}{:eb502:}
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

发表于 2017-11-15 18:06:23 | 显示全部楼层
XBP 发表于 2016-10-20 09:52
我后来仔细得修改了下namelist  成功了

  我也遇到同样的问题, 请问你是怎么改namelist的啊?
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表