爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 8103|回复: 6

wrf三层嵌套./real.exe后只生成了d01的两个文件,d02和d03没有,求解

[复制链接]
发表于 2022-3-25 16:56:17 | 显示全部楼层 |阅读模式

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

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

x
real完也没有报错
附 namelist.input
&time_control
run_days                            = 7,
run_hours                           = 0,
run_minutes                         = 0,
run_seconds                         = 0,
start_year                          = 2019,2019,2019,
start_month                         = 09,09,09,
start_day                           = 03,03,03,
start_hour                          = 00,00,00,
end_year                            = 2019,2019,2019,
end_month                           = 09,09,09,
end_day                             = 10,10,10,
end_hour                            = 00,00,00,
interval_seconds                    = 21600
input_from_file                     = .true.,.true.,.true.,
history_interval                    = 60,60,60
frames_per_outfile                  = 24,24,24,
restart                             = .false.,
restart_interval                    = 5000,
io_form_history                     = 2
io_form_restart                     = 2
io_form_input                       = 2
io_form_boundary                    = 2
auxinput4_inname = "wrflowinp_d<domain>",
auxinput4_interval = 360,
io_form_auxinput4 = 2
/

&domains
time_step                           = 60,
time_step_fract_num                 = 0,
time_step_fract_den                 = 1,
max_dom                             = 1,
e_we                                = 93,163,331
e_sn                                = 93,163,331
e_vert                              = 45,
p_top_requested                     = 5000,
num_metgrid_levels                  = 38,
num_metgrid_soil_levels             = 4,
dx                                  = 30000,10000,3333.3
dy                                  = 30000,10000,3333.3
grid_id                             = 1,2,3,
parent_id                           = 0,1,2,
i_parent_start                      = 1,5,5,
j_parent_start                      = 1,18,18,
parent_grid_ratio                   = 1,3,3,
parent_time_step_ratio              = 1,3,3,
feedback                            = 1,
smooth_option                       = 0
/

&physics
physics_suite                       = 'CONUS'
mp_physics                          = -1,    -1,    -1,
cu_physics                          = -1,    -1,     0,
ra_lw_physics                       = -1,    -1,    -1,
ra_sw_physics                       = -1,    -1,    -1,
bl_pbl_physics                      = -1,    -1,    -1,
sf_sfclay_physics                   = -1,    -1,    -1,
sf_surface_physics                  = -1,    -1,    -1,
radt                                = 30,    30,    30,
bldt                                = 0,     0,     0,
cudt                                = 5,     5,     5,
icloud                              = 1,
num_land_cat                        = 21,
sf_urban_physics                    = 0,     0,     0,
sst_update                          = 1  
/

&fdda
/

&dynamics
hybrid_opt                          = 2,
w_damping                           = 0,
diff_opt                            = 1,      1,      1,
km_opt                              = 4,      4,      4,
diff_6th_opt                        = 0,      0,      0,
diff_6th_factor                     = 0.12,   0.12,   0.12,
base_temp                           = 290.
damp_opt                            = 3,
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,     
gwd_opt                             = 1,
/

&bdy_control
spec_bdy_width                      = 5,
specified                           = .true.
/

&grib2
/

&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/


密码修改失败请联系微信:mofangbao
发表于 2022-3-25 17:01:00 | 显示全部楼层
max_dom                             = 1,
这个不改成3怎么会有3重嵌套
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

 楼主| 发表于 2022-3-25 17:02:15 | 显示全部楼层
只生成了d01
1648198887(1).jpg
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

 楼主| 发表于 2022-3-25 17:07:17 | 显示全部楼层
andrewsoong 发表于 2022-3-25 17:01
max_dom                             = 1,
这个不改成3怎么会有3重嵌套

谢谢
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

 楼主| 发表于 2022-3-25 17:11:53 | 显示全部楼层
本帖最后由 GGBOOM 于 2022-3-25 17:21 编辑
andrewsoong 发表于 2022-3-25 17:01
max_dom                             = 1,
这个不改成3怎么会有3重嵌套

history_interval                    = 60,  60,   60,           ---多久输出一次数据
frames_per_outfile                  = 24, 24, 24, ---每个生成数据文件中包含多少个时刻的值,

这样设置是每一个数据文件里是一天的数据,请问对吗
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

发表于 2022-3-25 18:16:31 | 显示全部楼层
GGBOOM 发表于 2022-3-25 17:11
history_interval                    = 60,  60,   60,           ---多久输出一次数据
frames_per_out ...

24个
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

 楼主| 发表于 2022-3-25 18:24:34 | 显示全部楼层

这24个时刻的时间间隔就是
history_interval                    = 60
这个设置的60分钟吧?
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

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

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