- 积分
- 631
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-4-26
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
按照ZT 搞定Ubuntu: 单机WRF安装这篇文章搞了一下wrf。在安装过程中有个小小的问题,求助,本人新接触这个东东。
用ncdump命令检验netcdf安装是否成功时,出现
~/WRFV3$ ncdump
ncdump [-c|-h] [-v ...] [[-b|-f] [c|f]] [-l len] [-n name] [-p n[,n]] [-k] [-x] [-s] [-t|-i] [-g ...] [-w] file
[-c] Coordinate variable data and header information
[-h] Header information only, no data
[-v var1[,...]] Data for variable(s) <var1>,... only
[-b [c|f]] Brief annotations for C or Fortran indices in data
[-f [c|f]] Full annotations for C or Fortran indices in data
[-l len] Line length maximum in data section (default 80)
[-n name] Name for netCDF (default derived from file name)
[-p n[,n]] Display floating-point values with less precision
[-k] Output kind of netCDF file
[-s] Output special (virtual) attributes
[-t] Output time data as date-time strings
[-i] Output time data as date-time strings with ISO-8601 'T' separator
[-g grp1[,...]] Data and metadata for group(s) <grp1>,... only
[-w] With client-side caching of variables for DAP URLs
[-x] Output XML (NcML) instead of CDL
file Name of netCDF file (or URL if DAP access enabled)
netcdf library version 4.3.0 of Sep 22 2013 15:21:14 $
应该证明安装成功了,在configure时出现
Settings listed above are written to configure.wrf.
If you wish to change settings, please edit that file.
If you wish to change the default options, edit the file:
arch/configure_new.defaults
grep: /home/ztftom/util/netcdf/include/netcdf.inc: 没有那个文件或目录
Testing for NetCDF, C and Fortran compiler
no entry netcdf.o in archive
This installation NetCDF is
C compiler is 32-bit
Fortran compiler is 32-bit
It will build in
去看看确实没有那个文件,请问怎么办啊?
|
|