- 积分
- 243
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-7-2
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
大家好,我compile WPS, WRF都过了,./ungrib.exe时出现以下错误:
*** Starting program ungrib.exe ***
GETH_IDTS: Month of NDATE = 0
GETH_IDTS: Month of ODATE = 0
GETH_IDTS: Day of NDATE = 0
GETH_IDTS: Day of ODATE = 0
Screwy NDATE: 0-00-00_00:00:00
Error_ndate
----- 已做步骤如下:
1) change namelist.wps
2) ./geogrid.exe
3) ln -sf ungrib/Variable_Tables/Vtable.GFS Vtable
4) ./link_grib.csh /home/yjh/work/WRF/data/avn/*fnl
---- namelist.wps 里改动了start_date 和 end_date:
&share
wrf_core = 'ARW',
max_dom = 2,
& start_date = '2006-08-16_12:00:00','2006-08-16_12:00:00',
& end_date = '2006-08-16_18:00:00','2006-08-16_12:00:00',
start_date = '2000-01-24_12:00:00','2000-01-24_12:00:00',
end_date = '2000-01-25_00:00:00','2000-01-24_12:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
------ WPS 目录下文件有:
arch geogrid metgrid.log
clean geogrid.exe namelist.wps ungrib
compile geogrid.log namelist.wps.all_options ungrib.exe
compile.log GRIBFILE.AAA namelist.wps.fire ungrib.log
configure GRIBFILE.AAB namelist.wps.global util
configure.wps GRIBFILE.AAC namelist.wps.nmm Vtable
configure.wps.backup link_grib.csh namelist.wps.ori
geo_em.d01.nc metgrid PFILE:1999-08-01_00
geo_em.d02.nc metgrid.exe README
------ 我的问题:
1) 为什么有两个start_date and end_date 值?
2) 在util目录下, ./avg_tsfc.exe
ERROR: Error opening file namelist.wps
还有,没有plotfmt.exe, plotgrids.exe
是不是我的WPS编译有问题?还是namelist.wps 没改好? |
|