- 积分
- 62
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-10-5
- 最后登录
- 1970-1-1
![[我吃饭的时候不饿555] 粉丝数:84 微博数:32 新浪微博达人勋](source/plugin/sina_login/img/light.png)
|
GrADS
系统平台: |
|
问题截图: |
- |
问题概况: |
有大佬知道安装wrf-chem-src报错如下怎么解决嘛 |
我看过提问的智慧: |
看过 |
自己思考时长(天): |
2 |
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
use chem1_list, only : spc_name, weight, BBURN2,BBURN3,OC,BC,URBAN2,URBAN3
2
character (len=*), intent(in) :: spc_name(*)
1
Error: Symbol ‘spc_name’ at (1) conflicts with symbol from module ‘chem1_list’, use-associated at (2)
wrf_fim_utils.F90:244:45:
wrf_fim_utils.F90:242:9:
use chem1_list, only : spc_name, weight, BBURN2,BBURN3,OC,BC,URBAN2,URBAN3
2
wrf_fim_utils.F90:244:45:
character (len=*), intent(in) :: weight(*)
1
Error: Symbol ‘weight’ at (1) conflicts with symbol from module ‘chem1_list’, use-associated at (2)
wrf_fim_utils.F90:245:45:
wrf_fim_utils.F90:242:9:
use chem1_list, only : spc_name, weight, BBURN2,BBURN3,OC,BC,URBAN2,URBAN3
2
wrf_fim_utils.F90:245:45:
character (len=*), intent(in) :: BBURN2(*)
1
Error: Symbol ‘bburn2’ at (1) conflicts with symbol from module ‘chem1_list’, use-associated at (2)
wrf_fim_utils.F90:246:45:
wrf_fim_utils.F90:242:9:
use chem1_list, only : spc_name, weight, BBURN2,BBURN3,OC,BC,URBAN2,URBAN3
2
wrf_fim_utils.F90:246:45:
character (len=*), intent(in) :: BBURN3(*)
1
Error: Symbol ‘bburn3’ at (1) conflicts with symbol from module ‘chem1_list’, use-associated at (2)
wrf_fim_utils.F90:247:41:
wrf_fim_utils.F90:242:9:
use chem1_list, only : spc_name, weight, BBURN2,BBURN3,OC,BC,URBAN2,URBAN3
2
wrf_fim_utils.F90:247:41:
character (len=*), intent(in) :: OC(*)
1
Error: Symbol ‘oc’ at (1) conflicts with symbol from module ‘chem1_list’, use-associated at (2)
wrf_fim_utils.F90:248:41:
wrf_fim_utils.F90:242:9:
use chem1_list, only : spc_name, weight, BBURN2,BBURN3,OC,BC,URBAN2,URBAN3
2
wrf_fim_utils.F90:248:41:
character (len=*), intent(in) :: BC(*)
1
Error: Symbol ‘bc’ at (1) conflicts with symbol from module ‘chem1_list’, use-associated at (2)
wrf_fim_utils.F90:249:45:
wrf_fim_utils.F90:242:9:
use chem1_list, only : spc_name, weight, BBURN2,BBURN3,OC,BC,URBAN2,URBAN3
2
wrf_fim_utils.F90:249:45:
character (len=*), intent(in) :: URBAN2(*)
1
Error: Symbol ‘urban2’ at (1) conflicts with symbol from module ‘chem1_list’, use-associated at (2)
wrf_fim_utils.F90:250:45:
wrf_fim_utils.F90:242:9:
use chem1_list, only : spc_name, weight, BBURN2,BBURN3,OC,BC,URBAN2,URBAN3
2
wrf_fim_utils.F90:250:45:
character (len=*), intent(in) :: URBAN3(*)
1
Error: Symbol ‘urban3’ at (1) conflicts with symbol from module ‘chem1_list’, use-associated at (2)
wrf_fim_utils.F90:80:22:
|
|