Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Segmentation fault - module_ra_rttm - WRFv4.1

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Hi,

We are modeling an area in southern Chile with two domains (10 and 2 km grid size) and ERA5 input

The first domain runs ok by itself, but when we add the second domain. the attached (screen capture) problem arises.

It seems related to module_ra_rrtm.

Any help is appreciated...

Andres

------------------

Here is our namelist.input

&time_control
start_year = 2018, 2018,
start_month = 12, 12,
start_day = 27, 27,
start_hour = 00, 00,
start_minute = 00, 00,
start_second = 00, 00,
end_year = 2019, 2019,
end_month = 01, 01,
end_day = 07, 07,
end_hour = 00, 00,
end_minute = 00, 00,
end_second = 00, 00,
interval_seconds = 10800,
input_from_file = .true., .true.,
history_interval = 180, 60,
frames_per_outfile = 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 = 60,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 100, 286,
e_sn = 120, 386,
e_vert = 44, 44,
num_metgrid_levels = 138,
num_metgrid_soil_levels = 4,
dx = 10000, 2000,
dy = 10000, 2000,
grid_id = 1, 2,
parent_id = 1, 1,
i_parent_start = 1, 22,
j_parent_start = 1, 22,
parent_grid_ratio = 1, 5,
parent_time_step_ratio = 1, 5,
feedback = 1,
smooth_option = 0,
max_dz = 1500,
use_adaptive_time_step = .true.,
step_to_output_time = .true.,
target_cfl = 1.2,
target_hcfl = .84,
max_step_increase_pct = 5,
starting_time_step = 24,
max_time_step = 120,
min_time_step = 30,
adaptation_domain = 1,
/

&physics
mp_physics = 8, 8,
ra_lw_physics = 1, 1,
ra_sw_physics = 2, 2,
radt = 5, 5,
sf_sfclay_physics = 4, 4,
sf_surface_physics = 1, 1,
bl_pbl_physics = 4, 4,
bldt = 0, 0,
cu_physics = 2, 0,
cudt = 5, 5,
isfflx = 1,
ifsnow = 0,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 5,
num_land_cat = 21,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
/

&fdda
/

&dynamics
w_damping = 0,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 0, 0,
diff_6th_factor = 0.12, 0.12,
base_temp = 290.,
damp_opt = 0,
zdamp = 5000., 5000.,
dampcoef = 0.2, 0.2,
khdif = 0, 0,
kvdif = 0, 0,
non_hydrostatic = .true., .true.,
moist_adv_opt = 1, 1,
scalar_adv_opt = 1, 1,
/

&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false.,
nested = .false., .true.,
/

&grib2
/

&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
 

Attachments

  • Captura de pantalla de 2020-08-07 16-17-50.png
    Captura de pantalla de 2020-08-07 16-17-50.png
    239.1 KB · Views: 400
Hi,
Can you please attach all of your output files (e.g. rsl.error.*)? If there are multiple rsl files, please package them into a single .tar file (not *.rar - we cannot open .rar files). See the forum home page for instructions on attaching files. Thanks.
 
Top