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

wrfout files not written at desired interval

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Greetings,

I am running WRF with chemistry and 6-h nudging. Everything is going fine, except that the wrfout files are being dumped out at 6-h intervals instead of daily intervals. I have played around with the namelist, but to no success. Even when I set the history_interval to something ridiculous, I still get wrfout files output every 6 hours. Any suggestions? Please see below the namelist.

Best wishes,
-Stefan
U.Wyoming

&time_control
run_days = 30,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2007, 2006, 2008,
start_month = 04, 12, 01,
start_day = 01, 02, 01,
start_hour = 00, 00, 00,
start_minute = 00, 00, 00,
start_second = 00, 00, 00,
end_year = 2007, 2006, 2008,
end_month = 05, 12, 01,
end_day = 01, 04, 01,
end_hour = 00, 00, 00,
end_minute = 00, 00, 00,
end_second = 00, 00, 00,
interval_seconds = 21600,
input_from_file = .true.,.true.,.true.,
history_interval = 1440,
frames_per_outfile = 1, 100, 100,
write_hist_at_0h_rst = .true.
restart = .true.,
restart_interval = 7200,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2

auxinput1_inname = "metdata/met_em.d02.<date>"

io_form_auxinput4 = 2
auxinput4_inname = "wrflowinp_d<domain>",
auxinput4_interval_m = 360, 360

!For 3-hourly output
auxhist4_outname ="aux3h_d<domain>_<date>",
auxhist4_interval = 180,
frames_per_auxhist4 = 1,
io_form_auxhist4 = 2,

!For chemistry
io_form_auxinput5 = 2, !Chemistry
io_form_auxinput6 = 0, !Biogenic
io_form_auxinput7 = 2, !Fire
io_form_auxinput8 = 2, !GOCART bg
io_form_auxinput12 = 0
io_form_auxinput13 = 0

auxinput5_inname = 'wrfchemi_d<domain>',
auxinput6_inname = 'wrfbiochemi_d01',
auxinput7_inname = 'fire_data/wrffirechemi_d<domain>_<date>',
auxinput8_inname = 'wrfchemi_gocart_bg_d<domain>',
auxinput12_inname = "wrf_chem_input",

auxinput5_interval_m = 50440,
auxinput7_interval_m = 60,
auxinput8_interval_m = 400000,
auxinput12_interval_m = 1440
auxinput13_interval_m = 1440

frames_per_auxinput6 = 1
frames_per_auxinput7 = 1
frames_per_auxinput8 = 1
frames_per_auxinput12 = 1
frames_per_auxinput13 = 1

debug_level = 0
/

&domains
time_step = 300,
max_dom = 1,
e_we = 359, 41,
e_sn = 135, 81,
e_vert = 35, 50, 41,
p_top_requested = 5000,
num_metgrid_levels = 38,
num_metgrid_soil_levels = 4,
dx = 111798., 111798.,
dy = 111798., 111798.,
p_top_requested = 5000
grid_id = 1, 2, 3,
parent_id = 0, 1, 2,
i_parent_start = 1, 1, 17,
j_parent_start = 1, 25, 33,
parent_grid_ratio = 1, 1, 5,
parent_time_step_ratio = 1, 5, 5,
feedback = 0,
smooth_option = 00
/

&physics
mp_physics = 10, 10, 3,
ra_lw_physics = 4, 4, 1,
ra_sw_physics = 4, 4, 1,
radt = 45, 10, 30,
sf_sfclay_physics = 1, 1, 1,
sf_surface_physics = 2, 5, 2,
bl_pbl_physics = 1, 1, 1,
bldt = 0, 0, 0,
cu_physics = 1, 1, 0,
cudt = 5, 0, 5,
isfflx = 1,
ifsnow = 0,
icloud = 3,
surface_input_source = 1,
sst_update = 1,
num_soil_layers = 4,
mp_zero_out = 0,
/

