I have been test a wrf example like this:ARW OnLine Tutorial. in
&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '2018-12-01_00:00:00','2018-12-01_00:00:00',
end_date = '2018-12_05_00:00:00','2018-12-01_00:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
and it showed me the metgrid nc file like this:
../../WPS/met_em.d01.2018-12-01_00:00:00.nc ../../WPS/met_em.d01.2018-12-02_12:00:00.nc ../../WPS/met_em.d01.2018-12-04_00:00:00.nc
../../WPS/met_em.d01.2018-12-01_06:00:00.nc ../../WPS/met_em.d01.2018-12-02_18:00:00.nc ../../WPS/met_em.d01.2018-12-04_06:00:00.nc
../../WPS/met_em.d01.2018-12-01_12:00:00.nc ../../WPS/met_em.d01.2018-12-03_00:00:00.nc ../../WPS/met_em.d01.2018-12-04_12:00:00.nc
../../WPS/met_em.d01.2018-12-01_18:00:00.nc ../../WPS/met_em.d01.2018-12-03_06:00:00.nc ../../WPS/met_em.d01.2018-12-04_18:00:00.nc
../../WPS/met_em.d01.2018-12-02_00:00:00.nc ../../WPS/met_em.d01.2018-12-03_12:00:00.nc ../../WPS/met_em.d01.2018-12-05_00:00:00.nc
../../WPS/met_em.d01.2018-12-02_06:00:00.nc ../../WPS/met_em.d01.2018-12-03_18:00:00.nc ../../WPS/met_em.d02.2018-12-01_00:00:00.nc
and my namelist.wps setted like this way:
&time_control
run_days = 4,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2018, 2018, 2020,
start_month = 12, 12, 01,
start_day = 01, 01, 01,
start_hour = 00, 00, 00,
end_year = 2018, 2018, 2020,
end_month = 12, 12, 01,
end_day = 05, 05, 06,
end_hour = 00, 00, 00,
interval_seconds = 21600
input_from_file = .true.,.true.,.true.,
history_interval = 180, 60, 60,
frames_per_outfile = 8, 24, 24,
restart = .false.,
restart_interval = 4320,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
auxinput4_inname = "wrflowinp_d<domain>"
auxinput4_interval = 360, 360,
io_form_auxinput4 = 2,
override_restart_timers = .false.,
write_hist_at_0h_rst = .true.,
&domains
time_step = 120,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 160, 163, 94,
e_sn = 140, 133, 91,
e_vert = 33, 33, 33,
p_top_requested = 5000,
num_metgrid_levels = 38,
num_metgrid_soil_levels = 4,
dx = 30000, 10000,
dy = 30000, 10000,
grid_id = 1, 2, 3,
parent_id = 0, 1, 2,
i_parent_start = 1, 53, 30,
j_parent_start = 1, 53, 30,
parent_grid_ratio = 1, 3, 3,
parent_time_step_ratio = 1, 3, 3,
feedback = 1,
smooth_option = 1,
sfcp_to_sfcp = .true.,
&physics
physics_suite = 'CONUS'
mp_physics = 6, 6, -1,
cu_physics = 1, 1, 0,
ra_lw_physics = 4, 4, -1,
ra_sw_physics = 4, 4, -1,
bl_pbl_physics = 1, 1, -1,
sf_sfclay_physics = 1, 1, -1,
sf_surface_physics = 5, 5, -1,
radt = 30, 10, 30,
bldt = 0, 0, 0,
cudt = 5, 5, 5,
icloud = 1,
num_land_cat = 21,
num_soil_layers = 10,
sf_urban_physics = 0, 0, 0,
sst_update = 1,
!sf_surface_mosaic = 1
ishallow = 0,
isfflx = 1,
icloud = 1,
surface_input_source = 3,
usemonalb = .true.,
rdlai2d = .true.,
tmn_update = 0,
sst_skin = 1,
sf_surf_irr_scheme = 0, 2,
irr_daily_amount = 0, 10,
irr_start_hour = 0, 0,
irr_num_hours = 0, 2,
irr_start_julianday = 0, 337,
irr_end_julianday = 0, 338,
irr_freq = 0, 5,
irr_ph = 0, 0,
so, can you show me why I faced this problem? maybe namelist.wps and namelist.input start time is inconsistent? but why the OnLineTutorial is okay for inconsistent start time?
Nested Domain (2-way, 2 Input Files): Metgrid
I setted the namelist.wps as&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '2018-12-01_00:00:00','2018-12-01_00:00:00',
end_date = '2018-12_05_00:00:00','2018-12-01_00:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
and it showed me the metgrid nc file like this:
../../WPS/met_em.d01.2018-12-01_00:00:00.nc ../../WPS/met_em.d01.2018-12-02_12:00:00.nc ../../WPS/met_em.d01.2018-12-04_00:00:00.nc
../../WPS/met_em.d01.2018-12-01_06:00:00.nc ../../WPS/met_em.d01.2018-12-02_18:00:00.nc ../../WPS/met_em.d01.2018-12-04_06:00:00.nc
../../WPS/met_em.d01.2018-12-01_12:00:00.nc ../../WPS/met_em.d01.2018-12-03_00:00:00.nc ../../WPS/met_em.d01.2018-12-04_12:00:00.nc
../../WPS/met_em.d01.2018-12-01_18:00:00.nc ../../WPS/met_em.d01.2018-12-03_06:00:00.nc ../../WPS/met_em.d01.2018-12-04_18:00:00.nc
../../WPS/met_em.d01.2018-12-02_00:00:00.nc ../../WPS/met_em.d01.2018-12-03_12:00:00.nc ../../WPS/met_em.d01.2018-12-05_00:00:00.nc
../../WPS/met_em.d01.2018-12-02_06:00:00.nc ../../WPS/met_em.d01.2018-12-03_18:00:00.nc ../../WPS/met_em.d02.2018-12-01_00:00:00.nc
and my namelist.wps setted like this way:
&time_control
run_days = 4,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2018, 2018, 2020,
start_month = 12, 12, 01,
start_day = 01, 01, 01,
start_hour = 00, 00, 00,
end_year = 2018, 2018, 2020,
end_month = 12, 12, 01,
end_day = 05, 05, 06,
end_hour = 00, 00, 00,
interval_seconds = 21600
input_from_file = .true.,.true.,.true.,
history_interval = 180, 60, 60,
frames_per_outfile = 8, 24, 24,
restart = .false.,
restart_interval = 4320,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
auxinput4_inname = "wrflowinp_d<domain>"
auxinput4_interval = 360, 360,
io_form_auxinput4 = 2,
override_restart_timers = .false.,
write_hist_at_0h_rst = .true.,
&domains
time_step = 120,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 160, 163, 94,
e_sn = 140, 133, 91,
e_vert = 33, 33, 33,
p_top_requested = 5000,
num_metgrid_levels = 38,
num_metgrid_soil_levels = 4,
dx = 30000, 10000,
dy = 30000, 10000,
grid_id = 1, 2, 3,
parent_id = 0, 1, 2,
i_parent_start = 1, 53, 30,
j_parent_start = 1, 53, 30,
parent_grid_ratio = 1, 3, 3,
parent_time_step_ratio = 1, 3, 3,
feedback = 1,
smooth_option = 1,
sfcp_to_sfcp = .true.,
&physics
physics_suite = 'CONUS'
mp_physics = 6, 6, -1,
cu_physics = 1, 1, 0,
ra_lw_physics = 4, 4, -1,
ra_sw_physics = 4, 4, -1,
bl_pbl_physics = 1, 1, -1,
sf_sfclay_physics = 1, 1, -1,
sf_surface_physics = 5, 5, -1,
radt = 30, 10, 30,
bldt = 0, 0, 0,
cudt = 5, 5, 5,
icloud = 1,
num_land_cat = 21,
num_soil_layers = 10,
sf_urban_physics = 0, 0, 0,
sst_update = 1,
!sf_surface_mosaic = 1
ishallow = 0,
isfflx = 1,
icloud = 1,
surface_input_source = 3,
usemonalb = .true.,
rdlai2d = .true.,
tmn_update = 0,
sst_skin = 1,
sf_surf_irr_scheme = 0, 2,
irr_daily_amount = 0, 10,
irr_start_hour = 0, 0,
irr_num_hours = 0, 2,
irr_start_julianday = 0, 337,
irr_end_julianday = 0, 338,
irr_freq = 0, 5,
irr_ph = 0, 0,
so, can you show me why I faced this problem? maybe namelist.wps and namelist.input start time is inconsistent? but why the OnLineTutorial is okay for inconsistent start time?