Hello, I have WRFV4, it works ok but sometimes I have the following error
d01 2019-08-02_00:00:00 alloc_space_field: domain 2 , 4477440 bytes allocated
d01 2019-08-02_00:00:00 alloc_space_field: domain 2 , 22999104 bytes allocated
d01 2019-08-02_00:00:00 *** Initializing nest domain # 2 from an input file. ***
d01 2019-08-02_00:00:00 med_initialdata_input: calling input_input
d01 2019-08-02_00:00:00 Input data is acceptable to use: wrfinput_d02
Time in file: 2019-08-01_00:00:00
Time on domain: 2019-08-02_00:00:00
**WARNING** Time in input file not equal to time on domain **WARNING**
**WARNING** Trying next time in file wrfinput_d02 ...
1 input_wrf: wrf_get_next_time current_date: 2019-08-01_00:00:00 Status = -4
d01 2019-08-02_00:00:00 ---- ERROR: Could not find matching time in input file wrfinput_d02
NOTE: 1 namelist vs input data inconsistencies found.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1248
NOTE: Please check and reset these options
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
My namelist.input:
&time_control
start_year = 2019, 2019,
start_month = 08, 08,
start_day = 02, 02,
start_hour = 0, 0,
end_year = 2019, 2019,
end_month = 08, 08,
end_day = 06, 06,
end_hour = 0, 0,
interval_seconds = 21600
input_from_file = .true.,.true.,
history_interval = 180, 60,
frames_per_outfile = 1000, 1000,
restart = .false.,
restart_interval = 7200,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
/
&domains
time_step = 60,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
s_we = 1, 1,
e_we = 33, 31,
s_sn = 1, 1,
e_sn = 41, 40,
s_vert = 1, 1,
e_vert = 35, 35,
p_top_requested = 5000,
num_metgrid_levels = 34,
num_metgrid_soil_levels = 4,
dx = 15000, 5000,
dy = 15000, 5000,
grid_id = 1, 2,
parent_id = 0, 1,
i_parent_start = 1, 17,
j_parent_start = 1, 6,
parent_grid_ratio = 1, 3,
parent_time_step_ratio = 1, 3,
feedback = 1,
smooth_option = 0
/
&physics
physics_suite = 'tropical'
mp_physics = -1, -1,
cu_physics = -1, -1,
ra_lw_physics = -1, -1,
ra_sw_physics = -1, -1,
bl_pbl_physics = -1, -1,
sf_sfclay_physics = -1, -1,
sf_surface_physics = -1, -1,
radt = 30, 30,
bldt = 0, 0,
cudt = 5, 5,
icloud = 1,
num_land_cat = 21,
sf_urban_physics = 0, 0,
/
&fdda
/
&dynamics
hybrid_opt = 2,
w_damping = 0,
diff_opt = 1, 1,
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,
/
&bdy_control
spec_bdy_width = 5,
specified = .true.
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
What I should check?
I realize that wrfinput_d01 is created by the date, but wrfinput_d02 doesn't.
-rw-r--r-- 1 usuario usuario 3,6M ago 2 11:06 wrfinput_d01
-rw-r--r-- 1 usuario usuario 3,3M ago 1 20:12 wrfinput_d02
I think I have something wrong in my namelist.
Hope someone can help me with this.
Best regards
Carina
d01 2019-08-02_00:00:00 alloc_space_field: domain 2 , 4477440 bytes allocated
d01 2019-08-02_00:00:00 alloc_space_field: domain 2 , 22999104 bytes allocated
d01 2019-08-02_00:00:00 *** Initializing nest domain # 2 from an input file. ***
d01 2019-08-02_00:00:00 med_initialdata_input: calling input_input
d01 2019-08-02_00:00:00 Input data is acceptable to use: wrfinput_d02
Time in file: 2019-08-01_00:00:00
Time on domain: 2019-08-02_00:00:00
**WARNING** Time in input file not equal to time on domain **WARNING**
**WARNING** Trying next time in file wrfinput_d02 ...
1 input_wrf: wrf_get_next_time current_date: 2019-08-01_00:00:00 Status = -4
d01 2019-08-02_00:00:00 ---- ERROR: Could not find matching time in input file wrfinput_d02
NOTE: 1 namelist vs input data inconsistencies found.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1248
NOTE: Please check and reset these options
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
My namelist.input:
&time_control
start_year = 2019, 2019,
start_month = 08, 08,
start_day = 02, 02,
start_hour = 0, 0,
end_year = 2019, 2019,
end_month = 08, 08,
end_day = 06, 06,
end_hour = 0, 0,
interval_seconds = 21600
input_from_file = .true.,.true.,
history_interval = 180, 60,
frames_per_outfile = 1000, 1000,
restart = .false.,
restart_interval = 7200,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
/
&domains
time_step = 60,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
s_we = 1, 1,
e_we = 33, 31,
s_sn = 1, 1,
e_sn = 41, 40,
s_vert = 1, 1,
e_vert = 35, 35,
p_top_requested = 5000,
num_metgrid_levels = 34,
num_metgrid_soil_levels = 4,
dx = 15000, 5000,
dy = 15000, 5000,
grid_id = 1, 2,
parent_id = 0, 1,
i_parent_start = 1, 17,
j_parent_start = 1, 6,
parent_grid_ratio = 1, 3,
parent_time_step_ratio = 1, 3,
feedback = 1,
smooth_option = 0
/
&physics
physics_suite = 'tropical'
mp_physics = -1, -1,
cu_physics = -1, -1,
ra_lw_physics = -1, -1,
ra_sw_physics = -1, -1,
bl_pbl_physics = -1, -1,
sf_sfclay_physics = -1, -1,
sf_surface_physics = -1, -1,
radt = 30, 30,
bldt = 0, 0,
cudt = 5, 5,
icloud = 1,
num_land_cat = 21,
sf_urban_physics = 0, 0,
/
&fdda
/
&dynamics
hybrid_opt = 2,
w_damping = 0,
diff_opt = 1, 1,
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,
/
&bdy_control
spec_bdy_width = 5,
specified = .true.
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
What I should check?
I realize that wrfinput_d01 is created by the date, but wrfinput_d02 doesn't.
-rw-r--r-- 1 usuario usuario 3,6M ago 2 11:06 wrfinput_d01
-rw-r--r-- 1 usuario usuario 3,3M ago 1 20:12 wrfinput_d02
I think I have something wrong in my namelist.
Hope someone can help me with this.
Best regards
Carina