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

ERROR reading namelist domains

Kongs

Member
This is my namelist.input file. Please take a look at it for me
Thank you very much!

&time_control
run_days = 3,
run_hours = 12,
run_minutes = 0,
run_seconds = 0,
start_year = 2021
start_month = 09
start_day = 27
start_hour = 00
end_year = 2021
end_month = 09
end_day = 30
end_hour = 12
interval_seconds = 21600
input_from_file = .true.,
history_interval = 60,
frames_per_outfile = 1000,
restart = .false.,
restart_interval = 7200,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
io_form_auxinput2 = 2,
debug_level = 0,
/

&domains
time_step = 0.5,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1,
e_we = 109,
e_sn = 109,
e_vert = 58,
p_top_requested = 5000,
eta_levels=1,0.9965,0.993,0.989666667,0.986333333,0.983,0.9765,0.97,0.962,0.954,0.944,0.934,0.9215,0.909,0.8945,0.88,0.8547147,0.8294294,0.8041441,0.7788588,0.7317745,0.6868948,0.6441336,0.6034079,0.5646371,0.5277435,0.492652,0.45929,0.4275872,0.3974758,0.3688904,0.3417678,0.3160468,0.2916686,0.2685761,0.2467147,0.2260311,0.2064745,0.1879954,0.1705464,0.1540817,0.1385571,0.1239301,0.1102429,0.09761681,0.08596946,0.07522503,0.0653135,0.05617033,0.04773594,0.03995539,0.03277799,0.02615699,0.020004926,0.014415,0.009217507,0.004422931,0,
num_metgrid_levels = 34,
num_metgrid_soil_levels = 4,
dx =74.074,
dy = 74.074,
grid_id = 1
parent_id = 1,
i_parent_start = 1,
j_parent_start = 1,
parent_grid_ratio = 1,
parent_time_step_ratio = 1,
feedback = 1,
smooth_option = 0,
smooth_cg_topo = .true.,
/

&physics
mp_physics = 0,
cu_physics = 0,
ra_lw_physics = 0,
ra_sw_physics = 0,
bl_pbl_physics = 0,
sf_sfclay_physics = 1,
sf_surface_physics = 0,
topo_wind = 0,
ua_phys =.true.,
radt = 1,
bldt = 0,
cudt = 0,
icloud = 0,
num_land_cat = 21,
sf_urban_physics = 0,
/

&fdda
grid_fdda = 1, 1
gfdda_inname = "wrffdda_d<domain>"
gfdda_interval_m = 360
gfdda_end_h = 6
io_form_gfdda = 2
fgdt = 0
if_no_pbl_nudging_uv = 0
if_no_pbl_nudging_t = 0
if_no_pbl_nudging_q = 0
guv = 0.0001
gt = 0.0001
gq = 0.0001
if_ramping = 0
dtramp_min =60.0
/

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

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

&grib2
/

&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/

&scm
scm_wind_adv =.true.
scm_force_wind_largescale =.true.
/
 
Please clarify the following issues:
(1) Is this an ideal case or a real-data case?
(2) Which version of WRF did you use?
(3) What are the error messages?
 
Please clarify the following issues:
(1) Is this an ideal case or a real-data case?
(2) Which version of WRF did you use?
(3) What are the error messages?
Thank you very much for your letter. My input file was incorrectly set, and now I have discovered new issues after the changes. Could you have time to help me take a look? In my other post.

Thank you very much.
 
你在哪里发布消息?我没找到....

Where did you post your message? I didn't find it ....
Thank you very much for your letter, and I'm sorry to be a bit late in replying to you,

First of all, this is a real case

And then this is the cygwin version of wrf

Finally, I used four layers of nesting, and then ran four regions of one-way ndown.exe. The first three regions have been successfully run, but the last 74.074 region succeeded in ndown. However, when I finally ran wrf, I reported an error ERROR reading namelist domains.

Below is my namelist.iput file and error file. Please help me take a look.

Thank you very much.
 

Attachments

  • namelist.input
    5.8 KB · Views: 6
  • rsl.error.0000
    234 bytes · Views: 4
time_step is an integer variable. If you want to set time_step = 0.2, please follow the method below:

time_step =0
time_step_fract_num = 2
and time_step_fract_den = 10.
 
time_step is an integer variable. If you want to set time_step = 0.2, please follow the method below:

time_step =0
time_step_fract_num = 2
and time_step_fract_den = 10.
Thank you very much for your reply!
I will correct it according to your method and give you feedback later
 
time_step is an integer variable. If you want to set time_step = 0.2, please follow the method below:

time_step =0
time_step_fract_num = 2
and time_step_fract_den = 10.
Thank you very much for your method, and now you have successfully run wrf!
 
Top