WRF-GC / wrf-gc-release

WRF-GC Coupled Meteorology-Chemistry Model Release Repository
http://wrf.geos-chem.org
30 stars 5 forks source link

WRF-GC Compilation error #8

Open ast222340 opened 1 month ago

ast222340 commented 1 month ago

Respected sir/madam, I am using WRF-GC version 3.0. with WRF version 4.3. Tried many times,showing all time same error.I am not understand what errors means?? Is it code error or other kind of error.Please suggest me..I have attached log file.

Screenshot from 2024-09-25 18-03-23 Screenshot from 2024-09-25 18-06-28 Screenshot from 2024-09-25 18-05-59 Screenshot from 2024-09-25 18-04-37

for WRF,Executables successfully built. log.compile.wrf.txt

For WRF-GC Problems building executables, look for errors in the build log log.compile.wrfgc.txt

topleo commented 1 month ago

It seems like you are using WRF_KPP=1 flag, which is not supported in WRF-GC, try WRF_KPP=0.

ast222340 commented 1 month ago

Thank you sir @topleo.I am using WRF_KPP=0,But still tow showing same error.what should i do?I have attached log file.

log.compile.wrfgc1.txt

topleo commented 1 month ago

The error is different from last time, the error message suggests that you don't have scalar_indices_irr_diag_decls.inc file, the file is needed only when you set WRF_CHEM == 1 && WRF_KPP == 1, did you try ./clean -a before recompiling?

ast222340 commented 1 month ago

Thank you @topleo. I followed all the steps you mentioned.But the old error is gone and a new error has come.Now what should i do? ./clean -a unset WRF_CHEM && WRF_KPP I have attached last error log file. Screenshot from 2024-09-27 11-39-11 log.compile.wrfgckpp.txt