- 积分
- 6437
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-12-9
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我想控制real输出的文件为wrf_3dvar_input_d<domain>_<date> 的格式,但总是报错:errors while reading one or more namelist from namelist.input,找不到原因
namelist 如下:
&time_control
run_days = 0,
run_hours = 12,
run_minutes = 0,
run_seconds = 0,
start_year = 2010, 2015, 2015,
start_month = 07, 12, 12,
start_day = 07, 08, 08,
start_hour = 18, 12, 12,
start_minute = 00, 00, 00,
start_second = 00, 00, 00,
end_year = 2010, 2015, 2015,
end_month = 07, 12, 12,
end_day = 08, 08, 08,
end_hour = 06, 12, 12,
end_minute = 00, 00, 00,
end_second = 00, 00, 00,
interval_seconds = 21600
input_from_file = .true.,.true.,.true.,
history_interval = 6, 60, 60,
frames_per_outfile = 1, 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 = 0
write_input = .true.
inputout_interval = 6,
input_outname = 'wrf_3dvar_input_d<domain>_<date>'
inputout_begin_y = 2010
inputout_begin_mo = 7
inputout_begin_d = 7
inputout_begin_h = 18
inputout_begin_m = 0
inputout_begin_s = 0
inputout_end_y = 2010
inputout_end_mo = 7
inputout_end_d = 8
inputout_end_h = 6
inputout_end_m = 0
inputout_end_s = 0
|
|