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

The setting of date does not match with the date in the wrfbdy_d01 file

Park.pong

New member
I have wondered about the date that I set in the namelist.wps and namelist.input that did not match with the wrfbdy_d01 file after running real.exe.


this is my namelist.wps

&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '2022-12-20_00:00:00','2022-12-20_00:00:00',
end_date = '2022-12-23_00:00:00','2022-12-23_00:00:00',
interval_seconds = 10800
/
&geogrid
parent_id = 1, 1,
parent_grid_ratio = 1, 3,
i_parent_start = 1, 13,
j_parent_start = 1, 13,
e_we = 59, 103,
e_sn = 89, 193,
geog_data_res = 'default','default',
dx = 27000,
dy = 27000,
map_proj = 'lambert',
ref_lat = 13.203199,
ref_lon = 101.5000,
truelat1 = 12.855,
truelat2 = 12.855,
stand_lon = 101.821,
geog_data_path = '/mnt/por/WPS_GEOG'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
/

This is namelist.input


&time_control
run_days = 3,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2022, 2022,
start_month = 12, 12,
start_day = 20, 20,
start_hour = 00, 00,
end_year = 2022, 2022,
end_month = 12, 12,
end_day = 23, 23,
end_hour = 00, 00,
interval_seconds = 10800
input_from_file = .false.,.false.,
history_interval = 60, 60,
frames_per_outfile = 1000, 1000,
restart = .false.,
restart_interval = 60,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
/
&domains
time_step = 36,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 59, 103,
s_sn = 1, 1,
e_sn = 89, 193,
s_vert = 1, 1,
e_vert = 45, 45,
dzstretch_s = 1.1,
p_top_requested = 5000,
num_metgrid_levels = 34,
num_metgrid_soil_levels = 4,
dx = 27000, 9000,
dy = 27000, 9000,
grid_id = 1, 2,
parent_id = 1, 1,
i_parent_start = 1, 13,
j_parent_start = 1, 13,
parent_grid_ratio = 1, 3,
parent_time_step_ratio = 1, 3,
feedback = 1,
smooth_option = 0,
sfcp_to_sfcp = .true.,
smooth_cg_topo = .true.
/
&physics
physics_suite = 'tropical'
mp_physics = 10, 10,
cu_physics = 94, 94,
ra_lw_physics = 4, 4,
ra_sw_physics = 4, 4,
bl_pbl_physics = 1, 1,
sf_sfclay_physics = 91, 91,
sf_surface_physics = 2, 2,
radt = 2, 2,
bldt = 3, 3,
cudt = 0, 0,
icloud = 1,
num_land_cat = 21,
sf_urban_physics = 0, 0,
fractional_seaice = 0,
/
&fdda
/
&dynamics
hybrid_opt = 2,
w_damping = 0,
diff_opt = 2, 2,
km_opt = 4, 4,
diff_6th_opt = 0, 0,
diff_6th_factor = 0.12, 0.12,
base_temp = 290.
damp_opt = 3,
zdamp = 5000., 5000.,
dampcoef = 0.2, 0.2,
khdif = 0, 0,
kvdif = 0, 0,
non_hydrostatic = .true., .true.,
moist_adv_opt = 1, 1,
scalar_adv_opt = 1, 1,
gwd_opt = 1, 1,
/
&bdy_control
spec_bdy_width = 5,
specified = .true.
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/


after I run ./real.exe I cheked the time with ncdump -v Times wrfbdy_d01. Thus, the result shown like photo below
1737908258545.png

So, anyone can see the date that I set in the namelist.wps, namelist.input files and wrfbdy_d01 file not match together. After that when I try to run ./wrf.exe, I will face the error that is

-- ERROR: Ran out of valid boundary conditions in file wrfbdy_d01


Please anyone that have the expereince or you know how to solve this problem ,let me know how to fix this problem. Thank you in advance
 
Can you set

input_from_file = .true,.true.,

Then try again? Let me know whether this can solve your problem.
 
Top