azhang76 said:
Hi all,
I just figured out. It seems that in NEI emissions there is no Cl compounds, but it is included in the convert_emiss.F codes. I commented out the code that "liqy" added in 2016 (about Lines 2031-2076), and the code came back to work. Still not sure about the side effect, but it looks like it just missing some Cl related species.
Thanks
Aoxing
Hello Fellows,
I am having problems in compiling convert_emiss.exe file too. I am using WRF-Chem 3.6.1 like you. Please, how did you solve the problem then? Attached is the log file.
convert_emiss.f90:341:43:
ALLOCATE (dumc0(ids:ide,kds:grid%kemit,jds:jde))
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:352:34:
if(config_flags%emiss_opt_vol == 1 .or. config_flags%emiss_opt_vol == 2) then
1
Error: ‘emiss_opt_vol’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:360:8:
endif
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:372:38:
.or. config_flags%dmsemis_opt == DMSGOCART &
1
Error: ‘dmsemis_opt’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:386:16:
grid%dms_0(ips:ipe,jps:jpe) = tmp2(ips:ipe,jps:jpe)
1
Error: ‘dms_0’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:488:23:
grid%backg_no3(i, kw, j) = tmp_no3(i ,j ,kbot)+fac*(log10(.01*grid%pb(i,kw,j))-p_g(kbot))
1
Error: ‘backg_no3’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:492:22:
grid%backg_oh(i, kw, j) = tmp_oh(i ,j ,kbot)+fac*(log10(.01*grid%pb(i,kw,j))-p_g(kbot))
1
Error: ‘backg_oh’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:496:24:
grid%backg_h2o2(i, kw, j) = tmp_h2o2(i ,j ,kbot)+fac*(log10(.01*grid%pb(i,kw,j))-p_g(kbot))
1
Error: ‘backg_h2o2’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:509:6:
ENDIF
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:521:35:
if(config_flags%emiss_opt_vol == 1 .or. config_flags%emiss_opt_vol == 2) then
1
Error: ‘emiss_opt_vol’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:551:34:
if(config_flags%emiss_opt_vol == 2 ) then
1
Error: ‘emiss_opt_vol’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:558:8:
endif
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:654:30:
grid%emis_vol(i,ko,j,p_e_vash1)=size_dist(1)*vert_mass_dist(ko)*ash_mass(i,j)
1
Error: ‘emis_vol’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:655:30:
grid%emis_vol(i,ko,j,p_e_vash2)=size_dist(2)*vert_mass_dist(ko)*ash_mass(i,j)
1
Error: ‘emis_vol’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:656:30:
grid%emis_vol(i,ko,j,p_e_vash3)=size_dist(3)*vert_mass_dist(ko)*ash_mass(i,j)
1
Error: ‘emis_vol’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:657:30:
grid%emis_vol(i,ko,j,p_e_vash4)=size_dist(4)*vert_mass_dist(ko)*ash_mass(i,j)
1
Error: ‘emis_vol’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:658:30:
grid%emis_vol(i,ko,j,p_e_vash5)=size_dist(5)*vert_mass_dist(ko)*ash_mass(i,j)
1
Error: ‘emis_vol’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:659:30:
grid%emis_vol(i,ko,j,p_e_vash6)=size_dist(6)*vert_mass_dist(ko)*ash_mass(i,j)
1
Error: ‘emis_vol’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:660:30:
grid%emis_vol(i,ko,j,p_e_vash7)=size_dist(7)*vert_mass_dist(ko)*ash_mass(i,j)
1
Error: ‘emis_vol’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:661:30:
grid%emis_vol(i,ko,j,p_e_vash8)=size_dist(8)*vert_mass_dist(ko)*ash_mass(i,j)
1
Error: ‘emis_vol’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:662:30:
grid%emis_vol(i,ko,j,p_e_vash9)=size_dist(9)*vert_mass_dist(ko)*ash_mass(i,j)
1
Error: ‘emis_vol’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:663:30:
grid%emis_vol(i,ko,j,p_e_vash10)=size_dist(10)*vert_mass_dist(ko)*ash_mass(i,j)
1
Error: ‘emis_vol’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:664:46:
if(config_flags%emiss_opt_vol == 2)grid%emis_vol(i,ko,j,p_e_vso2)=vert_mass_dist(ko)*so2_mass(i,j)
1
Error: ‘emiss_opt_vol’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:667:28:
grid%erup_beg(i,j)=float(grid%julday)*1000.+float(beg_hour)
1
Error: ‘erup_beg’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:668:28:
grid%erup_end(i,j)=grid%erup_beg(i,j)+erup_dt(i,j)
1
Error: ‘erup_end’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:690:8:
endif
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:693:34:
if(config_flags%emiss_opt_vol == 1 .or. config_flags%emiss_opt_vol == 2) then
1
Error: ‘emiss_opt_vol’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:701:8:
endif
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:706:30:
if(config_flags%emiss_opt == ecptec .or. config_flags%emiss_opt == gocart_ecptec ) then
1
Error: ‘emiss_opt’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:718:34:
if(config_flags%emiss_opt == ecptec)itest=1
1
Error: ‘emiss_opt’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:719:34:
if(config_flags%emiss_opt == gocart_ecptec)then
1
Error: ‘emiss_opt’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:723:12:
endif
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:737:22:
grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_so2)=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:743:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_no2)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:749:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_no)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:755:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_ald)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:761:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_hcho)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:767:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_ora2)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:773:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_nh3)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:779:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_hc3)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:785:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_hc5)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:791:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_hc8)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:797:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_eth)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:803:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_co)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:809:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_ol2)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:815:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_olt)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:821:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_oli)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:827:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_tol)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:833:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_xyl)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:839:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_ket)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:845:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_csl)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:851:23:
if(itest.eq.1)grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_iso)=dumc1(ips:ipe ,jps:jpe )
1
Error: Cannot assign to a named constant at (1)
convert_emiss.f90:857:22:
grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_pm_25)=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:863:22:
grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_pm_10)=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:869:22:
grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_oc)=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:875:22:
grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_bc)=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:887:22:
grid%emis_ant(ips:ipe ,kps,jps:jpe ,p_e_sulf)=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:913:8:
endif
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:917:37:
if(config_flags%biomass_burn_opt == biomassb ) then
1
Error: ‘biomass_burn_opt’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:951:16:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_so2) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:957:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_no2) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:963:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_no) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:969:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_ald) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:975:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_hcho) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:981:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_ora2) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:993:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_hc3) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:999:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_hc5) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1005:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_hc8) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1011:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_eth) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1017:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_co) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1029:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_olt) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1035:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_oli) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1041:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_tol) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1047:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_xyl) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1053:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_ket) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1059:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_csl) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1065:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_iso) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1071:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_pm25) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1077:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_pm10) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1083:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_oc) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1089:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_bc) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1095:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_dms) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1101:18:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_sulf) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1107:17:
grid%ebu_in(ips:ipe,1, jps:jpe ,p_ebu_in_ash) =dumc1(ips:ipe ,jps:jpe )
1
Error: ‘ebu_in’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1113:25:
grid%mean_fct_agtf(ips:ipe ,jps:jpe )=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘mean_fct_agtf’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1118:25:
grid%mean_fct_agef(ips:ipe ,jps:jpe )=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘mean_fct_agef’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1123:25:
grid%mean_fct_agsv(ips:ipe ,jps:jpe )=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘mean_fct_agsv’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1128:25:
grid%mean_fct_aggr(ips:ipe ,jps:jpe )=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘mean_fct_aggr’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1133:25:
grid%firesize_agtf(ips:ipe ,jps:jpe )=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘firesize_agtf’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1138:25:
grid%firesize_agef(ips:ipe ,jps:jpe )=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘firesize_agef’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1143:25:
grid%firesize_agsv(ips:ipe ,jps:jpe )=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘firesize_agsv’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1148:25:
grid%firesize_aggr(ips:ipe ,jps:jpe )=dumc1(ips:ipe ,jps:jpe )
1
Error: ‘firesize_aggr’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1171:8:
endif
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:1176:29:
if(CONFIG_FLAGS%EMISS_OPT == ECBMZ_MOSAIC ) then
1
Error: ‘emiss_opt’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:1180:7:
endif
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:1181:29:
if(CONFIG_FLAGS%EMISS_OPT == ERADM .or. CONFIG_FLAGS%EMISS_OPT == ERADMSORG .or. &
1
Error: ‘emiss_opt’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:1260:46:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1267:71:
write(message, FMT='(A,4I10)') ' dims:',ipe-1,kpe,jpe-1,grid%kemit
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1273:63:
write(message, FMT='(A,5I10)') ' dims:',size(grid%emis_ant,1),size(grid%emis_ant,2),size(grid%emis_ant,3),size(grid%emis_ant,4),p_e_so2
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1278:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_so2)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1281:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1284:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_no)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1288:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1291:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_no2)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1295:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1298:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_ald)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1300:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1303:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_hcho)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1305:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1308:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_ora2)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1310:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1313:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_nh3)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1315:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1318:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_hc3)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1320:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1323:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_hc5)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1325:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1328:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_hc8)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1330:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1333:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_eth)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1335:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1338:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_co)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1340:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1343:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_ol2)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1345:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1348:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_olt)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1350:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1353:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_oli)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1355:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1358:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_tol)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1360:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1363:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_xyl)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1365:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1368:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_ket)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1370:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1373:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_csl)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1375:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1378:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_iso)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1381:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1387:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1390:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_pm25i)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1392:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1395:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_pm25j)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1397:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1400:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_so4i)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1402:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1405:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_so4j)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1407:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1410:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_no3i)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1412:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1415:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_no3j)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1420:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1423:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_naai)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1425:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1428:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_naaj)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1432:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1435:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_orgi)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1437:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1440:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_orgj)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1442:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1445:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_eci)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1447:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1450:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_ecj)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1452:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1455:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_pm_10)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1462:38:
if (config_flags%io_style_emissions.eq.1)then
1
Error: ‘io_style_emissions’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:1465:7:
else
1
Error: Unexpected ELSE statement at (1)
convert_emiss.f90:1467:6:
endif
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:1539:44:
if (config_flags%io_style_emissions .eq.1) then
1
Error: ‘io_style_emissions’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:1555:8:
ENDIF
1
Error: Expecting END DO statement at (1)
convert_emiss.f90:1583:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1586:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_so2)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1589:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1592:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_no)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1596:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1599:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_no2)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1603:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1606:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_ald)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1608:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1611:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_hcho)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1613:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1616:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_ora2)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1618:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1621:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_nh3)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1623:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1626:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_hc3)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1628:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1631:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_hc5)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1633:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1636:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_hc8)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1638:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1641:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_eth)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1643:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1646:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_co)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1648:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1651:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_ol2)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1653:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1656:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_olt)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1658:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1661:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_oli)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1663:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1666:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_tol)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1668:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1671:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_xyl)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1673:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1676:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_ket)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1678:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1681:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_csl)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1683:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1686:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_iso)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1689:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1695:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1698:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_pm25i)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1700:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1703:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_pm25j)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1705:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1708:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_so4i)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1710:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1713:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_so4j)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1715:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1718:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_no3i)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1720:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1723:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_no3j)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1728:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1731:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_naai)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1734:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1737:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_naaj)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1741:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1744:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_orgi)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1746:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1749:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_orgj)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1751:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1754:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_eci)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1757:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1760:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_ecj)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1763:47:
read(91)dumc0(ids:ide-1,kds:grid%kemit,jds:jde-1)
1
Error: ‘kemit’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1766:22:
grid%emis_ant(ips:ipe ,kps:grid%kemit,jps:jpe ,p_e_pm_10)=dumc0(ips:ipe ,kps:grid%kemit,jps:jpe )
1
Error: ‘emis_ant’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1787:7:
endif
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:1792:33:
if(CONFIG_FLAGS%BIO_EMISS_OPT == BEIS314 ) then
1
Error: ‘bio_emiss_opt’ at (1) is not a member of the ‘grid_config_rec_type’ structure
convert_emiss.f90:1832:27:
grid%sebio_iso(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_iso’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1839:28:
grid%sebio_oli(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_oli’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1846:28:
grid%sebio_api(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_api’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1853:28:
grid%sebio_lim(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_lim’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1860:28:
grid%sebio_xyl(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_xyl’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1867:28:
grid%sebio_hc3(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_hc3’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1874:28:
grid%sebio_ete(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_ete’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1881:28:
grid%sebio_olt(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_olt’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1888:28:
grid%sebio_ket(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_ket’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1895:28:
grid%sebio_ald(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_ald’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1902:29:
grid%sebio_hcho(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_hcho’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1909:28:
grid%sebio_eth(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_eth’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1916:29:
grid%sebio_ora2(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_ora2’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1923:27:
grid%sebio_co(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_co’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1931:27:
grid%sebio_nr(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_nr’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1940:29:
grid%sebio_sesq(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_sesq’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1948:28:
grid%sebio_mbo(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘sebio_mbo’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1956:28:
grid%noag_grow(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘noag_grow’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1964:31:
grid%noag_nongrow(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘noag_nongrow’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1972:26:
grid%nononag(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘nononag’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:1980:23:
grid%slai(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘slai’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:2009:7:
endif
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:457:43:
(config_flags%chem_opt == CHEM_VOLC) .OR. &
1
Error: Symbol ‘chem_volc’ at (1) has no IMPLICIT type
convert_emiss.f90:456:47:
IF( (config_flags%chem_opt == GOCART_SIMPLE) .OR. &
1
Error: Symbol ‘gocart_simple’ at (1) has no IMPLICIT type
convert_emiss.f90:458:48:
(config_flags%chem_opt == GOCARTRACM_KPP) ) then
1
Error: Symbol ‘gocartracm_kpp’ at (1) has no IMPLICIT type
../configure.wrf:326: recipe for target 'convert_emiss.o' failed
make[1]: [convert_emiss.o] Error 1 (ignored)
ranlib ../main/libwrflib.a
mpif90 -o convert_emiss.exe -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 convert_emiss.o ../main/libwrflib.a /home/catalyst/Desktop/Build_WRF/wrfchem/WRF-Chem/WRFV3.6.1/external/fftpack/fftpack5/libfftpack.a /home/catalyst/Desktop/Build_WRF/wrfchem/WRF-Chem/WRFV3.6.1/external/io_grib1/libio_grib1.a /home/catalyst/Desktop/Build_WRF/wrfchem/WRF-Chem/WRFV3.6.1/external/io_grib_share/libio_grib_share.a /home/catalyst/Desktop/Build_WRF/wrfchem/WRF-Chem/WRFV3.6.1/external/io_int/libwrfio_int.a -L/home/catalyst/Desktop/Build_WRF/wrfchem/WRF-Chem/WRFV3.6.1/external/esmf_time_f90 -lesmf_time /home/catalyst/Desktop/Build_WRF/wrfchem/WRF-Chem/WRFV3.6.1/external/RSL_LITE/librsl_lite.a /home/catalyst/Desktop/Build_WRF/wrfchem/WRF-Chem/WRFV3.6.1/frame/module_internal_header_util.o /home/catalyst/Desktop/Build_WRF/wrfchem/WRF-Chem/WRFV3.6.1/frame/pack_utils.o -L/home/catalyst/Desktop/Build_WRF/wrfchem/WRF-Chem/WRFV3.6.1/external/io_netcdf -lwrfio_nf -L/home/catalyst/Desktop/Build_WRF/wrfchem/WRF-Chem/WRFV3.6.1/netcdf_links/lib -lnetcdff -lnetcdf
gfortran: error: convert_emiss.o: No such file or directory
Makefile:162: recipe for target 'convert_emiss' failed
make[1]: [convert_emiss] Error 1 (ignored)
make[1]: Leaving directory '/home/catalyst/Desktop/Build_WRF/wrfchem/WRF-Chem/WRFV3.6.1/chem'
( cd test/em_real ; /bin/rm -f convert_emiss.exe ; ln -s ../../chem/convert_emiss.exe . )
( cd test/em_real ; /bin/rm -f README.namelist ; ln -s ../../run/README.namelist . )
( cd run ; if test -f namelist.input ; then \
/bin/cp -f namelist.input namelist.input.backup ; fi ; \
/bin/rm -f namelist.input ; cp ../test/em_real/namelist.input . )
Thanks in anticipation and kind regards.