- 积分
- 107
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2022-1-26
- 最后登录
- 1970-1-1
|
发表于 2022-4-17 08:53:28
|
显示全部楼层
大佬,我在安装wrf-cmaq时遇到一个报错,我是用压缩包安装的,这是咋回事呀
Makefile generated
if ( ! 1 ) then
if ( 0 != 0 ) then
if ( -e /data4/sunzhixu/WRF-CMAQ/CMAQv_5.3.3/CCTM/scripts/BLD_CCTM_v533_intel/CCTM_v533.cfg ) then
mv CCTM_v533.cfg.bld /data4/sunzhixu/WRF-CMAQ/CMAQv_5.3.3/CCTM/scripts/BLD_CCTM_v533_intel/CCTM_v533.cfg
if ( 1 ) then
git --version
if ( 0 == 0 ) then
set git_check
endif
if ( 1 ) then
cd /data4/sunzhixu/WRF-CMAQ/CMAQv_5.3.3/CCTM/scripts
set WRF_BLD = BLD_WRFv4.3_CCTM_v533_intel
setenv wrf_path /data4/sunzhixu/WRF-CMAQ/CMAQv_5.3.3/CCTM/scripts/BLD_WRFv4.3_CCTM_v533_intel
setenv WRF_CMAQ 1
if ( ! -d BLD_WRFv4.3_CCTM_v533_intel ) then
git clone --branch v4.3 GitHub - wrf-model/WRF: The official repository for the Weather Research and Forecasting (WRF) model ./BLD_WRFv4.3_CCTM_v533_intel
cd /data4/sunzhixu/WRF-CMAQ/CMAQv_5.3.3/CCTM/scripts/BLD_WRFv4.3_CCTM_v533_intel
/data4/sunzhixu/WRF-CMAQ/CMAQv_5.3.3/CCTM/scripts/BLD_WRFv4.3_CCTM_v533_intel: No such file or directory.
是不是因为git的原因哇 |
|