- 积分
- 2706
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-4-19
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
自学WRF-CHEM,安装的是pre-chem-src 1.5版本,hdf装的是5-1.8.16,安装过程中没有提示错误,但是编译pre-chem-src出错,求大神指导!!
cp -f ../../src/edgar_emissions.f90 edgar_emissions.f90
gfortran -c -Xpreprocessor -DRADM_WRF_FIM -O2 -fconvert=big-endian -frecord-ma
rker=4 -I../../aux_src/utils/include -I/usr/local/netcdf-gcc/include -I/usr/local/hdf5/include edgar_emissions.f90edgar_emissions.f90:841.15:
'AGRICULTURE',&
1
错误: (1)处数组构造函数中不同 CHARACTER 长度(11/6)
edgar_emissions.f90:894.61:
filename=trim(edgar_data_dir)//"/"//trim(PREFIX)//trim(setor(isetor))//t
r 1
错误: (1)处的函数‘setor’没有隐式类型
edgar_emissions.f90:916.16:
if(trim(setor(isetor)) .eq. 'AGRICULTURE' .and. trim(spc_name(ispc)) .
n 1
错误: (1)处的函数‘setor’没有隐式类型
edgar_emissions.f90:923.30:
print*,trim(setor(isetor))," ",trim(dsetname),i, " MAX ",m
a 1
错误: (1)处的函数‘setor’没有隐式类型
edgar_emissions.f90:924.30:
print*,trim(setor(isetor))," ",trim(dsetname),i, " MIN ",m
i 1
错误: (1)处的函数‘setor’没有隐式类型
make: *** [edgar_emissions.o] 错误 1
|
|