Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

I have a problem writing output data every 10 minutes

HHidalgo

New member
Hello everyone,

I would like to request a little help with this issue. I am working with WRF v4.4 and v 4.2 in both cases I try to launch a simulation with output data writing every 10 minutes. My understanding is that it should be simple by defining history_interval = 10. But for some reason this is not working. I attach my namelist.input and the rsl.error log (I have defined a time_step = 30)..

I hope you can guide me.

Héctor.

&time_control
run_days = 0,
run_hours = 36,
run_minutes = 0,
run_seconds = 0,
start_year = 2023,
start_month = 11,
start_day = 22,
start_hour = 00,
start_minute = 00,
start_second = 00,
end_year = 2023,
end_month = 12,
end_day = 02,
end_hour = 00,
end_minute = 00,
end_second = 00,
interval_seconds = 10800,
input_from_file = .true.,
history_interval = 10,
frames_per_outfile = 1000,
restart = .true.,
restart_interval = 1440,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
write_hist_at_0h_rst =.true.,
debug_level = 0,
 
I have answered your question in WRF forum.
In the future, please don't post the same question in different places.
 
Since this is a WRF question, but duplicated in the MPAS-Atmosphere section of the forum, I think this thread should just be deleted.
 
Top