- 积分
 - 245
 
	- 贡献
 -  
 
	- 精华
 
	- 在线时间
 -  小时
 
	- 注册时间
 - 2016-12-6
 
	- 最后登录
 - 1970-1-1
 
 
 
 
 
 
 | 
	
 
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册 
 
 
 
x
 
wrf初学者,想要用到WRF_CLM时发现难度对于小白真的有点大,求各路大神们能否指导一下怎么做。用的是wrf3.7,数据用的是GFS_Global_onedeg_20180131_1200.grib2的数据,然后的设置是 
namelist.wps: 
&share 
 wrf_core = 'ARW', 
 max_dom = 3, 
 start_date = '$yearstart-$monthstart-$daystart$hourstart', '$yearstart-$monthstart-$daystart$hourstart', '$yearstart-$monthstart-$daystart$hourstart',   
 end_date   = '$yearend-$monthend-$dayend$hourend', '$yearend-$monthend-$dayend$hourend', '$yearend-$monthend-$dayend$hourend',  
 interval_seconds = 10800, 
 io_form_geogrid = 2, 
 debug_level = 0, 
/ 
 
&geogrid 
 parent_id         = 1,1,2, 
 parent_grid_ratio = 1,5,5, 
 i_parent_start    = 1,43,40, 
 j_parent_start    = 1,41,40, 
 e_we          = 100,81,81, 
 e_sn          = 100,101,131, 
 geog_data_res = 'modis_lakes','modis_lakes','modis_lakes', 
 dx = 25000, 
 dy = 25000, 
 map_proj =  'lambert', 
 ref_lat   = 25.75, 
 ref_lon   = 100.2, 
 truelat1  = 25.75, 
 truelat2  = 25.75, 
 stand_lon = 100.2, 
 geog_data_path = '../geog', 
 ref_x = 50.0, 
 ref_y = 50.0, 
/ 
 
&ungrib 
 out_format = 'WPS', 
 prefix = 'FILE', 
/ 
 
&metgrid 
 fg_name = 'FILE', 
 io_form_metgrid = 2, 
 / 
 
 
 
 
 
 
namelist.input: 
&time_control             
run_days                 = 0, 
run_hours                = $runhours, 
run_minutes              = 0, 
run_seconds              = 0, 
start_year               = $yearstart,  $yearstart,  $yearstart, 
start_month              = $monthstart,  $monthstart,  $monthstart, 
start_day                = $daystart,  $daystart,  $daystart, 
start_hour               = 00,       00 ,      00, 
start_minute             = 00,       00,       00, 
start_second             = 00,       00,       00, 
end_year                 = $yearend,    $yearend,    $yearend, 
end_month                = $monthend,   $monthend,   $monthend, 
end_day                  = $dayend,     $dayend,     $dayend, 
end_hour                 = 18,       18,       18, 
end_minute               = 00,       00,       00, 
end_second               = 00,       00,       00, 
interval_seconds         = 10800, 
input_from_file          = .true.,   .true.,   .true., 
history_interval         = 180,       60,       15, 
frames_per_outfile       = 1000,     1000,     1000, 
restart                  = .false., 
restart_interval         = 10000, 
io_form_history          = 2, 
io_form_restart          = 2, 
io_form_input            = 2, 
io_form_boundary         = 2, 
debug_level              = 0, 
/ 
 
&domains                  
time_step                = 100, 
time_step_fract_num      = 0, 
time_step_fract_den      = 1, 
max_dom                  = 3, 
 e_we          = 100,81,81, 
 e_sn          = 100,101,131, 
e_vert                   = 30,       30,       30, 
p_top_requested          = 5000, 
num_metgrid_levels       = 32, 
num_metgrid_soil_levels  = 4, 
dx                       = 25000,     5000,     1000, 
dy                       = 25000,     5000,     1000, 
grid_id                  = 1,        2,        3, 
parent_id                = 1,        1,        2, 
 i_parent_start    = 1,43,40, 
 j_parent_start    = 1,41,40, 
parent_grid_ratio        = 1,        5,        5, 
parent_time_step_ratio   = 1,        5,        5, 
feedback                 = 1, 
smooth_option            = 0, 
/ 
 
