Hi guys! When I use ndown program and set vert_refine_fact=2, I always get the following error:
taskid: 0 hostname: login05
module_io_quilt_old.F 2931 T
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 5805
invalid parent id for domain 2
-------------------------------------------
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
domain part in my namelist.input is:
&domains
time_step = 2,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 625, 971,
e_sn = 637, 1001,
e_vert = 50, 200,
vert_refine_fact = 1, 3,
vert_refine_method = 0, 1,
rebalance = 1,
p_top_requested = 5000,
num_metgrid_levels = 34,
num_metgrid_soil_levels = 4,
dx = 500,
dy = 500,
grid_id = 1, 2,
parent_id = 0, 1,
i_parent_start = 1, 384,
j_parent_start = 1, 64,
parent_grid_ratio = 1, 5,
parent_time_step_ratio = 1, 4,
feedback = 1,
smooth_option = 0
eta_levels = 1.000, 0.995, 0.990, 0.983, 0.975,
0.965, 0.953, 0.938, 0.920, 0.898,
0.876, 0.854, 0.832, 0.810, 0.788,
0.766, 0.744, 0.722, 0.700, 0.678,
0.656, 0.634, 0.612, 0.590, 0.570,
0.550, 0.530, 0.510, 0.490, 0.470,
0.450, 0.430, 0.410, 0.390, 0.370,
0.350, 0.330, 0.310, 0.290, 0.270,
0.250, 0.225, 0.195, 0.160, 0.120,
0.070, 0.035, 0.015, 0.005, 0.000,
/
I also meet this error when I use real.exe, so I want to ask: Why does this error happen? and what should I do to solve this problem? Thanks!!!
taskid: 0 hostname: login05
module_io_quilt_old.F 2931 T
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 5805
invalid parent id for domain 2
-------------------------------------------
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
domain part in my namelist.input is:
&domains
time_step = 2,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 625, 971,
e_sn = 637, 1001,
e_vert = 50, 200,
vert_refine_fact = 1, 3,
vert_refine_method = 0, 1,
rebalance = 1,
p_top_requested = 5000,
num_metgrid_levels = 34,
num_metgrid_soil_levels = 4,
dx = 500,
dy = 500,
grid_id = 1, 2,
parent_id = 0, 1,
i_parent_start = 1, 384,
j_parent_start = 1, 64,
parent_grid_ratio = 1, 5,
parent_time_step_ratio = 1, 4,
feedback = 1,
smooth_option = 0
eta_levels = 1.000, 0.995, 0.990, 0.983, 0.975,
0.965, 0.953, 0.938, 0.920, 0.898,
0.876, 0.854, 0.832, 0.810, 0.788,
0.766, 0.744, 0.722, 0.700, 0.678,
0.656, 0.634, 0.612, 0.590, 0.570,
0.550, 0.530, 0.510, 0.490, 0.470,
0.450, 0.430, 0.410, 0.390, 0.370,
0.350, 0.330, 0.310, 0.290, 0.270,
0.250, 0.225, 0.195, 0.160, 0.120,
0.070, 0.035, 0.015, 0.005, 0.000,
/
I also meet this error when I use real.exe, so I want to ask: Why does this error happen? and what should I do to solve this problem? Thanks!!!