I'm bringing up and old topic which never seemed to have been resolved.
In 2010 Michael had the same issue with WRF 3.2
https://mailman.ucar.edu/pipermail/wrf-users/2010/001770.html
Problem:
We run various WRF models and use adaptive time stepping to get outputs as a stream instead of waiting for all outputs to be completed. What we expect is the output times to be equidistant eg. 18:00:00, 18:15:00, 18:30:31, 18:45:00. Instead its starts to get off by a few seconds up to 90s based on length of run.
I have tried various combinations, based on forum research, but none have succeeded so far. I have attached our input files.
Any help will be greatly appreciated!
In 2010 Michael had the same issue with WRF 3.2
https://mailman.ucar.edu/pipermail/wrf-users/2010/001770.html
Problem:
We run various WRF models and use adaptive time stepping to get outputs as a stream instead of waiting for all outputs to be completed. What we expect is the output times to be equidistant eg. 18:00:00, 18:15:00, 18:30:31, 18:45:00. Instead its starts to get off by a few seconds up to 90s based on length of run.
I have tried various combinations, based on forum research, but none have succeeded so far. I have attached our input files.
Code:
use_adaptive_time_step = .true.,
step_to_output_time = .true.,
Code:
Output from: ncdump -v Times
Times =
"2021-09-20_18:00:00",
"2021-09-20_18:15:31",
"2021-09-20_18:30:31",
"2021-09-20_18:45:31" ;
Any help will be greatly appreciated!