[Wrf-users] [wrf-users] real.exe fails without error-message
Hald, Cornelius (IMK)
cornelius.hald at kit.edu
Wed Oct 26 02:02:55 MDT 2016
Dear WRF-users,
I'm trying to set up a wrf-run for a single domain. The wrf version is
3.7.1, it compiled without problems and I've had it running in the same
configuration for several nested runs already.
The namelist-configuration I'm using for this run with a single domain
is pretty much just the settings for the innermost domain of a nested
run that is running flawlessly as I type. Geogrid, ungrib and metgrid
all worked as expected, the "met_em*" files required for real are
available and look completely normal.
Still, real.exe always aborts at the same step without showing any fatal
error, so no wrfinput or wrfbdy files are produced. The last few lines
of "rsl.error.0000" at a high debug level read:
d01 2015-07-15_00:00:00 med_sidata_input: back from init_domain
d01 2015-07-15_00:00:00 module_io.F: in wrf_ioclose
d01 2015-07-15_00:00:00 med_sidata_input: calling init_domain
Max map factor in domain 1 = 1.00. Scale the dt in the model accordingly.
d01 2015-07-15_00:00:00 checking boundary conditions for grid
d01 2015-07-15_00:00:00 boundary conditions OK for grid
Using sfcprs2 to compute psfc
d01 2015-07-15_00:00:00 calling inc/HALO_EM_VINTERP_UV_1_inline.inc
I've also attached the relevant parts (time_control, domains and
bdy_control) of my namelist.input to this mail.
I have a feeling that it's only a minor thing that I'm missing to get it
to work, but I just can't figure it out.
Thank you for your time and help!
Cornelius
-------------- next part --------------
&time_control
run_days = 1,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2015,
start_month = 07,
start_day = 15,
start_hour = 00,
start_minute = 00,
start_second = 00,
end_year = 2015,
end_month = 07,
end_day = 16,
end_hour = 00,
end_minute = 00,
end_second = 00,
interval_seconds = 21600,
input_from_file = .true.,
history_interval_s = 3600,
frames_per_outfile = 24,
restart = .false.,
restart_interval = 60,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
debug_level = 5000,
/
&domains
time_step = 1,
time_step_fract_num = 1,
time_step_fract_den = 10,
max_dom = 1,
e_we = 500,
e_sn = 500,
e_vert = 121,
eta_levels = 1.000, 0.9975, 0.9954, 0.9907, 0.9861,
0.9815, 0.9769, 0.9723, 0.9678, 0.9632,
0.9587, 0.9542, 0.9497, 0.9452, 0.9407,
0.9362, 0.9318, 0.9273, 0.9229, 0.9185,
0.9141, 0.9097, 0.9053, 0.9009, 0.8966,
0.8923, 0.8879, 0.8836, 0.8793, 0.875,
0.8708, 0.8665, 0.8623, 0.858, 0.8538,
0.8496, 0.8454, 0.8412, 0.837, 0.8328,
0.8287, 0.8245, 0.8204, 0.8163, 0.8121,
0.808, 0.8039, 0.7997, 0.7956, 0.7915,
0.7873, 0.7832, 0.779, 0.7748, 0.7705,
0.7663, 0.7619, 0.7575, 0.7531, 0.7485,
0.7438, 0.7389, 0.7339, 0.7287, 0.7232,
0.7175, 0.7114, 0.7049, 0.6979, 0.6905,
0.6825, 0.6739, 0.6646, 0.6546, 0.6438,
0.6322, 0.6199, 0.6067, 0.5928, 0.5783,
0.563, 0.5473, 0.531, 0.5144, 0.4975,
0.4803, 0.4631, 0.4458, 0.4284, 0.4112,
0.394, 0.3771, 0.3603, 0.3437, 0.3274,
0.3113, 0.2955, 0.28, 0.2648, 0.2499,
0.2352, 0.2209, 0.2069, 0.1932, 0.1798,
0.1667, 0.1539, 0.1413, 0.1291, 0.1171,
0.1055, 0.0941, 0.083, 0.0721, 0.0615,
0.0512, 0.0411, 0.0312, 0.0186, 0.0091,
0.000,
p_top_requested = 10000,
num_metgrid_levels = 38,
num_metgrid_soil_levels = 4,
dx = 30,
dy = 30,
grid_id = 1,
parent_id = 0,
i_parent_start = 1,
j_parent_start = 1,
parent_grid_ratio = 1,
parent_time_step_ratio = 1,
feedback = 0,
smooth_option = 0,
use_adaptive_time_step = .true.,
step_to_output_time = .true.,
target_cfl = 0.9,
target_hcfl = 0.84,
max_step_increase_pct = 51,
starting_time_step = 1,
starting_time_step_den = 10,
max_time_step = 1,
max_time_step_den = 5,
min_time_step = 1,
min_time_step_den = 20,
adaptation_domain = 1,
/
&bdy_control
spec_bdy_width = 11,
spec_zone = 1,
relax_zone = 10,
specified = .true.,
nested = .false.,
/
More information about the Wrf-users
mailing list