- 积分
- 37
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2022-11-9
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
运行geogrid.exe的时候,一直被kill。不知道是什么原因,我觉得我的namelist应该没有什么错误。。mpi运行也没有成功,我已经重装很多次了,版本是WPS4.0。而且log里面也没有报错的信息。。
Parsed 28 entries in GEOGRID.TBLProcessing domain 1 of 3
Processing XLAT and XLONG
Processing MAPFAC
Processing F and E
Processing ROTANG
Processing LANDUSEF
Calculating landmask from LANDUSEF ( WATER = 17 21 )
Processing HGT_M
Processing SOILTEMP
Processing SOILCTOP
Processing SCT_DOM
Processing SOILCBOT
Processing SCB_DOM
Processing ALBEDO12M
Processing GREENFRAC
Processing LAI12M
Processing SNOALB
Processing CON
Processing VAR
Processing OA1
Processing OA2
Processing OA3
Processing OA4
Processing OL1
Processing OL2
Processing OL3
Processing OL4
Processing VAR_SSO
Processing LAKE_DEPTH
Processing URB_PARAM
Killed
下面是namelist.wps
&share
wrf_core = 'ARW',
max_dom = 3,
start_date = '2021-09-01_00:00:00','2021-09-01_00:00:00','2021-09-01_00:00:00',
end_date = '2021-09-02_00:00:00','2021-09-02_00:00:00','2021-09-02_00:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 1, 1,2,
parent_grid_ratio = 1, 3,3,
i_parent_start = 1, 66,38,
j_parent_start = 1, 55,33,
e_we = 180, 130,178,
e_sn = 145, 130,178,
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
! The default datasets used to produce the MAXSNOALB and ALBEDO12M
! fields have changed in WPS v4.0. These fields are now interpolated
! from MODIS-based datasets.
!
! To match the output given by the default namelist.wps in WPS v3.9.1,
! the following setting for geog_data_res may be used:
!
! geog_data_res = 'maxsnowalb_ncep+albedo_ncep+default', 'maxsnowalb_ncep+albedo_ncep+default',
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
geog_data_res = 'default','default','default',
dx = 27000,
dy = 27000,
map_proj = 'lambert',
ref_lat = 39.03,
ref_lon = 107.03,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = 105.0,
geog_data_path = '/BIGDATA1/data/geog/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
|
|