爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 11459|回复: 6

WRF运行./real.exe 时出错

[复制链接]

新浪微博达人勋

发表于 2011-12-19 15:57:35 | 显示全部楼层 |阅读模式

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

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

x
taskid: 0 hostname: mu01
Namelist dfi_control not found in namelist.input. Using registry defaults for v
ariables in dfi_control
Namelist tc not found in namelist.input. Using registry defaults for variables
in tc
Namelist scm not found in namelist.input. Using registry defaults for variables
  in scm
Namelist fire not found in namelist.input. Using registry defaults for variable
s in fire
  Ntasks in X            1, ntasks in Y            1
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval
  = 0 for all domains
--- NOTE: grid_fdda is 0 for domain      1, setting gfdda interval and ending t
ime to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain      1, setting
  sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain      1, setting obs nudging interval an
d ending time to 0 for that domain.
--- NOTE: num_soil_layers has been set to      4
REAL_EM V3.3 PREPROCESSOR
   real_em: calling alloc_and_configure_domain
  *************************************
  Parent domain
  ids,ide,jds,jde            1          74           1          61
  ims,ime,jms,jme           -4          79          -4          66
  ips,ipe,jps,jpe            1          74           1          61
  *************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
    alloc_space_field: domain            1,              121231752 bytes allocat
Ed
ed
    setup_timekeeping:  set xtime to   0.0000000E+00
    setup_timekeeping:  set julian to    118.0000
   setup_timekeeping:  returning...
d01 2009-04-29_00:00:00 real_em: calling set_scalar_indices_from_config
d01 2009-04-29_00:00:00 real_em: calling model_to_grid_config_rec
d01 2009-04-29_00:00:00 real_em: calling init_wrfio
d01 2009-04-29_00:00:00 Entering ext_gr1_ioinit
d01 2009-04-29_00:00:00 real_em: re-broadcast the configuration records
d01 2009-04-29_00:00:00 calling med_sidata_input
Time period #   1 to process = 2009-04-29_00:00:00.
Time period #   2 to process = 2009-04-29_06:00:00.
Time period #   3 to process = 2009-04-29_12:00:00.
Time period #   4 to process = 2009-04-29_18:00:00.
Time period #   5 to process = 2009-04-30_00:00:00.
Total analysis times to input =    5.
  
-----------------------------------------------------------------------------
  
Domain  1: Current date being processed: 2009-04-29_00:00:00.0000, which is loop #   1 out of    5
configflags%julyr, %julday, %gmt:        2009         119  0.0000000E+00
d01 2009-04-29_00:00:00 med_sidata_input: calling open_r_dataset for met_em.d<d
omain>.<date>
d01 2009-04-29_00:00:00  NetCDF error: No such file or directory
d01 2009-04-29_00:00:00  NetCDF error in wrf_io.F90, line        1025
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:     384
error opening met_em.d01.2009-04-29_00:00:00.nc for input; bad date in namelist
  or file not in directory
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2011-12-19 19:29:09 | 显示全部楼层
其实wrf的报错信息是十分详细的,real的报错信息,是时间项不对,那就请你查看时间项对不对,和相应的文件是不是存在!
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2011-12-19 15:59:46 | 显示全部楼层
以下是namelist.wps
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2009-04-29_00:00:00','2009-04-29_00:00:00',
end_date   = '2009-04-30_00:00:00','2009-04-30_00:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/

&geogrid
parent_id         =   1,   1,
parent_grid_ratio =   1,   3,
i_parent_start    =   1,  31,
j_parent_start    =   1,  17,
e_we              =  74, 112,
e_sn              =  61,  97,
geog_data_res     = '10m','2m',
dx = 10000,
dy = 10000,
map_proj = 'lambert',
ref_lat   =  41.35,
ref_lon   = 114.71,
truelat1  =  30.0,
truelat2  =  60.0,
stand_lon = 114.71,
geog_data_path = '/disk2/wrf_data/geog'
/

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

&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2011-12-19 16:00:35 | 显示全部楼层
namelist.input
&time_control
run_days                            = 0,
run_hours                           = 24,
run_minutes                         = 0,
run_seconds                         = 0,
start_year                          = 2009, 2009, 2009,
start_month                         = 04,   04,   04,
start_day                           = 29,   29,   29,
start_hour                          = 00,   00,   00,
start_minute                        = 00,   00,   00,
start_second                        = 00,   00,   00,
end_year                            = 2009, 2009, 2009,
end_month                           = 04,   04,   04,
end_day                             = 30,   30,   30,
end_hour                            = 00,   00,   00,
end_minute                          = 00,   00,   00,
end_second                          = 00,   00,   00,
interval_seconds                    = 21600
input_from_file                     = .true.,.true.,.true.,
history_interval                    = 60,  60,   60,
frames_per_outfile                  = 1000, 1000, 1000,
restart                             = .false.,
restart_interval                    = 5000,
io_form_history                     = 2
io_form_restart                     = 2
io_form_input                       = 2
io_form_boundary                    = 2
debug_level                         = 100
/

&domains
time_step                           = 120,
time_step_fract_num                 = 0,
time_step_fract_den                 = 1,
max_dom                             = 1,
e_we                                = 74,    112,   94,
e_sn                                = 61,    97,    91,
e_vert                              = 28,    28,    28,
p_top_requested                     = 5000,
num_metgrid_levels                  = 27,
num_metgrid_soil_levels             = 4,
dx                                  = 10000, 10000,  3333.33,
dy                                  = 10000, 10000,  3333.33,
grid_id                             = 1,     2,     3,
parent_id                           = 1,     1,     2,
i_parent_start                      = 1,     31,    30,
j_parent_start                      = 1,     17,    30,
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                                = 10,    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                           = .false.,.false.,.false.,
nested                              = .false., .true., .true.,
/

&grib2
/

&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2011-12-19 16:01:15 | 显示全部楼层
麻烦大家帮我看看 谢谢啦
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2011-12-19 20:03:18 | 显示全部楼层
晕,实在是太复杂了吧!
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2011-12-20 09:52:49 | 显示全部楼层
"error opening met_em.d01.2009-04-29_00:00:00.nc for input; bad date in namelist
  or file not in directory"
请注意最后这句话,应该是met_em.d01.2009-04-29_00:00:00.nc这个文件在当前目录中没有,或者有文件,但你的namelist中设的不对!
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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