by Guido_c » Thu Sep 28, 2017 10:36 am
Hello
Firvain
To run prec_chem_source you need:
1) Install correctly
netcdf library
hdf5 library
2) You also need to download
Emission_data
Fires_data
Surface_data
And then configure the correct path (of the location of files and libraries in your machine) to:
1) prep_chem_sources.inp
2) include.mk.gfortran.wrf
And finally run (according to your compiler and cd bin / build directory):
make OPT = gfortran.wrf CHEM = RADM_WRF_FIM
or
make OPT = intel.wrf CHEM = RADM_WRF_FIM
or
make OPT = pgi.wrf CHEM = RADM_WRF_FIM
This generates the executable
prep_chem_sources_RADM_WRF_FIM_.exe
With which you get the binary files, then you need to convert_emiss.exe to convert them into netcdf files and they are compatible with WRF. (Be careful convert_emiss works fine for versions before WRF 3.7)
The problem with the .h5 file was that the hdf5 library was not configured correctly!
Let me know if it was helpful!
Cheers
Guido