- 积分
- 1210
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-7-2
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
在长时间的运行中,难免会出问题,可以设置restart来帮忙,不至于所有的工作都白做,在查阅了手册之后,发现restart的设置并不是很难
1.之前在namelist.input中的restart_interval设置为一个时间点(最好为一个timestep),restart设置为.false.
2.在中断了之后,将namelist.inpt中的起始时间设置为断掉的那个时间,对应的wrfrst文件上有,然后结束时间依然不变,将restart设置为.true.
3.再运行wrf.exe应该就可以了
--------------------------------------------------------
但是
我的算例是2层嵌套,domain1和domain2,运行的过程中却只出现wrfrst_d01的文件,而始终没有wrfrst_d02的文件,在restart中就不能运行希望各位
高手能帮忙看看
以下是namelist.input
&time_control
start_year = 1995, 1995
start_month = 01, 01
start_day = 02, 02
start_hour = 00, 00
start_minute = 00, 00
start_second = 00, 00
end_year = 1995, 1995
end_month = 01, 01
end_day = 03, 03
end_hour = 00,00
end_minute = 00,00
end_second = 00, 00
interval_seconds = 21600
input_from_file = .true., .true.,
fine_input_stream = 0, 0,
history_interval = 60, 60,
frames_per_outfile = 24, 24,
restart = .true.,
restart_interval = 1440,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
io_form_auxinput2 = 2,
debug_level = 0,
|
|