Hello everyone.
I am trying to establish eta_levels close to the surface and close to each other. The problem I have is that when I put them very close I have to set a low time_step, which causes the run to be very slow.
I have tried to use adaptive_time_step to improve the time. But I tried different variables and the run always stops without any data about the error, just a segmentation fault.
Right now I have the following configuration in the namelist, but I have tried to modify max_time_step, min_time_step, etc., without success. If I don't use adative_time_step I have to set the time_step to 18 to run successfully.
Any suggestions to use the adapted time step?
I am trying to establish eta_levels close to the surface and close to each other. The problem I have is that when I put them very close I have to set a low time_step, which causes the run to be very slow.
I have tried to use adaptive_time_step to improve the time. But I tried different variables and the run always stops without any data about the error, just a segmentation fault.
Right now I have the following configuration in the namelist, but I have tried to modify max_time_step, min_time_step, etc., without success. If I don't use adative_time_step I have to set the time_step to 18 to run successfully.
Any suggestions to use the adapted time step?
Code:
&domains
use_adaptive_time_step = .true.,
step_to_output_time = .true.,
target_cfl = 1.2,1.2,1.2,
target_hcfl = 0.84,0.84,0.84,
max_step_increase_pct = 5,51,51,
starting_time_step = -1,-1,-1,
max_time_step = -1,-1,-1,
min_time_step = -1,-1,-1,
adaptation_domain = 1,
time_step = 18,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 3,
e_we = 55,61,94,
e_sn = 55,61,88,
e_vert = 28,28,28,
p_top_requested = 5000,
!auto_levels_opt = 2,
!max_dz = 1000,
!dzbot = 50,
!dzstretch_s = 1.4,
!dzstretch_u = 1.2,
eta_levels = 1.000, 0.9950, 0.9925, 0.9901, 0.9876,
0.922, 0.894, 0.860, 0.817, 0.766,
0.707, 0.644, 0.576, 0.507, 0.444,
0.380, 0.324, 0.273, 0.228, 0.188,
0.152, 0.121, 0.093, 0.069, 0.048,
0.029, 0.014, 0.000,
num_metgrid_levels = 34,
num_metgrid_soil_levels = 4,
dx = 9000,3000,1000,
dy = 9000,3000,1000,
grid_id = 1,2,3,
parent_id = 1,1,2,
i_parent_start = 1,17,14,
j_parent_start = 1,18,17,
parent_grid_ratio = 1,3,3,
parent_time_step_ratio = 1,3,3,
feedback = 1,
smooth_option = 0,
/