- 积分
- 730
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-3-1
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我的问题是:
ifort -c -fpp -DRADM_WRF_FIM -O2 -convert big_endian -I../../aux_src/utils/include -I/home/users/jshu/ld/local/netcdf/include -I/home/users/jshu/ld/local/hdf5/include edgar_emissions.f90
edgar_emissions.f90(636): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [HDF5]
use hdf5
----^
edgar_emissions.f90(646): error #6683: A kind type parameter must be a compile-time constant. [HID_T]
integer(hid_t):: file_id, dset_id, group_id, dtype_id
---------^
edgar_emissions.f90(647): error #6683: A kind type parameter must be a compile-time constant. [HSIZE_T]
integer(hsize_t) :: data_dims(2)
---------^
edgar_emissions.f90(652): error #6683: A kind type parameter must be a compile-time constant. [HID_T]
integer(hid_t)::dcpl
---------^
edgar_emissions.f90(654): error #6683: A kind type parameter must be a compile-time constant. [SIZE_T]
integer(size_t)::nelmts
---------^
edgar_emissions.f90(657): error #6683: A kind type parameter must be a compile-time constant. [SIZE_T]
integer(size_t),parameter:: MaxChrlen=80
---------^
edgar_emissions.f90(683): error #6404: This name does not have a type, and must have an explicit type. [H5F_ACC_RDONLY_F]
call h5fopen_f(filenameed, H5F_ACC_RDONLY_F, file_id, error)
---------------------------------------------------^
edgar_emissions.f90(719): error #6404: This name does not have a type, and must have an explicit type. [H5T_IEEE_F32LE]
call h5dread_f(dset_id, H5T_IEEE_F32LE, soma,&
--------------------------------------------------------------------------------------------------------------------------------^
compilation aborted for edgar_emissions.f90 (code 1)
make: *** [edgar_emissions.o] Error 1
|
|