- 积分
- 159
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-6-15
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
gfortran -g -O0 -ffpe-trap='invalid','zero','overflow','underflow' -I/home/student/mycode/netcdf/include -I/home/student/mycode/ioapi32/Linux2 -c const_mod.f90
gfortran -g -O0 -ffpe-trap='invalid','zero','overflow','underflow' -I/home/student/mycode/netcdf/include -I/home/student/mycode/ioapi32/Linux2 -c const_pbl_mod.f90
gfortran -g -O0 -ffpe-trap='invalid','zero','overflow','underflow' -I/home/student/mycode/netcdf/include -I/home/student/mycode/ioapi32/Linux2 -c coord_mod.f90
gfortran -g -O0 -ffpe-trap='invalid','zero','overflow','underflow' -I/home/student/mycode/netcdf/include -I/home/student/mycode/ioapi32/Linux2 -c date_time_mod.f90
gfortran -g -O0 -ffpe-trap='invalid','zero','overflow','underflow' -I/home/student/mycode/netcdf/include -I/home/student/mycode/ioapi32/Linux2 -c date_pack_mod.f90
gfortran -g -O0 -ffpe-trap='invalid','zero','overflow','underflow' -I/home/student/mycode/netcdf/include -I/home/student/mycode/ioapi32/Linux2 -c files_mod.f90
gfortran -g -O0 -ffpe-trap='invalid','zero','overflow','underflow' -I/home/student/mycode/netcdf/include -I/home/student/mycode/ioapi32/Linux2 -c groutcom_mod.f90
gfortran -g -O0 -ffpe-trap='invalid','zero','overflow','underflow' -I/home/student/mycode/netcdf/include -I/home/student/mycode/ioapi32/Linux2 -c luoutcom_mod.f90
gfortran -g -O0 -ffpe-trap='invalid','zero','overflow','underflow' -I/home/student/mycode/netcdf/include -I/home/student/mycode/ioapi32/Linux2 -c luvars_mod.f90
gfortran -g -O0 -ffpe-trap='invalid','zero','overflow','underflow' -I/home/student/mycode/netcdf/include -I/home/student/mycode/ioapi32/Linux2 -c mcipparm_mod.f90
gfortran -g -O0 -ffpe-trap='invalid','zero','overflow','underflow' -I/home/student/mycode/netcdf/include -I/home/student/mycode/ioapi32/Linux2 -c mcoutcom_mod.f90
mcoutcom_mod.f90:146:58:
'SNOCOV', 'VEG ', 'LAI ', 'SEAICE', &
1
Error: Different CHARACTER lengths (6/5) in array constructor at (1)
mcoutcom_mod.f90:157:62:
'DECIMAL ', 'DECIMAL ', 'AREA/AREA ', 'FRACTION ', &
1
Error: Different CHARACTER lengths (10/1) in array constructor at (1)
Makefile:173: recipe for target 'mcoutcom_mod.o' failed
make[1]: *** [mcoutcom_mod.o] Error 1
make[1]: 离开目录“/home/student/mycode/CMAQ_REPO/PREP/mcip/src”
Makefile:164: recipe for target 'all' failed
make: *** [all] Error 2
|
|