爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 9449|回复: 8

wrfV3.8.1 wrf.exe报... Could not find matching time in input file wrfout

[复制链接]
发表于 2017-10-14 14:52:26 | 显示全部楼层 |阅读模式

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

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

x
如题,wrfV3.8.1
WPS、real.exe都成功了,运行wrf.exe时  
rsl.error.0000 报... Could not find matching time in input file wrfout


1  input_wrf: wrf_get_next_time current_date: 2009-11-28_00:00:00 Status =          -10
    99        -------------- FATAL CALLED ---------------
   100        FATAL CALLED FROM FILE:  <stdin>  LINE:     941
   101         ... Could not find matching time in input file /wrfout_d01_2009-11-28_00:00:00
   102        -------------------------------------------


用的是3.8.1内置的静态地理数据以及ERA-interim,开了sst,实在不知道哪里出了问题?求大神指教!
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2018-3-30 11:27:15 | 显示全部楼层
halakaka 发表于 2018-3-30 10:25
你好 namelist里没有输出路径呀  请教您一下。。是改的哪里的路径

那你可能不是路径的问题导致 模型找不到文件吧..我就是在namelist.input里面改的,就像auxinput4_inname = “wrflowinp_d<domain>”这样的,我是之前在前面加了自己的路径,又没改wrf real生成的默认路径,导致wrf时找不到,改回默认就好了。
密码修改失败请联系微信:mofangbao
回复 支持 1 反对 0

使用道具 举报

 楼主| 发表于 2017-10-17 14:50:48 | 显示全部楼层
反馈:问题已解决,是我namelist中输出文件路径的问题,我都改为默认后就可以运行了
密码修改失败请联系微信:mofangbao
发表于 2017-12-24 13:35:53 | 显示全部楼层
您好,我也遇到了相同的问题,请问您是怎么修改的默认路径?
我的namelist如下:
&time_control
run_days                            = 4440,
run_hours                           = 0,
run_minutes                         = 0,
run_seconds                         = 0,
start_year                          = 1979, 1979, 2000,
start_month                         = 01,   01,   01,
start_day                           = 01,   01,   24,
start_hour                          = 00,   00,   12,
start_minute                        = 00,   00,   00,
start_second                        = 00,   00,   00,
end_year                            = 1979, 1979, 2000,
end_month                           = 12,   12,   01,
end_day                             = 31,   31,   25,
end_hour                            = 18,   18,   12,
end_minute                          = 00,   00,   00,
end_second                          = 00,   00,   00,
interval_seconds                    = 21600
input_from_file                     = .true.,.true.,.true.,
history_interval                    = 360,  360,   60,
frames_per_outfile                  = 1, 1, 1000,
restart                             = .false.,
restart_interval                    = 1440,
io_form_history                     = 2,
io_form_restart                     = 2,
io_form_input                       = 2,
io_form_boundary                    = 2,
debug_level                         = 0,
auxinput4_inname = “wrflowinp_d<domain>”,
auxinput4_interval = 360, 360,
io_form_auxinput4 = 2,
write_hist_at_0h_rst                = .true.
/

&domains
time_step                           = 300,
time_step_fract_num                 = 0,
time_step_fract_den                 = 1,
max_dom                             = 2,
e_we                                = 100,  196,   94,
e_sn                                = 67,   127,    91,
e_vert                              = 30,    30,    30,
p_top_requested                     = 5000,
num_metgrid_levels                  = 27,
num_metgrid_soil_levels             = 4,
dx                                  = 60000, 20000,  3333.33,
dy                                  = 60000, 20000,  3333.33,
grid_id                             = 1,     2,     3,
parent_id                           = 1,     1,     2,
i_parent_start                      = 1,     18,    30,
j_parent_start                      = 1,     13,    30,
parent_grid_ratio                   = 1,     3,     3,
parent_time_step_ratio              = 1,     3,     3,
feedback                            = 1,
smooth_option                       = 0
/

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

&dynamics
w_damping                           = 0,
diff_opt                            = 1,      1,      1,
km_opt                              = 4,      4,      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,
/
密码修改失败请联系微信:mofangbao
发表于 2017-12-24 13:36:51 | 显示全部楼层
您好,我也遇到了相同的问题,请问您是怎么修改的默认路径?
我的namelist如下:
&time_control
run_days                            = 4440,
run_hours                           = 0,
run_minutes                         = 0,
run_seconds                         = 0,
start_year                          = 1979, 1979, 2000,
start_month                         = 01,   01,   01,
start_day                           = 01,   01,   24,
start_hour                          = 00,   00,   12,
start_minute                        = 00,   00,   00,
start_second                        = 00,   00,   00,
end_year                            = 1979, 1979, 2000,
end_month                           = 12,   12,   01,
end_day                             = 31,   31,   25,
end_hour                            = 18,   18,   12,
end_minute                          = 00,   00,   00,
end_second                          = 00,   00,   00,
interval_seconds                    = 21600
input_from_file                     = .true.,.true.,.true.,
history_interval                    = 360,  360,   60,
frames_per_outfile                  = 1, 1, 1000,
restart                             = .false.,
restart_interval                    = 1440,
io_form_history                     = 2,
io_form_restart                     = 2,
io_form_input                       = 2,
io_form_boundary                    = 2,
debug_level                         = 0,
auxinput4_inname = “wrflowinp_d<domain>”,
auxinput4_interval = 360, 360,
io_form_auxinput4 = 2,
write_hist_at_0h_rst                = .true.
/

