- 积分
- 116
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-4-22
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
请问编译WRF3.8.1log文件报错如下:
rm -f ../phys/module_cumulus_driver.b ../phys/module_cumulus_driver.bb
time gfortran -o ../phys/module_cumulus_driver.o -c -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -fopenmp -I../dyn_em -I../dyn_nmm -I/home/xl/WRF3.8/WRFV3/external/esmf_time_f90 -I/home/xl/WRF3.8/WRFV3/main -I/home/xl/WRF3.8/WRFV3/external/io_netcdf -I/home/xl/WRF3.8/WRFV3/external/io_int -I/home/xl/WRF3.8/WRFV3/frame -I/home/xl/WRF3.8/WRFV3/share -I/home/xl/WRF3.8/WRFV3/phys -I/home/xl/WRF3.8/WRFV3/chem -I/home/xl/WRF3.8/WRFV3/inc -I/usr/local/netcdf/include ../phys/module_cumulus_driver.f90
../phys/module_cumulus_driver.f90:164.44:
USE module_cu_kfcup , ONLY : KF_CUP_CPS
1
致命错误: 无法打开模块文件‘module_cu_kfcup.mod’读取,在(1)处:没有那个文件或目录
Command exited with non-zero status 1
1.62user 0.66system 0:02.29elapsed 99%CPU (0avgtext+0avgdata 53632maxresident)k
0inputs+8outputs (0major+3780minor)pagefaults 0swaps
make[2]: [../phys/module_cumulus_driver.o] 错误 1 (忽略)
rm -f module_stoch.o
是什么原因,怎么解决,谢谢各位
|
|