爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 6628|回复: 0

WRF新手,运行real.exe没有出现wrfinput等文件

[复制链接]
发表于 2020-11-23 17:10:13 | 显示全部楼层 |阅读模式
数值模式
使用语言: 中文
我看过提问的智慧: 看过
自己思考时长(天): 7
问题概况: nameilist.wps如下
&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '2015-12-01_00:00:00','2015-12-01_00:00:00','2015-11-25_00:00:00'
end_date = '2015-12-31_00:00:00','2015-12-31_00:00:00','2015-12-02_00:00:00'
interval_seconds = 21600
io_form_geogrid = 2,
/

&geogrid
parent_id = 0, 1,
parent_grid_ratio = 1, 3,
i_parent_start = 1, 58,
j_parent_start = 1, 32,
e_we = 102, 58,
e_sn = 72, 58,
geog_data_res = 'default','default',
dx = 27000,
dy = 27000,
map_proj = 'lambert',
ref_lat = 40,
ref_lon = 105,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = 105.0,
geog_data_path = '/home/WPS_GEOG/'
/
geog_data_res = 'modis_lakes+2m','modis_lakes+2m','modis_lakes+2m'

&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/

namelist.input如下:
&time_control
start_year = 2015, 2015,
start_month = 12, 12,
start_day = 01, 01,
start_hour = 00, 00,
start_minute = 00, 00,
start_second = 00, 00,
end_year = 2015, 2015,
end_month = 12, 12,
end_day = 31, 31,
end_hour = 00, 00,
end_minute = 00, 00,
end_second = 00, 00,
interval_seconds = 21600
input_from_file = .true.,.true.,.true.,
history_interval = 60, 60, 60,
frames_per_outfile = 9999, 9999, 1000,
restart = .false.,
restart_interval_h = 6
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 300
auxinput4_interval = 360, 360 ,
io_form_auxinput4 = 2
auxinput4_inname = 'wrflowinp_d<domain>',
write_hist_at_0h_rst = .false.
auxinput8_inname = 'wrf_gocart_backg'
io_form_auxinput8 = 0,
auxinput5_inname = 'wrfchemi_<hr>z_d<domain>',
auxinput5_interval_m = 720, 720,
io_form_auxinput5 = 2,
frames_per_auxinput5 = 1, 1,
/

&domains
time_step = 150
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2
e_we = 102, 58,
e_sn = 72, 58,
e_vert = 31, 31,
p_top_requested = 10000,
num_metgrid_levels = 27,
num_metgrid_soil_levels = 4,
dx = 27000, 9000,
dy = 27000, 9000,
grid_id = 1, 2,
parent_id = 0, 1,
i_parent_start = 1, 58,
j_parent_start = 1, 32,
parent_grid_ratio = 1, 3,
parent_time_step_ratio = 1, 3,
feedback = 1,
smooth_option = 0
interp_type = 1
lowest_lev_from_sfc = .false.
lagrange_order = 1
force_sfc_in_vinterp = 1
zap_close_levels = 500
sfcp_to_sfcp = .false.
adjust_heights = .false.

/
&physics
sst_update = 0
mp_physics = 2, 2, 3,
ra_lw_physics = 1, 1, 3,
ra_sw_physics = 1, 1, 3,
radt = 30, 30, 30,
sf_sfclay_physics = 1, 1, 1,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 1, 1, 1,
bldt = 0, 0, 0,
cu_physics = 1, 1, 0,
cu_diag = 1, 2, 0,
cudt = 5, 5, 5,
isfflx = 1,
ifsnow = 0,
icloud = 1,
surface_input_source = 4,
num_soil_layers = 4,
num_land_cat = 20,
surface_input_source = 1,
sf_urban_physics = 0, 0, 1,
tmn_update = 1,
sst_skin = 1,
progn = 1,
mp_zero_out = 0,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
/
&fdda
grid_fdda = 1, 1, 0,
gfdda_inname = "wrffdda_d<domain>",
gfdda_end_h = 9999, 9999, 2000,
gfdda_interval_m = 360, 360, 360,
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.,
h_mom_adv_order = 5, 5, 5,
v_mom_adv_order = 3, 3, 3,
h_sca_adv_order = 5, 5, 5,
v_sca_adv_order = 3, 3, 3,
moist_adv_opt = 1, 1, 1,
scalar_adv_opt = 1, 1, 1,
chem_adv_opt = 2, 2, 2,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
spec_exp = 0.33,
specified = .true., .false.,.false.,
nested = .false., .true., .true.,
/

&scm
/
&noah_mp
/
&fire
/
&dfi_control
/
&tc
/
&diags
/
&logging
/

&grib2
/

&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
问题截图:
系统平台: 数值模拟

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
问题报错已上传,跪求大神解答,万分感谢 ,救救WRF小白
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表