- 积分
- 808
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-10-25
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
2016-12-31 10:06:45.083 --- Subroutine DATINT: Interpolating 3-d files to fill in any missing data...
2016-12-31 10:06:45.083 --- Looking for data at time 2000-01-24_12
2016-12-31 10:06:45.083 --- Found file: FILE:2000-01-24_12
2016-12-31 10:06:45.083 --- Looking for data at time 2000-01-24_18
2016-12-31 10:06:45.083 --- Found file: FILE:2000-01-24_18
2016-12-31 10:06:45.083 --- Looking for data at time 2000-01-25_00
2016-12-31 10:06:45.083 --- Found file: FILE:2000-01-25_00
2016-12-31 10:06:45.083 --- Looking for data at time 2000-01-25_06
2016-12-31 10:06:45.083 --- Found file: FILE:2000-01-25_06
2016-12-31 10:06:45.083 --- Looking for data at time 2000-01-25_12
2016-12-31 10:06:45.083 --- Found file: FILE:2000-01-25_12
2016-12-31 10:06:45.083 --- Looking for data at time 2000-01-25_18
2016-12-31 10:06:45.083 --- Found file: FILE:2000-01-25_18
2016-12-31 10:06:45.083 --- Looking for data at time 2000-01-26_00
2016-12-31 10:06:45.084 --- Found file: FILE:2000-01-26_00
2016-12-31 10:06:45.084 --- Looking for data at time 2000-01-26_06
2016-12-31 10:06:45.084 --- ERROR: Data not found: 2000-01-26_06:00:00.0000
~
我的namelist.wps如下:
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2000-01-24_12:00:00',
end_date = '2001-01-25_12:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
e_we = 74,
e_sn = 61,
geog_data_res = 'default',
dx = 3000,
dy = 3000,
map_proj = 'lambert',
ref_lat = 34.83,
ref_lon = -81.03,
truelat1 = 30.0,
1,2 Top
truelat2 = 60.0,
stand_lon = -98.0,
geog_data_path = '/stor9000/apps/appsoftware/Build_WRF/WPS_GEOG'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'SFC','PRESS'
io_form_metgrid = 2,
/
|
|