-
Notifications
You must be signed in to change notification settings - Fork 825
A WRFDA compilation bug #2306
Copy link
Copy link
Open
Description
On line 354 of the ./compile file, the following line:
setenv RTTOV_LIB "-L${hdf5path}/lib -lhdf5_hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 -lhdf5_hl_f90cstub -lhdf5_f90cstub -lhdf5_hl_cpp -L${RTTOV}/lib -lrttov12_coef_io -lrttov12_emis_atlas -lrttov12_main -lrttov12_hdf"
cause compilation failure on some platforms. RTTOV depends on HDF5, therefore the HDF5 library should be placed after RTTOV. It should be changed to:
setenv RTTOV_LIB "-L${RTTOV}/lib -lrttov12_coef_io -lrttov12_emis_atlas -lrttov12_main -lrttov12_hdf -L${hdf5path}/lib -lhdf5_hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 -lhdf5_hl_f90cstub -lhdf5_f90cstub -lhdf5_hl_cpp"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels