I'm running WRF V3.2 ARW. I've been successfully running two nested domains, one in the other. I'm trying to run three now, each one the parent of the other. I'm not getting wrfout_d02 or, of course, wrfout_d03. I'd appreciate any assistance on this. My namelist.input follows, though it seems consistent with user instructions. Thanks!
&time_control
run_days = 0,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2010, 2010,2010,
start_month = 09, 09, 09,
start_day = 29, 29, 29,
start_hour = 00, 00, 00,
start_minute = 00, 00, 00,
start_second = 00, 00, 00,
end_year = 2010, 2010, 2010,
end_month = 09, 09, 09,
end_day = 29, 29, 29,
end_hour = 03, 03, 03,
end_minute = 00, 00, 00,
end_second = 00, 00, 00,
interval_seconds = 10800
input_from_file = .true.,.true.,.true.,
history_interval = 60, 60, 60,
frames_per_outfile = 1, 1, 1,
restart = .false.
restart_interval = 100000,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
io_form_auxinput2 = 2,
debug_level = 0,
/
&domains
time_step = 48,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 3,
s_we = 1, 1, 1,
e_we = 100,226,388,
s_sn = 1, 1, 1,
e_sn = 139,259,445,
s_vert = 1, 1, 1,
e_vert = 28, 28, 28,
num_metgrid_levels = 27,
dx = 9000, 3000, 1000,
dy = 9000, 3000, 1000,
grid_id = 1, 2, 3,
parent_id = 0, 1, 2,
i_parent_start = 0, 11,65,
j_parent_start = 0, 20,40,
parent_grid_ratio = 1, 3, 3,
parent_time_step_ratio = 1, 3, 3,
feedback = 1,
smooth_option = 2,
use_adaptive_time_step= .true.
target_cfl = 1.2,
max_step_increase_pct = 100,
starting_time_step = -1,
max_time_step = 110,
min_time_step = 5,
/
&physics
mp_physics = 5, 5, 5,
ra_lw_physics = 99, 99, 99,
ra_sw_physics = 99, 99, 99,
radt = 20, 10, 10,
sf_sfclay_physics = 2, 2, 2,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 2, 2, 2,
bldt = 0, 0, 0,
cu_physics = 2, 0, 0,
cudt = 5, 5, 5,
isfflx = 1,
ifsnow = 1,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
/
&fdda
/
&dynamics
rk_ord = 3,
w_damping = 1,
diff_opt = 1,
km_opt = 4,
damp_opt = 0,
moist_adv_opt = .true.,
scalar_adv_opt = .true.,
tke_adv_opt = .true.,
zdamp = 5000., 5000., 5000.,
dampcoef = 0.2, 0.2, 0.2,
khdif = 0, 0, 0,
kvdif = 0, 0, 0,
smdiv = 0.1, 0.1, 0.1,
emdiv = 0.01, 0.01, 0.01,
epssm = 0.1, 0.1, 0.1,
non_hydrostatic = .true., .true., .true.,
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,
diff_6th_opt = 0, 0, 0,
diff_6th_factor = 0.06, 0.06, 0.06,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false.,.false.,
periodic_x = .false.,.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 = .false.,.false.,.false.,
open_ye = .false.,.false.,.false.,
nested = .false., .true., .true.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/