&domains
time_step                           = 300,
time_step_fract_num                 = 0,
time_step_fract_den                 = 1,
max_dom                             = 2,
e_we                                = 100,  196,   94,
e_sn                                = 67,   127,    91,
e_vert                              = 30,    30,    30,
p_top_requested                     = 5000,
num_metgrid_levels                  = 27,
num_metgrid_soil_levels             = 4,
dx                                  = 60000, 20000,  3333.33,
dy                                  = 60000, 20000,  3333.33,
grid_id                             = 1,     2,     3,
parent_id                           = 1,     1,     2,
i_parent_start                      = 1,     18,    30,
j_parent_start                      = 1,     13,    30,
parent_grid_ratio                   = 1,     3,     3,
parent_time_step_ratio              = 1,     3,     3,
feedback                            = 1,
smooth_option                       = 0
/

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

&dynamics
w_damping                           = 0,
diff_opt                            = 1,      1,      1,
km_opt                              = 4,      4,      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,
/
密码修改失败请联系微信:mofangbao
发表于 2017-12-24 13:37:12 | 显示全部楼层
我也遇到同样的问题,请您帮我指点一下,哪里错误,谢谢
&time_control
run_days                            = 4440,
run_hours                           = 0,
run_minutes                         = 0,
run_seconds                         = 0,
start_year                          = 1979, 1979, 2000,
start_month                         = 01,   01,   01,
start_day                           = 01,   01,   24,
start_hour                          = 00,   00,   12,
start_minute                        = 00,   00,   00,
start_second                        = 00,   00,   00,
end_year                            = 1979, 1979, 2000,
end_month                           = 12,   12,   01,
end_day                             = 31,   31,   25,
end_hour                            = 18,   18,   12,
end_minute                          = 00,   00,   00,
end_second                          = 00,   00,   00,
interval_seconds                    = 21600
input_from_file                     = .true.,.true.,.true.,
history_interval                    = 360,  360,   60,
frames_per_outfile                  = 1, 1, 1000,
restart                             = .false.,
restart_interval                    = 1440,
io_form_history                     = 2,
io_form_restart                     = 2,
io_form_input                       = 2,
io_form_boundary                    = 2,
debug_level                         = 0,
auxinput4_inname = “wrflowinp_d<domain>”,
auxinput4_interval = 360, 360,
io_form_auxinput4 = 2,
write_hist_at_0h_rst                = .true.
/

&domains
time_step                           = 300,
time_step_fract_num                 = 0,
time_step_fract_den                 = 1,
max_dom                             = 2,
e_we                                = 100,  196,   94,
e_sn                                = 67,   127,    91,
e_vert                              = 30,    30,    30,
p_top_requested                     = 5000,
num_metgrid_levels                  = 27,
num_metgrid_soil_levels             = 4,
dx                                  = 60000, 20000,  3333.33,
dy                                  = 60000, 20000,  3333.33,
grid_id                             = 1,     2,     3,
parent_id                           = 1,     1,     2,
i_parent_start                      = 1,     18,    30,
j_parent_start                      = 1,     13,    30,
parent_grid_ratio                   = 1,     3,     3,
parent_time_step_ratio              = 1,     3,     3,
feedback                            = 1,
smooth_option                       = 0
/

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

&dynamics
w_damping                           = 0,
diff_opt                            = 1,      1,      1,
km_opt                              = 4,      4,      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,
/
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2017-12-27 10:56:08 | 显示全部楼层
燚言 发表于 2017-12-24 13:35
您好,我也遇到了相同的问题,请问您是怎么修改的默认路径?
我的namelist如下:
&time_control

你好,我之前是文件路径的问题,我在User's Guide给出的默认路径上加上了自己的目录,结果导致模型找不到文件,后来全改回默认就好了,希望能帮到你。
密码修改失败请联系微信:mofangbao
发表于 2018-3-30 10:25:47 | 显示全部楼层
ShuyingChenUCAS 发表于 2017-12-27 10:56
你好,我之前是文件路径的问题,我在User's Guide给出的默认路径上加上了自己的目录,结果导致模型找不到 ...

你好 namelist里没有输出路径呀  请教您一下。。是改的哪里的路径
密码修改失败请联系微信:mofangbao
发表于 2018-3-30 19:21:15 | 显示全部楼层
ShuyingChenUCAS 发表于 2018-3-30 11:27
那你可能不是路径的问题导致 模型找不到文件吧..我就是在namelist.input里面改的,就像auxinput4_inname  ...

这样啊 谢谢您啦
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

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

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