I am using WRF-ARW 4.1.2.
When I use
is it possible to have output at different time resolutions? For example, I am writing the regular history files hourly, but have defined an additional output stream writing output every 10 minutes.
Now I notice log messages like
at every output time of my additional output stream.
Additionally to that, each hour I see messages like
Now I'm a bit worried that the avgflx output is meaningful ... I would expect / hope that the avgflx arrays are re-initialized every 10 minutes for my additional output stream. But what is then contained in the avgflx arrays in the regular, hourly, wrfout files?
When I use
Code:
do_avgflx_em = 1, 1
Now I notice log messages like
Code:
solve_em: initializing avgflx at time 2017-07-06_03:06:00 on domain 2
at every output time of my additional output stream.
Additionally to that, each hour I see messages like
Code:
d02 2017-07-06_03:00:00 Re-initializing accumulation arrays
Now I'm a bit worried that the avgflx output is meaningful ... I would expect / hope that the avgflx arrays are re-initialized every 10 minutes for my additional output stream. But what is then contained in the avgflx arrays in the regular, hourly, wrfout files?