爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 3706|回复: 4

WRF运行时总是中断,求教!!

[复制链接]

新浪微博达人勋

发表于 2015-10-17 16:17:13 | 显示全部楼层 |阅读模式
GrADS
系统平台: linux
问题截图:
问题概况: WRF运行时总是中断,但并没有报错,wrfinput也可以正常生成。
我看过提问的智慧: 看过
自己思考时长(天): 5

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

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

x
改选项中的参数试过,但都是模拟不到一半就断了;系统也没有报错,现在吧namelist贴上来还望各位大神指点啊!
namelist.wps:
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2014-01-01_00:00:00',
end_date   = '2014-12-31_00:00:00',
interval_seconds = 86400
io_form_geogrid = 2,
opt_output_from_geogrid_path = './',
/
&geogrid
parent_id         =   1,  
parent_grid_ratio =   1,   
i_parent_start    =   1,   
j_parent_start    =   1,   
e_we              =   110,  
e_sn              =   100,  
geog_data_res     =  '10m','2m','30s',
dx        = 50000
dy        = 50000
map_proj  = 'lambert',
ref_lat   =  35,
ref_lon   =  105,
truelat1  =  30.0,
truelat2  =  60.0,
stand_lon =  105,
geog_data_path = '/srv/WPS_GEOG'
opt_geogrid_tbl_path = 'geogrid/'
/
&ungrib
out_format = 'WPS',
prefix     = 'FILE',
/
&metgrid
fg_name         = 'FILE'
io_form_metgrid = 2,
opt_output_from_metgrid_path = './',
opt_metgrid_tbl_path         = 'metgrid/',
process_only_bdy = 0,
/
&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                            = 0,
run_hours                           = 0,
run_minutes                         = 0,
run_seconds                         = 0,
start_year                          = 2014,
start_month                         = 01,      
start_day                           = 01,      
start_hour                          = 00,     
start_minute                        = 00,     
start_second                        = 00,     
end_year                            = 2014,
end_month                           = 12,     
end_day                             = 31,   
end_hour                            = 00,   
end_minute                          = 00,     
end_second                          = 00,     
interval_seconds                    = 86400,
input_from_file                     = .true.,.true.,.true.,
history_interval                    = 1440,  60,   60,
frames_per_outfile                  = 1000, 1000, 1000,
restart                             = .false.,
restart_interval                    = 200000,
io_form_history                     = 2
io_form_restart                     = 2
io_form_input                       = 2
io_form_boundary                    = 2
debug_level                         = 0
/
&domains
time_step                           = 300,
time_step_fract_num                 = 0,
time_step_fract_den                 = 1,
max_dom                             = 1,
e_we                                = 110,     
e_sn                                = 100,      
e_vert                              = 35,   
p_top_requested                     = 5000,
num_metgrid_levels                  = 27,
num_metgrid_soil_levels             = 4,
dx                                  = 50000,
dy                                  = 50000,
grid_id                             = 1,     
parent_id                           = 1,     
i_parent_start                      = 1,      
j_parent_start                      = 1,        
parent_grid_ratio                   = 1,         
parent_time_step_ratio              = 1,         
feedback                            = 1,
smooth_option                       = 0
/
&physics
mp_physics                          = 8,         
ra_lw_physics                       = 1,         
ra_sw_physics                       = 1,         
radt                                = 30,        
sf_sfclay_physics                   = 2,         
sf_surface_physics                  = 3,         
bl_pbl_physics                      = 5,         
bldt                                = 0,         
cu_physics                          = 1,         
cudt                                = 5,         
isfflx                              = 1,
ifsnow                              = 0,
icloud                              = 1,
surface_input_source                = 1,
num_soil_layers                     = 2,
sf_urban_physics                    = 0,     0,     
/
&fdda
/
&dynamics
w_damping                           = 1,
diff_opt                            = 1,
km_opt                              = 4,
diff_6th_opt                        = 0,      0,      0,
diff_6th_factor                     = 0.12,   0.12,   0.12,
base_temp                           = 290.
damp_opt                            = 0,
zdamp                               = 5000.,  5000.,  5000.,
dampcoef                            = 0.1,    0.1,    0.1
khdif                               = 0,      0,      0,
kvdif                               = 0,      0,      0,
non_hydrostatic                     = .true., .true., .true.,
moist_adv_opt                       = 1,      1,      1,
scalar_adv_opt                      = 1,      1,      1,
/
&bdy_control
spec_bdy_width                      = 5,
spec_zone                           = 1,
relax_zone                          = 4,
specified                           = .true., .false.,.false.,
nested                              = .false., .true., .true.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/

nio_groups = 1,
/

之前模拟了一个月的,可以转出来,但是一年的转到5、6月份就停了,不知是为什么。求教!
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-10-18 23:05:21 | 显示全部楼层
pangzi_xu 发表于 2015-10-18 21:07
会退出吗?还是会卡在某个时刻,既不中断也不退出?

会退出。转一年的话会在第五个月左右退出。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-10-19 17:44:20 | 显示全部楼层
试下从最近的wrfrst文件 restart,看是不是在同一时间crash
再把timestep调小看能通过不
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-10-19 21:52:52 | 显示全部楼层
fhmny 发表于 2015-10-19 17:44
试下从最近的wrfrst文件 restart,看是不是在同一时间crash
再把timestep调小看能通过不

谢谢!我试试~请问,timestep越小越稳定这是什么原理呀?
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-10-21 18:24:45 | 显示全部楼层
OUT曼 发表于 2015-10-19 21:52
谢谢!我试试~请问,timestep越小越稳定这是什么原理呀?

原理不好说,运行速度会变慢很多,但一般能解决不少问题
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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