- 积分
 - 808
 
	- 贡献
 -  
 
	- 精华
 
	- 在线时间
 -  小时
 
	- 注册时间
 - 2016-10-25
 
	- 最后登录
 - 1970-1-1
 
 
 
 
 
 
 | 
	
 
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册 
 
 
 
x
 
real.exe运行无错误后,运行wrf.exe 
rsl里边没有提示出错,但是只有两天的gfs数据,大型机跑了十几个小时还在run,只出来wrfout_d01_2017-01-01_00:00:00 
namelist.input如下: 
&time_control 
  2  run_days                            = 0, 
  3  run_hours                           = 06, 
  4  run_minutes                         = 0, 
  5  run_seconds                         = 0, 
  6  start_year                          = 2017, 
  7  start_month                         = 01, 
  8  start_day                           = 01, 
  9  start_hour                          = 00, 
 10  start_minute                        = 00,   00,   00, 
 11  start_second                        = 00,   00,   00, 
 12  end_year                            = 2017, 
 13  end_month                           = 01, 
 14  end_day                             = 03, 
 15  end_hour                            = 00, 
 16  end_minute                          = 00,   00,   00, 
 17  end_second                          = 00,   00,   00, 
 18  interval_seconds                    = 21600 
 19  input_from_file                     = .true., 
 20  history_interval                    = 180, 
 21  frames_per_outfile                  = 1000, 
 22  restart                             = .false., 
 23  override_restart_timers             = .true.  
 24  write_hist_at_0h_rst                = .true. 
 25  restart_interval                    = 1440, 
 26  io_form_history                     = 2 
 27  io_form_restart                     = 2 
 28  io_form_input                       = 2 
 29  io_form_boundary                    = 2 
 30  debug_level                         = 0 
 
 
 33  &domains 
 34  time_step                           = 60, 
 35  time_step_fract_num                 = 0, 
 36  time_step_fract_den                 = 1, 
 37  max_dom                             = 1, 
 38  e_we                                = 666, 
 39  e_sn                                = 555, 
 40  e_vert                              = 36, 
 41  p_top_requested                     = 2000, 
 42  num_metgrid_levels                  = 32, 
 43  num_metgrid_soil_levels             = 0, 
 44  dx                                  = 10000, 
 45  dy                                  = 10000, 
 46  grid_id                             = 1, 
 47  parent_id                           = 1, 
 48  i_parent_start                      = 1, 
 49  j_parent_start                      = 1, 
 50  parent_grid_ratio                   = 1, 
 51  parent_time_step_ratio              = 1, 
 52  feedback                            = 0, 
 53  smooth_option                       = 0 
 54  / 
 
 56  &physics 
 57  mp_physics                          = 5,     5,     3, 
 58  ra_lw_physics                       = 1,     1,     1, 
 59  ra_sw_physics                       = 1,     1,     1, 
 60  radt                                = 30,    30,    30, 
 61  sf_sfclay_physics                   = 1,     1,     1, 
 62  sf_surface_physics                  = 0,     5,     2, 
 63  bl_pbl_physics                      = 1,     1,     1, 
 64  bldt                                = 0,     0,     0, 
 65  cu_physics                          = 2,     2,     0, 
 66  cudt                                = 5,     5,     5, 
 67  isfflx                              = 1, 
 68  ifsnow                              = 1, 
 69  icloud                              = 1, 
 70  surface_input_source                = 1, 
 71  num_soil_layers                     = 10, 
 72  num_land_cat                        = 24, 
 73  sf_urban_physics                    = 0,     0,     0, 
 74  sf_lake_physics                     = 1,     1,     1, 
 75  / 
 76  
 
 77  &fdda 
 78  / 
 79  
 80  &dynamics 
 81  w_damping                           = 0, 
 82  diff_opt                            = 1,      1,      1, 
 83  km_opt                              = 4,      4,      4, 
 84  diff_6th_opt                        = 0,      0,      0, 
 85  diff_6th_factor                     = 0.12,   0.12,   0.12, 
 86  base_temp                           = 290. 
 87  damp_opt                            = 0, 
 88  zdamp                               = 5000.,  5000.,  5000., 
 89  dampcoef                            = 0.2,    0.2,    0.2 
 90  khdif                               = 0,      0,      0, 
 91  kvdif                               = 0,      0,      0, 
 92  non_hydrostatic                     = .true., .true., .true., 
 93  moist_adv_opt                       = 1,      1,      1, 
 94  scalar_adv_opt                      = 1,      1,      1, 
 95  / 
 
97  &bdy_control 
 98  spec_bdy_width                      = 5, 
 99  spec_zone                           = 1, 
100  relax_zone                          = 4, 
101  specified                           = .true., .false.,.false., 
102  nested                              = .false., .true., .true., 
103  / 
104  
105  &grib2 
106  / 
107  
108  &namelist_quilt 
109  nio_tasks_per_group = 0, 
110  nio_groups = 1, 
111  / 
                                                                                                                   111,2         Bot 
 
数据如下: 
gfsanl_3_20170101_0000_000.grb  gfsanl_3_20170101_1800_000.grb  gfsanl_3_20170102_1200_000.grb 
gfsanl_3_20170101_0600_000.grb  gfsanl_3_20170102_0000_000.grb  gfsanl_3_20170102_1800_000.grb 
gfsanl_3_20170101_1200_000.grb  gfsanl_3_20170102_0600_000.grb  gfsanl_3_20170103_0000_000.grb 
 
 |   
 
 
 
 |