- 积分
- 913
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-12-15
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 gaochao123 于 2020-2-12 16:59 编辑
错误过程:
root@Lenovo-PC:/usr/local/wrf/WPS# ./compile wps >& checkwps.log
root@Lenovo-PC:/usr/local/wrf/WPS# grep Error checkwps.log
Error : Not building geogrid. Check whether WRF is compiled in /usr/local/wrf/WPS//usr/local/wrf/WRF
Error : Not building metgrid. Check whether WRF is compiled in /usr/local/wrf/WPS//usr/local/wrf/WRF
root@Lenovo-PC:/usr/local/wrf/WPS# ls *.exe
ungrib.exe
我是先安装好WRF的,WRF编译成功后也生成ndown.exe、real.exe、tc.exe、wrf.exe了。WRF和WPS版本都是V4.0。
我的WRF和WPS文件夹都在目录/usr/local/wrf下,WRF_DIR是在/usr/local/wrf/WPS/arch/preamble下设置的,如下:
#
# Set path to compiled WRF code, which is assumed to be ../WRF for v4.x, or ../WRFV3 for v3.x
# To override the path to the compiled WRF code, just set the WRF_DIR variable after the "endif" below
#
ifneq ($(wildcard $(DEV_TOP)/../WRF), ) # Check for WRF v4.x directory
WRF_DIR = /usr/local/wrf/WRF
else
WRF_DIR = ../WRFV3
endif
麻烦大家帮我找找问题,谢谢啦!
注:我参考的是这位大神的帖子:[url=http://bbs.06climate.com/教程:ubuntu14.10下安装最新版本WRF+WPS+ARWpost+GrADS等软件%20http://bbs.06climate.com/forum.p ... 7&fromuid=121454%20(出处:%20气象家园)]教程:ubuntu14.10下安装最新版本WRF+WPS+ARWpost+GrADS等软件[/url]
|
-
|