From 72eb0544c45d78a1aad59719e90873eee805ab96 Mon Sep 17 00:00:00 2001 From: Philippe Marguinaud Date: Mon, 14 Mar 2016 10:09:31 +0100 Subject: [PATCH] First spectral coefficients (m=0) have their imaginary part equal to zero. But on decoding (because of the packing/unpacking process), grib_api returns non-zero (although tiny) values. Branch sh_imag forces these numbers to zero when decoding a spectral field. JIRA issue is SUP-1566. --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2d36fcbc3..e1413bb97 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -403,3 +403,5 @@ ecbuild_add_library(TARGET eccodes install( FILES grib_api.h eccodes.h eccodes_windef.h DESTINATION ${INSTALL_INCLUDE_DIR} ) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/eccodes_version.h DESTINATION ${INSTALL_INCLUDE_DIR} ) + +