| 
 
	积分1093贡献 精华在线时间 小时注册时间2014-4-16最后登录1970-1-1 
 | 
 
| 
本帖最后由 dongqiru77 于 2016-5-26 22:21 编辑
x
登录后查看更多精彩内容~您需要 登录 才可以下载或查看,没有帐号?立即注册 
  
 在WPS中进行第一步./geogrid.exe后 出现
 ERROR:  Missing value encountered in output field. Quitting.
 --------------------------------------------------------------------------
 MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
 with errorcode 33986848.
 
 
 NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
 You may or may not see output from other processes, depending on
 exactly when Open MPI kills them.
 --------------------------------------------------------------------------
 而且很奇怪,我做一层嵌套的时候是successful的,但二层嵌套就不行了,求大神们指点,第一步就卡住了
  。 贴出二层嵌套的namelist.wps(其中1s的地形数据是自己转换做的)
 &share
 wrf_core = 'ARW',
 max_dom = 2,
 start_date = '2003-05-21_00:00:00','2003-05-21_00:00:00',
 end_date   = '2003-05-25_00:00:00','2003-05-25_00:00:00',
 interval_seconds = 21600
 io_form_geogrid = 2,
 subgrid_ratio_x = 1,25,
 subgrid_ratio_y = 1,25,
 /
 &geogrid
 parent_id         =   1,    1,
 parent_grid_ratio =   1,    4,
 i_parent_start    =   1,   27,
 j_parent_start    =   1,   46,
 e_we              =  104, 153,
 e_sn              =  102, 153,
 geog_data_res     = '2m','1s',
 dx = 2000,
 dy = 2000,
 map_proj = 'lambert',
 ref_lat   =  47.16,
 ref_lon   = 119.526,
 truelat1  =  47.16,
 truelat2  =  60.0,
 stand_lon = 119.526,
 geog_data_path = '/public1/WRF-DATA/geog/'
 /
 &ungrib
 out_format = 'WPS',
 prefix = 'FILE',
 /
 &metgrid
 fg_name = 'FILE'
 io_form_metgrid = 2,
 /
 
 
 
 
 | 
 |