Hello: I just finish the install of WRFV3.8, Everything went ok but I get an error when I execute real.exe.
sudo mpirun --allow-run-as-root -np 1 ./real.exe
I get this error:
tail rsl.error.0000
================
taskid: 0 hostname: MYHOSTNAME
module_io_quilt_old.F 2931 T
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: module_dm.b LINE: 1903
invalid parent id for domain 2
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
tail rsl.out.0000
==============
taskid: 0 hostname: carlosM
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: module_dm.b LINE: 1903
invalid parent id for domain 2
-------------------------------------------
namelist.wps
============
&geogrid
parent_id = 1,1,
parent_grid_ratio = 1,3,
i_parent_start = 1,14,
j_parent_start = 1,17,
e_we = 100,88,
e_sn = 78,112,
geog_data_res = '10m','30s',
namelist.input
=============
&domains
time_step = 23,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 100, 88,
e_sn = 78, 112,
e_vert = 35, 35,
p_top_requested = 5000,
num_metgrid_levels = 40, 40
num_metgrid_soil_levels = 4,
dx = 3800,3800,
dy = 3800, 3800,
grid_id = 1, 2,
parent_id = 1, 1,
i_parent_start = 1, 14,
j_parent_start = 1, 17,
parent_grid_ratio = 1, 3,
parent_time_step_ratio = 1, 3,
feedback = 1,
smooth_option = 0,
/
Hope someone can guide me to resolve this.
Best regards.
sudo mpirun --allow-run-as-root -np 1 ./real.exe
I get this error:
tail rsl.error.0000
================
taskid: 0 hostname: MYHOSTNAME
module_io_quilt_old.F 2931 T
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: module_dm.b LINE: 1903
invalid parent id for domain 2
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
tail rsl.out.0000
==============
taskid: 0 hostname: carlosM
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: module_dm.b LINE: 1903
invalid parent id for domain 2
-------------------------------------------
namelist.wps
============
&geogrid
parent_id = 1,1,
parent_grid_ratio = 1,3,
i_parent_start = 1,14,
j_parent_start = 1,17,
e_we = 100,88,
e_sn = 78,112,
geog_data_res = '10m','30s',
namelist.input
=============
&domains
time_step = 23,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 100, 88,
e_sn = 78, 112,
e_vert = 35, 35,
p_top_requested = 5000,
num_metgrid_levels = 40, 40
num_metgrid_soil_levels = 4,
dx = 3800,3800,
dy = 3800, 3800,
grid_id = 1, 2,
parent_id = 1, 1,
i_parent_start = 1, 14,
j_parent_start = 1, 17,
parent_grid_ratio = 1, 3,
parent_time_step_ratio = 1, 3,
feedback = 1,
smooth_option = 0,
/
Hope someone can guide me to resolve this.
Best regards.