<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Dear WRF-chemusers,</div>
<div> </div>
<div>I try to obtain executable for Global emissions -> PREP_CHEM-SRC-1.4.</div>
<div>'make OPT=gfortran CHEM=RADM_WRF_FIM' for Ubuntu and gfortran finishes fine and gives me</div>
<div>executable file in 'PREP_CHEM-SRC-1.4/bin' directory: "prep_chem_sources_RADM_WRF_FIM.exe".</div>
<div> </div>
<div>But when I try to run "prep_chem_sources_RADM_WRF_FIM.exe" I have an error regarding hdf5-1.10.0</div>
<div>library: "./prep_chem_sources_RADM_WRF_FIM.exe: error while loading shared libraries:</div>
<div>libhdf5_fortran.so.100: cannot open shared object file: No such file or directory."</div>
<div> </div>
<div>I checked hdf5-1.10.0/lib sub-directory and found 'libhdf5_hl.so.100 -> libhdf5_hl.so.100.0.0' pointer</div>
<div>but I didn't find "libhdf5_hl.so.100.a".</div>
<div> </div>
<div>I tried to use "libhdf5_hl.so.100" compiling "prep_chem_sources_RADM_WRF_FIM.exe" but the system </div>
<div>doesn't know what is "libhdf5_hl.so.100" and gives me compilation error about unknown library "libhdf5_hl.so.100".</div>
<div>--------------------</div>
<div>HDF5=/home/user_pc/WRFV3_Chem-3.7/hdf5-1.10.0<br/>
HDF5_INC=-I$(HDF5)/include<br/>
HDF5_LIB=-L$(HDF5)/lib -lhdf5_hl.so.100 -lhdf5hl_fortran -lhdf5_fortran -lhdf5_hl -lhdf5 HDF5=/home/user_pc/WRFV3_Chem-3.7/hdf5-1.10.0</div>
<div>-------------------</div>
<div> </div>
<div>I tried different versions of hdf5 but there is no 'libhdf5_hl.so.100.a' library.</div>
<div>What is wrong with this compilation? Maybe somebody has this libhdf5_hl.so.100.a file?</div>
<div> </div>
<div>Any help is highly appreciable.</div>
<div> </div>
<div>Thanks a lot,</div>
<div>Dr Michael Titov</div>
<div>(Research Professor, MSU)<br/>
-------------------</div>
<div> </div>
<div> </div>
<div> </div></div></body></html>