Hi, I am using WRFver 3.3.1. I have selected vortex following. After running metgrid, I get an error of '' Illegal instruction '' in real.exe. Here is namelist .wps and namelist.input: Is there anyone who understands the mistake?※ I'm trying to run only domain 1 (max dom is 1)
namelist.wps
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2008-07-27_12:00:00','2008-07-27_12:00:00','2008-07-27_12:00:00','2008-07-27_12:00:00',
end_date = '2008-07-28_12:00:00','2008-07-28_12:00:00','2008-07-28_12:00:00','2008-07-28_12:00:00'
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 0, 1, 2, 3, 4
parent_grid_ratio = 1, 3, 3, 3, 3
i_parent_start = 0, 22, 24, 25, 20
j_parent_start = 0, 28, 33, 23, 20
e_we = 100, 100, 100, 139,166
e_sn = 100, 100, 100, 139,166
geog_data_res = 'usgs_lakes','usgs_lakes','usgs_lakes','usgs_lakes'
dx = 30000,
dy = 30000,
map_proj = 'mercator',
ref_lat = 22.7,
ref_lon = 123.1,
truelat1 = 25.0,
truelat2 = 0.0,
stand_lon = 50.0,
geog_data_path = '/home03/student/maekawa/kenkyu/WRF1/WRFV3.3.1/geog/'
/
&ungrib
out_format = 'WPS',
prefix = 'FNL',
/
&metgrid
fg_name = 'FNL',
io_form_metgrid = 2,
/
namelist.input
&time_control
run_days = 0,
run_hours = 24,
run_minutes = 0,
run_seconds = 0,
start_year = 2008, 2008, 2008, 2008,
start_month = 07, 07, 07, 07,
start_day = 27, 27, 27, 27,
start_hour = 12, 12, 12, 12,
start_minute = 00, 00, 00, 00,
start_second = 00, 00, 00, 00,
end_year = 2008, 2008, 2008, 2008,
end_month = 07, 07, 07, 07,
end_day = 28, 28, 28, 28,
end_hour = 12, 12, 12, 12,
end_minute = 00, 00, 00, 00,
end_second = 00, 00, 00, 00,
interval_seconds = 21600
input_from_file = .true.,.false.,.false.,.false.,
history_interval = 10, 10, 10, 10,
frames_per_outfile = 1000, 1000, 1000, 1000,
restart = .false.,
restart_interval = 5000,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 0
/
&domains
time_step = 27,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1,
e_we = 100, 100, 100, 139,
e_sn = 100, 100, 100, 139,
e_vert = 36, 35, 35, 35,
p_top_requested = 5000,
num_metgrid_levels = 27,
num_metgrid_soil_levels = 4,
dx = 30000, 3000, 1000, 333.3333,
dy = 30000, 3000, 1000, 333.3333,
grid_id = 1, 2, 3, 4,
parent_id = 0, 1, 2, 3,
i_parent_start = 0, 22, 24, 25,
j_parent_start = 0, 28, 33, 23,
parent_grid_ratio = 1, 3, 3, 3,
parent_time_step_ratio = 1, 3, 3, 3,
feedback = 0,
smooth_option = 0
/
&physics
mp_physics = 8, 10, 10, 10,
ra_lw_physics = 1, 1, 1, 1,
ra_sw_physics = 2, 2, 2, 2,
radt = 10, 10, 10, 10,
sf_sfclay_physics = 1, 2, 2, 2,
sf_surface_physics = 1, 2, 2, 2,
bl_pbl_physics = 1, 2, 2, 2,
bldt = 0, 0, 0, 0,
cu_physics = 1, 5, 5, 5,
cudt = 5, 0, 0, 0,
isfflx = 2,
ifsnow = 0,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 1, 1, 1, 1,
num_land_cat = 28,
/
&dynamics
w_damping = 1,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 0, 0, 0, 0,
diff_6th_factor = 0.12, 0.12, 0.12, 0.12,
base_temp = 290.
damp_opt = 0,
zdamp = 5000., 5000., 5000., 5000.,
dampcoef = 0.2, 0.2, 0.2 0.2,
khdif = 0, 0, 0, 0,
kvdif = 0, 0, 0, 0,
non_hydrostatic = .true., .false., .false., .false.,
moist_adv_opt = 1, 1, 1, 1,
scalar_adv_opt = 1, 1, 1, 1,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false.,.false.,.false.,
nested = .false., .false., .false., .false.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
&fdda
grid_fdda = 1, 1, 1, 1,
gfdda_inname = "wrffdda_d<domain>",
gfdda_end_h = 24, 24, 24, 24,
gfdda_interval_m = 360, 360, 360, 360,
fgdt = 0, 0, 0, 0,
if_no_pbl_nudging_uv = 0, 0, 0, 0,
if_no_pbl_nudging_t = 1, 1, 1, 1,
if_no_pbl_nudging_q = 1, 1, 1, 1,
if_zfac_uv = 0, 0, 0, 0,
k_zfac_uv = 10, 10, 10, 10,
if_zfac_t = 0, 0, 0, 0,
k_zfac_t = 10, 10, 10, 10,
if_zfac_q = 0, 0, 0, 0,
k_zfac_q = 10, 10, 10, 10,
guv = 0.0003, 0.0003, 0.0003, 0.0003,
gt = 0.0003, 0.0003, 0.0003, 0.0003,
gq = 0.0003, 0.0003, 0.0003, 0.0003,
io_form_gfdda = 2,
/
namelist.wps
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2008-07-27_12:00:00','2008-07-27_12:00:00','2008-07-27_12:00:00','2008-07-27_12:00:00',
end_date = '2008-07-28_12:00:00','2008-07-28_12:00:00','2008-07-28_12:00:00','2008-07-28_12:00:00'
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 0, 1, 2, 3, 4
parent_grid_ratio = 1, 3, 3, 3, 3
i_parent_start = 0, 22, 24, 25, 20
j_parent_start = 0, 28, 33, 23, 20
e_we = 100, 100, 100, 139,166
e_sn = 100, 100, 100, 139,166
geog_data_res = 'usgs_lakes','usgs_lakes','usgs_lakes','usgs_lakes'
dx = 30000,
dy = 30000,
map_proj = 'mercator',
ref_lat = 22.7,
ref_lon = 123.1,
truelat1 = 25.0,
truelat2 = 0.0,
stand_lon = 50.0,
geog_data_path = '/home03/student/maekawa/kenkyu/WRF1/WRFV3.3.1/geog/'
/
&ungrib
out_format = 'WPS',
prefix = 'FNL',
/
&metgrid
fg_name = 'FNL',
io_form_metgrid = 2,
/
namelist.input
&time_control
run_days = 0,
run_hours = 24,
run_minutes = 0,
run_seconds = 0,
start_year = 2008, 2008, 2008, 2008,
start_month = 07, 07, 07, 07,
start_day = 27, 27, 27, 27,
start_hour = 12, 12, 12, 12,
start_minute = 00, 00, 00, 00,
start_second = 00, 00, 00, 00,
end_year = 2008, 2008, 2008, 2008,
end_month = 07, 07, 07, 07,
end_day = 28, 28, 28, 28,
end_hour = 12, 12, 12, 12,
end_minute = 00, 00, 00, 00,
end_second = 00, 00, 00, 00,
interval_seconds = 21600
input_from_file = .true.,.false.,.false.,.false.,
history_interval = 10, 10, 10, 10,
frames_per_outfile = 1000, 1000, 1000, 1000,
restart = .false.,
restart_interval = 5000,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 0
/
&domains
time_step = 27,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1,
e_we = 100, 100, 100, 139,
e_sn = 100, 100, 100, 139,
e_vert = 36, 35, 35, 35,
p_top_requested = 5000,
num_metgrid_levels = 27,
num_metgrid_soil_levels = 4,
dx = 30000, 3000, 1000, 333.3333,
dy = 30000, 3000, 1000, 333.3333,
grid_id = 1, 2, 3, 4,
parent_id = 0, 1, 2, 3,
i_parent_start = 0, 22, 24, 25,
j_parent_start = 0, 28, 33, 23,
parent_grid_ratio = 1, 3, 3, 3,
parent_time_step_ratio = 1, 3, 3, 3,
feedback = 0,
smooth_option = 0
/
&physics
mp_physics = 8, 10, 10, 10,
ra_lw_physics = 1, 1, 1, 1,
ra_sw_physics = 2, 2, 2, 2,
radt = 10, 10, 10, 10,
sf_sfclay_physics = 1, 2, 2, 2,
sf_surface_physics = 1, 2, 2, 2,
bl_pbl_physics = 1, 2, 2, 2,
bldt = 0, 0, 0, 0,
cu_physics = 1, 5, 5, 5,
cudt = 5, 0, 0, 0,
isfflx = 2,
ifsnow = 0,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 1, 1, 1, 1,
num_land_cat = 28,
/
&dynamics
w_damping = 1,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 0, 0, 0, 0,
diff_6th_factor = 0.12, 0.12, 0.12, 0.12,
base_temp = 290.
damp_opt = 0,
zdamp = 5000., 5000., 5000., 5000.,
dampcoef = 0.2, 0.2, 0.2 0.2,
khdif = 0, 0, 0, 0,
kvdif = 0, 0, 0, 0,
non_hydrostatic = .true., .false., .false., .false.,
moist_adv_opt = 1, 1, 1, 1,
scalar_adv_opt = 1, 1, 1, 1,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false.,.false.,.false.,
nested = .false., .false., .false., .false.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
&fdda
grid_fdda = 1, 1, 1, 1,
gfdda_inname = "wrffdda_d<domain>",
gfdda_end_h = 24, 24, 24, 24,
gfdda_interval_m = 360, 360, 360, 360,
fgdt = 0, 0, 0, 0,
if_no_pbl_nudging_uv = 0, 0, 0, 0,
if_no_pbl_nudging_t = 1, 1, 1, 1,
if_no_pbl_nudging_q = 1, 1, 1, 1,
if_zfac_uv = 0, 0, 0, 0,
k_zfac_uv = 10, 10, 10, 10,
if_zfac_t = 0, 0, 0, 0,
k_zfac_t = 10, 10, 10, 10,
if_zfac_q = 0, 0, 0, 0,
k_zfac_q = 10, 10, 10, 10,
guv = 0.0003, 0.0003, 0.0003, 0.0003,
gt = 0.0003, 0.0003, 0.0003, 0.0003,
gq = 0.0003, 0.0003, 0.0003, 0.0003,
io_form_gfdda = 2,
/