- 积分
- 3035
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-1-19
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
求各位大神指点,我的错误如下:
Assume Noah LSM input
d01 2018-03-31_18:00:00 Total post number of sea ice location changes (water to land) = 33
d01 2018-03-31_18:00:00 Timing for processing 0 s.
d01 2018-03-31_18:00:00 Timing for output 0 s.
d01 2018-03-31_18:00:00 Timing for loop # 1 = 1 s.
metgrid input_wrf.F first_date_input = 2018-04-01_00:00:00
metgrid input_wrf.F first_date_nml = 2018-03-31_18:00:00
d01 2018-04-01_00:00:00 Timing for input 0 s.
d01 2018-04-01_00:00:00 flag_soil_layers read from met_em file is 1
d01 2018-04-01_00:00:00 Turning off use of MAX WIND level data in vertical interpolation
d01 2018-04-01_00:00:00 Turning off use of TROPOPAUSE level data in vertical interpolation
Using sfcprs3 to compute psfc
d01 2018-04-01_00:00:00 flag value of flag_qnwfa is 0
d01 2018-04-01_00:00:00 No average surface temperature for use with inland lakes
Assume Noah LSM input
d01 2018-04-01_00:00:00 Total post number of sea ice location changes (water to land) = 13
d01 2018-04-01_00:00:00 Timing for processing 0 s.
d01 2018-04-01_00:00:00 Timing for output 0 s.
d01 2018-04-01_00:00:00 Timing for loop # 2 = 0 s.
metgrid input_wrf.F first_date_input = 2018-04-01_06:00:00
metgrid input_wrf.F first_date_nml = 2018-03-31_18:00:00
但我的namelist上时间是没有问题的,如下:
&time_control
run_days = 0,
run_hours = 24,
run_minutes = 0,
run_seconds = 0,
start_year = 2018, 2018, 2018,
start_month = 3, 3, 3,
start_day = 31, 31, 31,
start_hour = 18, 18, 18,
start_minute = 00, 00, 00,
start_second = 00, 00, 00,
end_year = 2018, 2018, 2018,
end_month = 4, 4, 4,
end_day = 1, 1, 1,
end_hour = 18, 18, 18,
end_minute = 00, 00, 00,
end_second = 00, 00, 00,
interval_seconds = 21600,
input_from_file = .true., .true., .true.,
history_interval = 180, 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 = 180,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 3,
e_we = 101, 133, 187,
e_sn = 111, 127, 187,
e_vert = 30, 30, 30,
p_top_requested = 5000,
num_metgrid_levels = 32,
num_metgrid_soil_levels = 4,
dx = 30000, 10000, 3333.333,
dy = 30000, 10000, 3333.333,
grid_id = 1, 2, 3,
parent_id = 1, 1, 2,
i_parent_start = 1, 31, 30,
j_parent_start = 1, 17, 30,
parent_grid_ratio = 1, 3, 3,
parent_time_step_ratio = 1, 3, 3,
feedback = 1,
smooth_option = 0,
/
&physics
mp_physics = 3, 3, 3,
ra_lw_physics = 1, 1, 1,
ra_sw_physics = 1, 1, 1,
radt = 10, 10, 10,
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,
cudt = 5, 5, 5,
isfflx = 1,
ifsnow = 0,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 0, 0, 0,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
/
求指点是什么原因啊啊啊,我目前怀疑是radt有问题。但我看说dx=10km,取10分钟。所以我就取了10分钟,d01能出来,但是d02,d03就出不来了。请问是这个原因吗?如何改呢?在线等,救救可怜的孩子吧
|
|