&physics                  
mp_physics               = 3,        3,        3, 
ra_lw_physics            = 1,        1,        1, 
ra_sw_physics            = 1,        1,        1, 
radt                     = 30,       30,       30, 
sf_sfclay_physics        = 1,        1,        1, 
sf_surface_physics       = 5,        5,        5, 
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     = 3, 
num_soil_layers          = 10, 
num_land_cat             = 21, 
sf_urban_physics         = 0,        0,        0, 
maxiens                  = 1, 
maxens                   = 3, 
maxens2                  = 3, 
maxens3                  = 16, 
ensdim                   = 144, 
sf_lake_physics          = 1,        1,        1, 
use_lakedepth            = 1, 
lake_min_elev            = 5, 
lakedepth_default        = 10, 
/ 
 
 
 
然后运行后的报错是 
d01 2018-05-08_00:00:00  alloc_space_field: domain            2 ,             233039080  bytes allocated 
d01 2018-05-08_00:00:00  alloc_space_field: domain            2 ,              10183680  bytes allocated 
d01 2018-05-08_00:00:00 *** Initializing nest domain # 2 from an input file. *** 
d01 2018-05-08_00:00:00 med_initialdata_input: calling input_input 
Timing for processing wrfinput file (stream 0) for domain        2:    0.09699 elapsed seconds 
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH" 
 LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND          33  CATEGORIES           2  SEASONS WATER CATEGORY =           17  SNOW CATEGORY =           15 
 the total number of lake grid is :          18 
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH" 
 LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND          33  CATEGORIES           2  SEASONS WATER CATEGORY =           17  SNOW CATEGORY =           15 
 the total number of lake grid is :          18 
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH" 
 LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND          33  CATEGORIES           2  SEASONS WATER CATEGORY =           17  SNOW CATEGORY =           15 
 the total number of lake grid is :          17 
Timing for Writing wrfout_d01_2018-05-08_00:00:00 for domain        1:    0.42978 elapsed seconds 
Timing for processing lateral boundary for domain        1:    0.02012 elapsed seconds 
 Tile Strategy is not specified. Assuming 1D-Y 
WRF TILE   1 IS      1 IE    100 JS      1 JE    100 
WRF NUMBER OF TILES =   1 
 
Program received signal SIGSEGV: Segmentation fault - invalid memory reference. 
 
Backtrace for this error: 
#0  0x2AF32B3966F7 
#1  0x2AF32B396D3E 
#2  0x2AF32BE2826F 
#3  0x274BEDD in __surffilemod_MOD_surfrd 
#4  0x274EA30 in __initializemod_MOD_initialize 
#5  0x274F695 in clm_ 
#6  0x2756B57 in __module_sf_clm_MOD_clmdrv 
#7  0x1D2F6BC in __module_surface_driver_MOD_surface_driver 
#8  0x1635A8B in __module_first_rk_step_part1_MOD_first_rk_step_part1 
#9  0x1076D86 in solve_em_ 
#10  0xF7C596 in solve_interface_ 
#11  0x4674F5 in __module_integrate_MOD_integrate 
#12  0x405083 in __module_wrf_top_MOD_wrf_run 
./eh_1km_90hours_wrf_with_CLM4_3days_20180508.sh: 行 266: 72791 段错误               (吐核)./wrf.exe 
 
 
 
如果将surface_input_source改回1,则会在第一次积分到最外层是同样发生SIGSEGV的报错: 
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH" 
 LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND          33  CATEGORIES           2  SEASONS WATER CATEGORY =           17  SNOW CATEGORY =           15 
 the total number of lake grid is :         321 
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH" 
 LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND          33  CATEGORIES           2  SEASONS WATER CATEGORY =           17  SNOW CATEGORY =           15 
 the total number of lake grid is :          37 
Timing for Writing wrfout_d02_2018-05-08_00:00:00 for domain        2:    0.40788 elapsed seconds 
 Tile Strategy is not specified. Assuming 1D-Y 
WRF TILE   1 IS      1 IE    101 JS      1 JE    101 
WRF NUMBER OF TILES =   1 
Timing for Writing wrfout_d03_2018-05-08_00:00:00 for domain        3:    0.41914 elapsed seconds 
 Tile Strategy is not specified. Assuming 1D-Y 
