- 积分
- 41
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-8-18
- 最后登录
- 1970-1-1
|
发表于 2017-9-15 16:00:30
|
显示全部楼层
编译prep chem source的时候遇到问题
- Error: Different CHARACTER lengths (11/6) in array constructor at (1)
- edgar_emissions.f90:894:61:
- filename=trim(edgar_data_dir)//"/"//trim(PREFIX)//trim(setor(isetor))//tr
- 1
- Error: Function ‘setor’ at (1) has no IMPLICIT type
- edgar_emissions.f90:916:16:
- if(trim(setor(isetor)) .eq. 'AGRICULTURE' .and. trim(spc_name(ispc)) .n
- 1
- Error: Function ‘setor’ at (1) has no IMPLICIT type
- edgar_emissions.f90:923:30:
- print*,trim(setor(isetor))," ",trim(dsetname),i, " MAX ",ma
- 1
- Error: Function ‘setor’ at (1) has no IMPLICIT type
- edgar_emissions.f90:924:30:
- print*,trim(setor(isetor))," ",trim(dsetname),i, " MIN ",mi
- 1
- Error: Function ‘setor’ at (1) has no IMPLICIT type
复制代码
在网上只找到个解决方法http://forum.wrfforum.com/viewtopic.php?f=5&t=8793
改了之后依然没有解决,楼主之前有遇到这问题吗? |
|