- 积分
- 745
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-3-19
- 最后登录
- 1970-1-1
|
发表于 2012-8-17 12:07:31
|
显示全部楼层
随缘 发表于 2012-8-17 11:21
你要用到grib2格式么?不用的话不影响编译的
JASPERLIB=/usr/local/jasper/lib
大侠,顺便再问一下,我设置了jasper 的位置,在编译WPS的时候,能显示出jasperlib 和 jasperinclude的位置,但是在装WRF的时候却显示无法找到,这是怎么回事?
编译WPS时:
root@ubuntu:/home/user/model/WPS# ./configure
Will use NETCDF in dir: /usr/local/netcdf
Found Jasper environment variables for GRIB2 support...
$JASPERLIB = /usr/local/jasper/lib
$JASPERINC = /usr/local/jasper/include
编译WRF时:
root@ubuntu:/home/user/model/WRFV3# ./configure
checking for perl5... no
checking for perl... found /usr/bin/perl (perl)
Will use NETCDF in dir: /usr/local/netcdf
PHDF5 not set in environment. Will configure WRF for use without.
If you REALLY want Grib2 output from WRF, modify the arch/Config_new.pl script.
Right now you are not getting the Jasper lib, from the environment, compiled into WRF.
为什么一个找的到jasper,一个找不到?
|
|