WRF 报错/修改 记录?????

来源:互联网 发布:ug编程 编辑:程序博客网 时间:2024/06/02 17:30

【最近的gfs数据报错,重跑以前的正常】

step5 WRF
 starting wrf task             0 starting wrf task             3  of             4
  of             4
 starting wrf task             1  of             4
 starting wrf task             2  of             4


===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   EXIT CODE: 139
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault (signal 11)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
wrf run failed, abort.


【可能的原因】

7月19号gfs数据有改动,详见

http://www2.mmm.ucar.edu/wrf/users/wpsv3.9/known-prob-3.9.html

http://forum.wrfforum.com/viewtopic.php?f=6&t=10337

解决方法 更新WPS3.9

问题 编译WRF3.9失败

*数据改动在19号,但是wrf运行7月30号正常


【其他乱改(2013/2015年有这种报错的例子)】

1)参考

http://forum.wrfforum.com/viewtopic.php?f=6&t=2095

http://bbs.06climate.com/forum.php?mod=viewthread&tid=14066

修改

 time_step                           = 270, ====》time_step                           = 240,

 w_damping                           = 0, ====》 w_damping                           = 1,

依然报错


2)

参考

http://forum.wrfforum.com/viewtopic.php?f=6&t=5862

修改脚本, ulimit -s 262140

依然报错。



【附namelist】

【namelist.wps】

&share
 wrf_core = 'ARW',
 max_dom = 2,
 start_date = '2017-10-14_15:00:00', '2017-10-14_15:00:00','2017-10-14_15:00:00'
 end_date   = '2017-10-21_18:00:00', '2017-10-21_18:00:00','2017-10-21_18:00:00'
 interval_seconds = 10800,
 io_form_geogrid = 2,
/


&geogrid
 parent_id         =  1,     1,     2,
 parent_grid_ratio =  1,     3,     3,
 i_parent_start    =  1,     65,    33,
 j_parent_start    =  1,     43,    21,
 e_we              =  116,   100,   121,
 e_sn              =  95,    88,    115,
 geog_data_res     =  '10m', '5m',  '30s',
 dx                =  45000,
 dy                =  45000,
 map_proj =  'lambert',
 ref_lat           =  36.5,
 ref_lon           =  104.0,
 truelat1          =  30.0,
 truelat2          =  60.0,
 stand_lon         =  104.0,
 geog_data_path = '/data1/geog/geog',
/


&ungrib
 out_format = 'WPS',
 prefix = 'FILE',
/


&metgrid
 fg_name = 'FILE'
 io_form_metgrid = 2,
/


【namelist.input】

 &time_control
 run_days                            = 0,
 run_hours                           = 171,
 run_minutes                         = 0,
 run_seconds                         = 0,
 start_year                          = 2017, 2017, 2017,
 start_month                         = 10,   10,   10,
 start_day                           = 14,   14,   14,
 start_hour                          = 15,   15,   12,
 start_minute                        = 00,   00,   00,
 start_second                        = 00,   00,   00,
 end_year                            = 2017, 2017, 2017,
 end_month                           = 10,   10,   10,
 end_day                             = 21,   21,   21,
 end_hour                            = 18,   18,   18,
 end_minute                          = 00,   00,   00,
 end_second                          = 00,   00,   00,
 interval_seconds                    = 10800
 input_from_file                     = .true.,.true.,.true.,
 history_interval                    = 60,  60,   60,
 frames_per_outfile                  = 1, 1, 1000,
 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                           = 270,
 time_step_fract_num                 = 0,
 time_step_fract_den                 = 1,
 max_dom                             = 2,
 e_we                                = 116,      100,     220
 e_sn                                = 95,       88,     190
 e_vert                              = 30,    30,    30,
 p_top_requested                     = 5000,

 num_metgrid_levels                  = 32,
 num_metgrid_soil_levels             = 4,
 dx                                  = 45000, 15000,  5000,
 dy                                  = 45000, 15000,  5000,
 grid_id                             = 1,     2,     3,
 parent_id                           = 1,     1,     2,
 i_parent_start                      = 1,     65,    45,
 j_parent_start                      = 1,     43,    47,
 parent_grid_ratio                   = 1,     3,     3,
 parent_time_step_ratio              = 1,     3,     3,
 feedback                            = 1,
 smooth_option                       = 0
 /


 &physics
 mp_physics                          = 3,     3,     3,
 ra_lw_physics                       = 1,     1,     1,
 ra_sw_physics                       = 1,     1,     1,
 radt                                = 30,    30,    30,
 sf_sfclay_physics                   = 1,     1,     1,
 sf_surface_physics                  = 2,     2,     2,
 bl_pbl_physics                      = 1,     1,     1,
 bldt                                = 0,     0,     0,
 cu_physics                          = 1,     1,     0,
 cudt                                = 5,     5,     5,
 isfflx                              = 1,
 ifsnow                              = 0,
 icloud                              = 1,
 surface_input_source                = 1,
 num_soil_layers                     = 4,
 sf_urban_physics                    = 0,     0,     0,
 /


 &fdda
 /


 &dynamics

 w_damping                           = 0,
 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.2,    0.2,    0.2
 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,
 /
                                   

http://www2.mmm.ucar.edu/wrf/users/wpsv3.9/known-prob-3.9.html
原创粉丝点击