&fdda
grid_fdda = 1,
gfdda_inname = "wrffdda_d<domain>"
gfdda_interval_m = 360,
gfdda_end_h = 4800000,
io_form_gfdda = 2
fgdt = 0,
if_no_pbl_nudging_uv = 1
if_no_pbl_nudging_t = 1
if_no_pbl_nudging_q = 1
if_zfac_uv = 0
if_zfac_t = 0
if_zfac_q = 0
guv = 0.0003
gt = 0.0003
gq = 0.0003
/

&dynamics
rk_ord = 3,
epssm = 0.3
w_damping = 1,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 1, 0, 0,
diff_6th_factor = 0.12, 0.12, 0.12,
base_temp = 290.
damp_opt = 3,
zdamp = 10000., 5000., 5000.,
dampcoef = 0.7, 0.2, 0.2
khdif = 0, 0, 0,
kvdif = 0, 0, 0,
non_hydrostatic = .true., .true., .true.,
moist_adv_opt = 2, 1, 1,
scalar_adv_opt = 2, 1, 1,
chem_adv_opt = 2, 0, 0,
tke_adv_opt = 2, 0, 0,
time_step_sound = 4, 4, 4,
h_mom_adv_order = 5, 5, 5,
v_mom_adv_order = 3, 3, 3,
h_sca_adv_order = 5, 5, 5,
v_sca_adv_order = 3, 3, 3,
fft_filter_lat = 45.,
/


&bdy_control

periodic_x = .true., .false.,.false.,
symmetric_xs = .false.,.false.,.false.,
symmetric_xe = .false.,.false.,.false.,
open_xs = .false.,.false.,.false.,
open_xe = .false.,.false.,.false.,

periodic_y = .false.,.false.,.false.,
symmetric_ys = .false.,.false.,.false.,
symmetric_ye = .false.,.false.,.false.,
open_ys = .true.,.false.,.false.,
open_ye = .true.,.false.,.false.,

nested = .false., .true., .true.,
polar = .false. ,.false.,.false.,
/

&grib2
/

&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/

&chem
kemit = 1,
kfire = 1,
chem_opt = 33,
frames_per_emissfile = 1,
frames_per_fireemissfile = 1,
emi_inname = 'wrfchemi_d<domain>',
emi_outname = 'wrfchemi_d<domain>_<date>',
fireemi_inname = 'fire_data/wrffirechemi_d<domain>_<date>',
fireemi_outname = 'fire_data/wrffirechemi_d<domain>_<date>',
chem_in_opt = 0,
io_form_emissions = 2,
io_style_emissions = 101,
io_style_fireemissions = 101,
chemdt = 90,
bioemdt = 60, 30,
photdt = 30, 30,
emiss_inpt_opt = 1, 1,
emiss_opt = 5, 3,
phot_opt = 2, 0,
gas_drydep_opt = 1, 1,
aer_drydep_opt = 101, 1,
aer_op_opt = 1,1
bio_emiss_opt = 1, 0,
gas_bc_opt = 1, 1,
gas_ic_opt = 1, 1,
aer_bc_opt = 1, 1,
aer_ic_opt = 1, 1,
gaschem_onoff = 1, 1,
aerchem_onoff = 1, 1,
wetscav_onoff = 1, 0,
cldchem_onoff = 1, 0,
vertmix_onoff = 1, 1,
chem_conv_tr = 4, 1,
chem_conv_scav = 1,
seas_opt = 3,
dust_opt = 11,
dmsemis_opt = 1,
biomass_burn_opt = 1, 0,
plumerisefire_frq = 60, 30,
have_bcs_chem = .false., .false.,
aer_ra_feedback = 0, 0,
aer_aerodynres_opt = 2,1
ne_area = 64
/
 
Hi,
Can you try to set 'override_restart_timers = .true.' in the &time_control section of the namelist and see if that makes a difference?
 
Top