- 积分
- 1421
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-11-20
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
wrf初学者,请各位大神指导! 现有1日00时,06时,12时,18时的资料,想要这4个时刻都向前积分6小时,然而最后只生成00时的wrfout文件,求各位大神指导,如何一次RUN出4个时刻的6小时预报场wrfout{:eb511:}
namelist.input如下
&time_control
run_days = 0,
run_hours = 06,
run_minutes = 0,
run_seconds = 0,
start_year = 2016, 2000, 2000,
start_month = 06, 01, 01,
start_day = 16, 24, 24,
start_hour = 00, 12, 12,
start_minute = 00, 00, 00,
start_second = 00, 00, 00,
end_year = 2016, 2000, 2000,
end_month = 06, 01, 01,
end_day = 16, 25, 25,
end_hour = 18, 12, 12,
end_minute = 00, 00, 00,
end_second = 00, 00, 00,
interval_seconds = 21600
input_from_file = .true.,.true.,.true.,
history_interval = 180, 60, 60,
frames_per_outfile = 1000, 1000, 1000,
restart = .false.,
restart_interval = 360,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 0
|
|