[Wrf-users] wrf.exe running time error
Eric Altshuler
ela at cola.iges.org
Wed Mar 31 14:51:23 MDT 2010
Hello Jesse,
Your problem is occurring due to your run_* settings. The total run time is the sum of all 4 of those namelist variables. In your case, the total run time is 1 day + 24 hr + 1440 min + 86400 s = 4 days. You only have boundary conditions available for 1 day. Keep run_days = 1, and set the other three variables to 0. This should fix your problem.
One question, why are you using only 7 vertical levels? Unless you're doing some kind of idealized simulation, that is not enough levels. The boundary layer can't be resolved, and there may be other problems as well. Many physics parameterizations may not work properly with so few vertical levels. I would suggest using at least 35 levels, perhaps more, since your inner nest has 3km resolution.
Best regards,
Eric L. Altshuler
Assistant Research Scientist
Center for Ocean-Land-Atmosphere Studies
4041 Powder Mill Road, Suite 302
Calverton, MD 20705-3106
USA
E-mail: ela at cola.iges.org
Phone: (301) 902-1257
Fax: (301) 595-9793
----- Original Message -----
From: "~袅人~" <jessezhang1010 at gmail.com>
To: "wrf-users" <wrf-users at ucar.edu>
Sent: Tuesday, March 30, 2010 9:47:13 PM
Subject: [Wrf-users] wrf.exe running time error
Hi,everyone
I'm using WRF-ARW 3.1.1.The run time of my case is 24hr(2009-04-25_00:00:00 to 2009-04-26_00:00:00), 3 domains nested.
Everything was fine until i ran wrf.exe,error msg are below
Timing for Writing restart for domain 1: 0.57400 elapsed seconds.
wrfrst_d02_2009-04-26_00:00:00
Timing for Writing restart for domain 2: 0.58200 elapsed seconds.
wrfrst_d03_2009-04-26_00:00:00
Timing for Writing restart for domain 3: 0.45700 elapsed seconds.
2 input_wrf: wrf_get_next_time current_date: 2009-04-26_00:00:00 Status = -4
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 599
... May have run out of valid boundary conditions in file wrfbdy_d01
Then,what's the reason resulting in this problem.
Any help will be appreciated.
The following text is my namelist.input.
&time_control
run_days = 1,
run_hours = 24,
run_minutes = 1440,
run_seconds = 84600,
start_year = 2009, 2009, 2009,
start_month = 04, 04, 04,
start_day = 25, 25, 25,
start_hour = 00, 00, 00,
start_minute = 00, 00, 00,
start_second = 00, 00, 00,
end_year = 2009, 2009, 2009,
end_month = 04, 04, 04,
end_day = 26, 26, 26,
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 = 60, 60, 60,
frames_per_outfile = 6, 6, 6,
restart = .false.,
restart_interval = 720,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 0
/
&domains
time_step = 60,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 3,
s_we = 1, 1, 1,
e_we = 77, 82, 46,
s_sn = 1, 1, 1,
e_sn = 58, 55, 49,
s_vert = 1, 1, 1,
e_vert = 7, 7, 7,
num_metgrid_levels = 27,
dx = 27000, 9000, 3000,
dy = 27000, 9000, 3000,
grid_id = 1, 2, 3,
parent_id = 0, 1, 2,
i_parent_start = 1, 43, 13,
j_parent_start = 1, 26, 22,
parent_grid_ratio = 1, 3, 3,
parent_time_step_ratio = 1, 3, 3,
feedback = 1,
smooth_option = 0
p_top_requested = 5000
interp_type = 1
lowest_lev_from_sfc = .false.
lagrange_order = 1
force_sfc_in_vinterp = 1
zap_close_levels = 500
sfcp_to_sfcp = .false.
adjust_heights = .false.
eta_levels = 1.000, 0.980, 0.930, 0.840, 0.600,
0.300, 0.000,
/
&physics
mp_physics = 2, 2, 2,
ra_lw_physics = 1, 1, 1,
ra_sw_physics = 1, 1, 1,
radt = 10, 10, 10,
sf_sfclay_physics = 1, 1, 1,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 1, 1, 1,
bldt = 0, 0, 0,
cu_physics = 1, 1, 1,
cudt = 10,
isfflx = 1,
ifsnow = 0,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
mp_zero_out = 2,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
/
&fdda
/
&dynamics
w_damping = 0,
diff_opt = 1,
km_opt = 2,
diff_6th_opt = 0,
diff_6th_factor = 0.12,
base_temp = 290.
damp_opt = 0,
zdamp = 5000., 5000.,
dampcoef = 0.01, 0.01,
khdif = 0, 0,
kvdif = 0, 0,
non_hydrostatic = .true., .true.,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false., .false.,
nested = .false., .true., .true.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
------------------
Jesse Zhang
College of Information Technical Science,Nankai University,Tianjin,China
jessezhang1010 at gmail.com
_______________________________________________
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