Commit Graph

7921 Commits

Author SHA1 Message Date
Shahram Najm c8b0c0e97b Code coverage 2023-05-09 15:02:25 +01:00
Shahram Najm 71340dfb5e Cleanup 2023-05-09 13:57:31 +01:00
Shahram Najm f0d8e447c4 ECC-1584: Add test 2023-05-09 13:54:39 +01:00
Shahram Najm 8e9e9c59ce ECC-1584: grib_dump: indicate which keys are 'read-only' 2023-05-09 10:36:28 +01:00
Daniel Tipping 4012d58d73 Fix workflow_id for notifications about nightly CI
This allows us to correctly check the previous conclusion of the nightly
CI so we can send a notification if previously-failing CI is now
passing.

The default workflow_id is `ci.yml` so we've been checking the
conclusion of the wrong workflow.
2023-05-09 10:05:16 +01:00
Shahram Najm b78c831d84 ECC-1583: GRIB2: Modification of top net short-wave (solar) radiation GRIB2 deprecated encoding 2023-05-05 16:30:45 +00:00
Shahram Najm 755c217234 ECC-1582: GRIB2: Modification of snow melt GRIB2 deprecated encoding 2023-05-05 15:44:02 +00:00
Daniel Tipping 3ce74a4c53 Add Teams notifications for CI and new PRs 2023-05-05 13:36:32 +01:00
Shahram Najm 6cf7a3f24f Testing: bufr_compare options 2023-05-05 12:53:17 +01:00
Shahram Najm 018a89d815 Testing: grib_get nearest with mask 2023-05-05 12:26:10 +01:00
Shahram Najm e6359b76c1 ECC-1580: Add test 2023-05-05 11:26:57 +01:00
Shahram Najm 276cc91604 ECC-1580: Make codes_get_native_type available in Fortran 2023-05-05 11:26:57 +01:00
Shahram Najm 352cdf49ed ECC-1581: GRIB2: Modification of total snowfall GRIB2 deprecated encoding 2023-05-04 16:43:21 +00:00
Shahram Najm a8ddefceaf ECC-1579: Spectral data in single-precision 2023-05-04 15:18:23 +00:00
Shahram Najm e94bc38c18 ECC-1579: TODO reminder 2023-05-04 14:59:25 +00:00
Shahram Najm fa08de8491 ECC-1579: Fortran: grib_get_real4_array (single-precision mode) not bit-identical 2023-05-04 14:51:52 +00:00
Shahram Najm 8d4fb4c9dd ECC-1578: codes_handle_new_from_index does not initialise its 'err' argument 2023-05-04 09:27:55 +00:00
Shahram Najm 84e82baf02 ECC-1575: GRIB2: Modification of convective precipitation GRIB2 deprecated encoding 2023-05-03 17:00:49 +00:00
Shahram Najm f6512f7cd2 ECC-1574: GRIB2: Modifications to parameter long names (WMO conforming) for Destination Earth 2023-05-03 16:15:27 +00:00
Shahram Najm 579e246f72 ECC-1577: Test 2023-05-03 16:51:37 +01:00
Shahram Najm 58b001e7cf ECC-1577: GRIB2: Add support for stepType when typeOfTimeIncrement=255 2023-05-03 16:30:01 +01:00
Metamess 4e9101dd86 Added support for stepTypes 'avg' and 'accum' if typeOfTimeIncrement is set to 255 'Missing' 2023-05-03 16:19:06 +01:00
Shahram Najm cd21477fbb Deprecated 2023-05-03 13:25:06 +01:00
Shahram Najm 285cec091d Testing: cleanup 2023-04-29 12:44:25 +01:00
Shahram Najm 3ce066b60a Better error messages 2023-04-29 12:32:39 +01:00
Shahram Najm 1aa8016a54 Replace Asserts with proper error messages and exit codes 2023-04-28 14:44:16 +01:00
Shahram Najm fd4bd4847c Compiler warnings 2023-04-28 12:06:42 +01:00
Shahram Najm 00f00747be Add header file for std::is_floating_point 2023-04-28 11:27:46 +01:00
Shahram Najm 6489aa6d46 Single-precision support: Array of reals 2023-04-28 11:16:52 +01:00
Shahram Najm 4f8d151dc3 ECC-1572: part 2 2023-04-26 16:52:02 +00:00
Shahram Najm f9613ee29b Compiler warning: [-Wmaybe-uninitialized] 2023-04-24 20:15:08 +00:00
Shahram Najm 1ef77a8b47 ECC-1572: Fortran codes_get/grib_get fails to get array of 32-bit real numbers 2023-04-24 16:43:59 +01:00
Shahram Najm a42a8547bc Single-precision: support decoding of ibmfloat and ieeefloat keys 2023-04-24 16:38:40 +01:00
Shahram Najm 6a990d87ed Compiler warning: [-Wmaybe-uninitialized] 2023-04-24 14:59:46 +01:00
Shahram Najm 94c657aa98 Update comments for accessor functions 2023-04-23 18:14:02 +01:00
Shahram Najm b745bf3fbd Remove unused function from accessor hierarchy: init_class 2023-04-23 14:58:23 +01:00
Shahram Najm 4755277a88 Testing: JPEG nearest 2023-04-22 19:27:37 +01:00
Shahram Najm ee9cc4d334 Testing: JPEG to CCSDS 2023-04-22 18:02:51 +01:00
Shahram Najm 0f647bdb99 Testing: Remove unused variable 2023-04-22 17:11:09 +01:00
Shahram Najm c592821a89 Logging: use __func__ 2023-04-22 16:52:09 +01:00
Shahram Najm 6ddbf5b4d0 grid_complex: cleanups 2023-04-21 20:40:12 +01:00
Shahram Najm 3518cbeeab grid_complex: cleanups 2023-04-21 17:45:06 +01:00
Shahram Najm a43903ac52 Merge branch 'develop' into feature/grid_complex_encoding 2023-04-21 17:02:01 +01:00
Shahram Najm 47a82e181c Cleanup 2023-04-21 16:21:33 +01:00
Eugen Betke 9c6ad56c01 Merge branch 'feature/grid_complex_encoding' of github.com:ecmwf/eccodes into feature/grid_complex_encoding 2023-04-21 14:16:54 +00:00
Eugen Betke 2721644f76 ECC-1472: remove re-packing form grib-bitmap test 2023-04-21 14:15:19 +00:00
Shahram Najm 078ee6aee3 Add WMO note re experimental template 2023-04-21 14:52:47 +01:00
Shahram Najm b1bea080ee Fix header files and add copyright notices 2023-04-21 14:09:28 +01:00
Shahram Najm ddf8db8bb8 Improved error message re disabled functionality 2023-04-21 13:47:47 +01:00
Shahram Najm 4fdfca2cf7 ECC-1571: GRIB2: Allow new expver=0002 for class=ur and origin=lfpw 2023-04-21 11:26:35 +01:00