WRF TILE   1 IS      1 IE     81 JS      1 JE    131 
WRF NUMBER OF TILES =   1 
Timing for main: time 2018-05-08_00:00:04 on domain   3:   13.28650 elapsed seconds 
Timing for main: time 2018-05-08_00:00:08 on domain   3:   11.20467 elapsed seconds 
Timing for main: time 2018-05-08_00:00:12 on domain   3:   11.23630 elapsed seconds 
Timing for main: time 2018-05-08_00:00:16 on domain   3:   11.23036 elapsed seconds 
Timing for main: time 2018-05-08_00:00:20 on domain   3:   11.21173 elapsed seconds 
Timing for main: time 2018-05-08_00:00:20 on domain   2:   77.49214 elapsed seconds 
Timing for main: time 2018-05-08_00:00:24 on domain   3:   11.29260 elapsed seconds 
Timing for main: time 2018-05-08_00:00:28 on domain   3:   11.21478 elapsed seconds 
Timing for main: time 2018-05-08_00:00:32 on domain   3:   11.24352 elapsed seconds 
Timing for main: time 2018-05-08_00:00:36 on domain   3:   11.20198 elapsed seconds 
Timing for main: time 2018-05-08_00:00:40 on domain   3:   11.20774 elapsed seconds 
Timing for main: time 2018-05-08_00:00:40 on domain   2:   68.01047 elapsed seconds 
Timing for main: time 2018-05-08_00:00:44 on domain   3:   11.27929 elapsed seconds 
Timing for main: time 2018-05-08_00:00:48 on domain   3:   11.20335 elapsed seconds 
Timing for main: time 2018-05-08_00:00:52 on domain   3:   11.21882 elapsed seconds 
Timing for main: time 2018-05-08_00:00:56 on domain   3:   11.22415 elapsed seconds 
Timing for main: time 2018-05-08_00:01:00 on domain   3:   11.22845 elapsed seconds 
Timing for main: time 2018-05-08_00:01:00 on domain   2:   68.00508 elapsed seconds 
Timing for main: time 2018-05-08_00:01:04 on domain   3:   11.21923 elapsed seconds 
Timing for main: time 2018-05-08_00:01:08 on domain   3:   11.22318 elapsed seconds 
Timing for main: time 2018-05-08_00:01:12 on domain   3:   11.20409 elapsed seconds 
Timing for main: time 2018-05-08_00:01:16 on domain   3:   11.22138 elapsed seconds 
Timing for main: time 2018-05-08_00:01:20 on domain   3:   11.22979 elapsed seconds 
Timing for main: time 2018-05-08_00:01:20 on domain   2:   67.92815 elapsed seconds 
Timing for main: time 2018-05-08_00:01:24 on domain   3:   11.25097 elapsed seconds 
Timing for main: time 2018-05-08_00:01:28 on domain   3:   11.22235 elapsed seconds 
Timing for main: time 2018-05-08_00:01:32 on domain   3:   11.23978 elapsed seconds 
Timing for main: time 2018-05-08_00:01:36 on domain   3:   11.24853 elapsed seconds 
Timing for main: time 2018-05-08_00:01:40 on domain   3:   11.24026 elapsed seconds 
Timing for main: time 2018-05-08_00:01:40 on domain   2:   68.01295 elapsed seconds 
Timing for main: time 2018-05-08_00:01:40 on domain   1:  367.17447 elapsed seconds 
 
Program received signal SIGSEGV: Segmentation fault - invalid memory reference. 
 
Backtrace for this error: 
#0  0x7F53785096F7 
#1  0x7F5378509D3E 
#2  0x7F5377A0E26F 
#3  0x259E81D in __module_sf_sfclayrev_MOD_psim_stable 
#4  0x25A2E21 in __module_sf_sfclayrev_MOD_sfclayrev1d 
#5  0x25A77DD in __module_sf_sfclayrev_MOD_sfclayrev 
#6  0x1D2CE84 in __module_surface_driver_MOD_surface_driver 
#7  0x1635A8B in __module_first_rk_step_part1_MOD_first_rk_step_part1 
#8  0x1076D86 in solve_em_ 
#9  0xF7C596 in solve_interface_ 
#10  0x4674F5 in __module_integrate_MOD_integrate 
#11  0x405083 in __module_wrf_top_MOD_wrf_run 
./eh_1km_90hours_wrf_with_CLM4_3days_20180508.sh: 行 265: 51775 段错误               (吐核)./wrf.exe 
 
想请教一下各位这些问题应该怎么解决,万分感谢! 
 
 |   
 
 
 
 |