- 积分
- 65
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-7-30
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2012-4-14 14:48:40
|
显示全部楼层
后面这个两层嵌套的namelist.wps如下:
&share
wrf_core = 'ARW',
max_dom = 3,
start_date = '2003-06-30_00:00:00','2003-06-30_00:00:00','2003-6-30_00:00:00',
end_date = '2003-07-01_00:00:00','2003-07-01_00:00:00','2003-7-01_00:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
/
&geogrid
parent_id = 1, 1, 2
parent_grid_ratio = 1, 3, 3
i_parent_start = 1, 29, 35,
j_parent_start = 1, 28, 36,
e_we = 100, 136, 190,
e_sn = 95, 127,175,
geog_data_res = '10m','2m','2m'
dx = 18000,
dy = 18000,
map_proj = 'lambert',
ref_lat = 30.3,
ref_lon = 120,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = 120,
geog_data_path = '/scratch/student/GeoData/wrf3/geog',
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
2.namelist.input如下:
&time_control
run_days = 0,
run_hours = 24,
run_minutes = 0,
run_seconds = 0,
start_year = 2003, 2003, 2003,
start_month = 06, 06, 06,
start_day = 30, 30, 30,
start_hour = 00, 00 00,
start_minute = 00, 00, 00,
start_second = 00, 00, 00,
end_year = 2003, 2003, 2003,
end_month = 07, 07, 07,
end_day = 01, 01, 01,
end_hour = 00, 00, 00,
end_minute = 00, 00, 00,
end_second = 00, 00, 00,
interval_seconds = 21600,
input_from_file = .true.,.true.,.true.,
history_interval = 60, 60, 60,
frames_per_outfile = 1000, 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 = 120,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 3,
e_we = 100, 172, 244,
e_sn = 107, 133, 181,
e_vert = 37, 37, 37,
p_top_requested = 5000,
num_metgrid_levels = 27,
num_metgrid_soil_levels = 2,
dx = 18000, 6000, 2000,
dy = 18000, 6000, 2000,
grid_id = 1, 2, 3,
parent_id = 1, 1, 2,
i_parent_start = 1,23,46,
j_parent_start = 1,32,39,
parent_grid_ratio = 1, 3, 3,
parent_time_step_ratio = 1, 3, 3,
feedback = 1,
smooth_option = 0
/
&physics
mp_physics = 2, 2, 2,
ra_lw_physics = 1, 1, 1,
ra_sw_physics = 1, 1, 1,
radt = 0, 0, 0,
sf_sfclay_physics = 2, 2, 2,
sf_surface_physics = 1, 1, 1,
bl_pbl_physics = 2, 2, 2,
bldt = 0, 0, 0,
cu_physics = 2, 2, 0,
cudt = 0, 0, 0,
isfflx = 1,
ifsnow = 0,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 0,
/
&fdda
grid_fdda = 1, 1, 1,
gfdda_inname = "wrffdda_d<domain>",
gfdda_end_h = 24, 24, 24,
gfdda_interval_m = 180, 180, 180,
fgdt = 0, 0, 0,
if_no_pbl_nudging_uv = 0, 0, 0,
if_no_pbl_nudging_t = 1, 1, 1,
if_no_pbl_nudging_q = 1, 1, 1,
if_zfac_uv = 0, 0, 0,
k_zfac_uv = 10, 10, 10,
if_zfac_t = 0, 0, 0,
k_zfac_t = 10, 10, 10,
if_zfac_q = 0, 0, 0,
k_zfac_q = 10, 10, 10,
guv = 0.0003, 0.0003, 0.0003,
gt = 0.0003, 0.0003, 0.0003,
gq = 0.0003, 0.0003, 0.0003,
if_ramping = 1,
dtramp_min = 60.0,
io_form_gfdda = 2,
/
&dynamics
w_damping = 0,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 0, 0, 0,
diff_6th_factor = 0.12, 0.12, 0.12,
base_temp = 290.
damp_opt = 0,
zdamp = 5000., 5000., 5000.,
dampcoef = 0.2, 0.2, 0.2
khdif = 0, 0, 0,
kvdif = 0, 0, 0,
non_hydrostatic = .true., .true., .true.,
moist_adv_opt = 1, 1, 1,
scalar_adv_opt = 1, 1, 1,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false.,.false.,
nested = .false., .true., .true.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
|
|