- 积分
- 85
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2022-11-11
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
namelist.input\
&time_control
run_days = 7,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2022, 2022,
start_month = 03, 03,
start_day = 01, 01,
start_hour = 00, 00,
end_year = 2022, 2022,
end_month = 03, 03,
end_day = 08, 08,
end_hour = 00, 00,
interval_seconds = 10800
input_from_file = .true., .true.,
frames_per_outfile = 2500, 2500,
history_interval = 15, 15,
restart = .false.,
restart_interval = 7200,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
io_form_auxinput4 = 2
auxinput4_interval_s = 10800
auxinput4_inname = "wrflowinp_d<domain>"
iofields_filename = 'my_file_d01.txt', 'my_file_d01.txt'
/
&domains
time_step = 30,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 480, 1252,
e_sn = 440, 1144,
e_vert = 34, 34,
dzstretch_s = 2.5,
p_top_requested = 5000,
num_metgrid_levels = 34,
num_metgrid_soil_levels = 4,
dx = 9000, 3000
dy = 9000, 3000
grid_id = 1, 2,
parent_id = 1, 1,
i_parent_start = 1, 12,
j_parent_start = 1, 9,
parent_grid_ratio = 1, 3,
parent_time_step_ratio = 1, 1,
feedback = 1,
smooth_option = 0
/
&physics
physics_suite = 'CONUS'
mp_physics = -1, -1,
cu_physics = -1, -1,
ra_lw_physics = -1, -1,
ra_sw_physics = -1, -1,
bl_pbl_physics = 1, 1,
sf_sfclay_physics = 1, 1,
sf_surface_physics = -1, -1,
radt = 15, 15,
bldt = 0, 0,
cudt = 0, 0,
icloud = 1,
num_land_cat = 21,
sf_urban_physics = 0, 0,
fractional_seaice = 1,
sst_update = 1,
surface_input_source =1 ,
/
&fdda
/
&dynamics
hybrid_opt = 2,
w_damping = 0,
diff_opt = 2, 2,
km_opt = 4, 4,
diff_6th_opt = 0, 0,
diff_6th_factor = 0.12, 0.12,
base_temp = 290.
damp_opt = 3,
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,
gwd_opt = 1, 0,
/
&bdy_control
spec_bdy_width = 5,
specified = .true.
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
namelist.wps
&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '2022-03-01_00:00:00','2022-03-01_00:00:00',
end_date = '2022-03-08_00:00:00','2022-03-08_00:00:00',
interval_seconds = 10800
/
&geogrid
parent_id = 1, 1,
parent_grid_ratio = 1, 3,
i_parent_start = 1, 12,
j_parent_start = 1, 9,
e_we = 480, 1252,
e_sn = 440, 1144,
geog_data_res = 'default','default',
dx = 9000,
dy = 9000,
map_proj = 'lambert',
ref_lat = 32,
ref_lon = 101,
stand_lon = 101,
truelat1 = 32,
truelat2 = 32,
geog_data_path = '/public1/home/yangkai/lpy/geog/WPS_GEOG'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
/
麻烦各位前辈看下是哪里出了问题,嵌套区域格点数大概在1200*1200个,之前格点数较少的时候还没现在的问题。
|
|