Commit Graph

7937 Commits

Author SHA1 Message Date
Shahram Najm ed45083cfb Testing: encoding spectral values 2023-05-12 16:46:46 +01:00
Shahram Najm 7936a617ef Update list of keys and hash 2023-05-12 14:57:14 +01:00
Daniel Tipping e8a35e6159
Merge pull request #116 from ecmwf/feature/ci-build-config
Add CI build configuration
2023-05-12 10:55:01 +01:00
Shahram Najm 376b34834c ECC-1586: Test 2023-05-12 10:10:53 +01:00
Shahram Najm bf72adfb57 ECC-1586: grib_get_data: Invalid latitude values printed 2023-05-12 09:58:00 +01:00
Dusan Figala ddbbbe776b Remove self coverage input 2023-05-12 10:14:13 +02:00
Dusan Figala e45c6b5024 Add build config for self-hosted runners 2023-05-12 10:14:13 +02:00
Dusan Figala 5ad4f1531c Fix build config format 2023-05-12 10:14:13 +02:00
Dusan Figala a7f126a563 Move HPC build configuration from reusable wf 2023-05-12 10:14:12 +02:00
Shahram Najm 7771dce4ac Iterator: Missing jDirectionIncrement 2023-05-11 22:49:29 +01:00
Shahram Najm 3b0373922c Add missing header 2023-05-11 17:57:02 +01:00
Shahram Najm 1e68497461 Single-precision: Support for second order packing (GRIB1) 2023-05-11 17:57:02 +01:00
Shahram Najm 1a4eaeaa61 ECC-1585: Code tables 2023-05-11 17:16:49 +01:00
Shahram Najm a58fd34c6e ECC-1585: Merge branch feature/grib2-new-templates to develop 2023-05-11 13:45:05 +01:00
Shahram Najm a07644009d ECC-1585: Merge branch feature/grib2-climate-template to develop 2023-05-11 12:06:27 +01:00
Shahram Najm 61f5db1462 Testing: Check md5GridSection and scanning mode 2023-05-10 16:40:54 +01:00
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