爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 784|回复: 0

运行wrf,restart=false可以输出wrfout,但是restart=true不能输出wrfout

[复制链接]

新浪微博达人勋

发表于 2023-10-23 20:52:09 | 显示全部楼层 |阅读模式
10金钱
在运行wrf.exe时,设置如果restart=false可以输出wrfout,但是restart=true不能输出wrfout。namelist.input

  1. &time_control            
  2. run_days                 = 0,
  3. run_hours                = 1,
  4. run_minutes              = 0,
  5. run_seconds              = 0,
  6. start_year               = 2021,     2021,
  7. start_month              = 07,       07,
  8. start_day                = 20,       20,
  9. start_hour               = 00,       00,
  10. start_minute             = 00,       00,
  11. start_second             = 00,       00,
  12. end_year                 = 2021,     2021,
  13. end_month                = 07,       07,
  14. end_day                  = 20,       20,
  15. end_hour                 = 01,       01,
  16. end_minute               = 00,       00,
  17. end_second               = 00,       00,
  18. interval_seconds         = 21600,
  19. input_from_file          = .true.,   .true.,
  20. history_interval         = 60,       60,
  21. frames_per_outfile       = 1,        1,
  22. restart                  = .true.,
  23. restart_interval         = 60,
  24. io_form_history          = 2,
  25. io_form_restart          = 2,
  26. io_form_input            = 2,
  27. io_form_boundary         = 2,
  28. debug_level              = 0,
  29. /

  30. &domains                 
  31. time_step                = 15,
  32. time_step_fract_num      = 0,
  33. time_step_fract_den      = 1,
  34. max_dom                  = 2,
  35. e_we                     = 295,      328,
  36. e_sn                     = 280,      319,
  37. e_vert                   = 51,       51,
  38. p_top_requested          = 5000,
  39. num_metgrid_levels       = 34,
  40. num_metgrid_soil_levels  = 4,
  41. dx                       = 9000,     3000,
  42. dy                       = 9000,     3000,
  43. grid_id                  = 1,        2,
  44. parent_id                = 1,        1,
  45. i_parent_start           = 1,       54,
  46. j_parent_start           = 1,       86,
  47. parent_grid_ratio        = 1,        3,
  48. parent_time_step_ratio   = 1,        3,
  49. feedback                 = 1,
  50. smooth_option            = 0,
  51. /

  52. &physics                 
  53. mp_physics               = 10,       10,
  54. ra_lw_physics            = 1,        1,
  55. ra_sw_physics            = 1,        1,
  56. radt                     = 30,       30,
  57. sf_sfclay_physics        = 1,        1,
  58. sf_surface_physics       = 2,        2,
  59. bl_pbl_physics           = 1,        1,
  60. bldt                     = 0,        0,
  61. cu_physics               = 1,        0,
  62. cudt                     = 5,        5,
  63. isfflx                   = 1,
  64. ifsnow                   = 0,
  65. icloud                   = 1,
  66. surface_input_source     = 1,
  67. num_soil_layers          = 4,
  68. sf_urban_physics         = 0,        0,
  69. maxiens                  = 1,
  70. maxens                   = 3,
  71. maxens2                  = 3,
  72. maxens3                  = 16,
  73. ensdim                   = 144,
  74. /

  75. &fdda                    
  76. /

  77. &dynamics               
  78. w_damping                = 0,
  79. diff_opt                 = 1,
  80. km_opt                   = 4,
  81. diff_6th_opt             = 0,        0,
  82. diff_6th_factor          = 0.12,     0.12,
  83. base_temp                = 290.,
  84. damp_opt                 = 0,
  85. zdamp                    = 5000.,    5000.,
  86. dampcoef                 = 0.2,      0.2,
  87. khdif                    = 0,        0,
  88. kvdif                    = 0,        0,
  89. non_hydrostatic          = .true.,   .true.,
  90. moist_adv_opt            = 1,        1,
  91. scalar_adv_opt           = 1,        1,
  92. /

  93. &bdy_control            
  94. spec_bdy_width           = 5,
  95. spec_zone                = 1,
  96. relax_zone               = 4,
  97. specified                = .true.,  .false.,
  98. nested                   = .false.,   .true.,
  99. /

  100. &grib2                  
  101. /

  102. &namelist_quilt         
  103. nio_tasks_per_group      = 0,
  104. nio_groups               = 1,
  105. /
  106.                                                                                                                                                    
复制代码
rsl.error.0000

  1. Timing for main: time 2021-07-20_00:58:50 on domain   2:    0.73719 elapsed seconds
  2. Timing for main: time 2021-07-20_00:58:55 on domain   2:    1.88323 elapsed seconds
  3. Timing for main: time 2021-07-20_00:59:00 on domain   2:    1.16311 elapsed seconds
  4. Timing for main: time 2021-07-20_00:59:00 on domain   1:    5.15692 elapsed seconds
  5. Timing for main: time 2021-07-20_00:59:05 on domain   2:    0.54632 elapsed seconds
  6. Timing for main: time 2021-07-20_00:59:10 on domain   2:    0.68813 elapsed seconds
  7. Timing for main: time 2021-07-20_00:59:15 on domain   2:    0.64495 elapsed seconds
  8. Timing for main: time 2021-07-20_00:59:15 on domain   1:    3.37492 elapsed seconds
  9. Timing for main: time 2021-07-20_00:59:20 on domain   2:    0.24073 elapsed seconds
  10. Timing for main: time 2021-07-20_00:59:25 on domain   2:    0.76815 elapsed seconds
  11. Timing for main: time 2021-07-20_00:59:30 on domain   2:    1.03246 elapsed seconds
  12. Timing for main: time 2021-07-20_00:59:30 on domain   1:    3.30712 elapsed seconds
  13. Timing for main: time 2021-07-20_00:59:35 on domain   2:    0.23379 elapsed seconds
  14. Timing for main: time 2021-07-20_00:59:40 on domain   2:    0.51008 elapsed seconds
  15. Timing for main: time 2021-07-20_00:59:45 on domain   2:    0.93302 elapsed seconds
  16. Timing for main: time 2021-07-20_00:59:45 on domain   1:    2.54723 elapsed seconds
  17. Timing for main: time 2021-07-20_00:59:50 on domain   2:    1.59379 elapsed seconds
  18. Timing for main: time 2021-07-20_00:59:55 on domain   2:    0.92834 elapsed seconds
  19. Timing for main: time 2021-07-20_01:00:00 on domain   2:    0.77837 elapsed seconds
  20. Timing for main: time 2021-07-20_01:00:00 on domain   1:    5.17221 elapsed seconds
  21. Timing for Writing restart for domain        1:   63.01979 elapsed seconds
  22. Timing for Writing restart for domain        2:   64.70366 elapsed seconds
  23. d01 2021-07-20_01:00:00 wrf: SUCCESS COMPLETE WRF
复制代码
大佬们帮忙看一下!

密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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