[Wrf-users] wrfout_d02 missing on 3 nested domains (namelist included)
David Bryan
davidstephenbryan at yahoo.com
Wed Oct 6 12:38:22 MDT 2010
Thanks for all the helpful suggestions.
I found the problem was with my wps namelist; it didn't have enough start and
end time pairs.
But I've incorporated Feng and Michael's suggestions anyway. Thanks again!
----- Original Message ----
From: Feng Liu <FLiu at azmag.gov>
To: David Bryan <davidstephenbryan at yahoo.com>; "wrf-users at ucar.edu"
<wrf-users at ucar.edu>
Sent: Thu, September 30, 2010 3:22:09 PM
Subject: RE: [Wrf-users] wrfout_d02 missing on 3 nested domains (namelist
included)
Hi, David,
Try to set run_hours = 3, other than 0 because run_days/run_hours takes
precedence over the end times. You have real.exe runs because it uses start and
end times only. Hope it is helpful.
Feng
-----Original Message-----
From: wrf-users-bounces at ucar.edu [mailto:wrf-users-bounces at ucar.edu] On Behalf
Of David Bryan
Sent: Thursday, September 30, 2010 8:29 AM
To: wrf-users at ucar.edu
Subject: [Wrf-users] wrfout_d02 missing on 3 nested domains (namelist included)
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,
/
_______________________________________________
Wrf-users mailing list
Wrf-users at ucar.edu
http://mailman.ucar.edu/mailman/listinfo/wrf-users
More information about the Wrf-users
mailing list