Commit Graph

9850 Commits

Author SHA1 Message Date
Robert Osinski 5c0c1bd52d Adapted PDTN in template files 2024-12-03 08:50:56 +00:00
Robert Osinski 43c5b1f3e9 New table 34 entries added 2024-07-01 15:18:01 +00:00
Robert Osinski d9dc920b4a GRIB2, verification score template 4.137-142 added 2024-07-01 12:37:09 +00:00
shahramn f0a46c9c3c ECC-1809: BUFR: Update tables with the latest WMO V42.0.0 2024-06-29 12:50:45 +01:00
shahramn f4e9528f73 Formatting 2024-06-28 17:07:46 +01:00
Shahram Najm 0dfbe96e50 ECC-1853: GRIB: Lambert conformal longitudes greater than 360 2024-06-28 15:04:47 +00:00
shahramn 482c26ef35 Cosmetics 2024-06-28 13:12:18 +01:00
shahramn 4934023b8f ECC-1808: New GRIB table version 2024-06-28 13:12:04 +01:00
Shahram Najm 90d2d5ce0f ECC-1851: GRIB2: Time-processed parameters for Most-Unstable CAPE 2024-06-28 10:56:23 +00:00
Eugen Betke 8b275bce2c ECC-1228: Add test 2024-06-27 12:56:44 +01:00
Eugen Betke bfccddac23 ECC-1228: Add support for step range for instantaneous data 2024-06-27 12:56:44 +01:00
shahramn 0c2d677c33 Use the better key name numberOfTimeRanges 2024-06-26 18:08:59 +01:00
Matthew Griffith 38d7f8b9c0 ECC-1850: Back to 30 octets of padding given old data will be discarded. 2024-06-26 17:03:40 +01:00
Matthew Griffith d857f4771b ECC-1850: Extended metadata keys along with corresponding test. 2024-06-26 17:03:40 +01:00
shahramn 8269f7f275 ECC-1808: Release candidate 2024-06-26 15:45:44 +01:00
shahramn 12c078566f Testing: Function to check GRIB key is scalar 2024-06-25 12:28:40 +01:00
shahramn 79c27d0ae2 Testing: Check sections in grib_dump output 2024-06-25 12:01:22 +01:00
shahramn afa948a180 ECC-1848: Tools: Deprecate grib_merge, gg_sub_area_check and big2gribex 2024-06-24 13:19:08 +01:00
shahramn 97dd1741aa ECC-1847: Fix case when input has typeOfLevel=unknown 2024-06-22 15:02:57 +01:00
shahramn 19d71254f7 ECC-1847: Fix padding test 2024-06-22 13:58:24 +01:00
shahramn 142601f603 Bump up version 2024-06-22 13:41:52 +01:00
shahramn 8f90238d73 ECC-1847: GRIB: Setting invalid value for 'typeOfLevel' does not fail 2024-06-22 13:41:31 +01:00
shahramn 0f3a74620a ECC-1846: Make keys read-only 2024-06-21 15:54:26 +01:00
shahramn 807602d7d6 ECC-1846: Rename template so grib_dump does not show it (cannot start with 'section') 2024-06-21 15:54:26 +01:00
shahramn e4e91e7a48 ECC-1846: Added test 2024-06-21 15:54:26 +01:00
shahramn d3924cb919 ECC-1846: Cosmetics 2024-06-21 15:54:26 +01:00
shahramn 1609e68f54 ECC-1846: All tests pass now 2024-06-21 15:54:26 +01:00
Sebastien Villaume 2efe189895 ECC-1846 working on modelName and modelVersion 2024-06-21 15:54:26 +01:00
shahramn d284535229 ECC-1846: Make loading modelNameConcept.def optional 2024-06-21 15:54:26 +01:00
shahramn ece5366be6 ECC-1846: Fix syntax 2024-06-21 15:54:26 +01:00
Sebastien Villaume 5d3aa53437 working on modelName/modelVersion implementation 2024-06-21 15:54:26 +01:00
Sebastien Villaume eb010e9009 work on modelName and modelVersion 2024-06-21 15:54:26 +01:00
Sebastien Villaume 9346a8d398 working on model name and version mapping 2024-06-21 15:54:26 +01:00
Sebastien Villaume fbd128f54c working on model name and version mapping 2024-06-21 15:54:26 +01:00
Shahram Najm 19e15f8cb0 ECC-1845: GRIB2: Time processed parameters for volumetric soil moisture 2024-06-21 09:12:13 +00:00
Shahram Najm a0acf47527 ECC-1844: MARS: Add new class 'ng' for nextGEMS 2024-06-20 11:00:28 +00:00
Shahram Najm 3b7abcf0e7 ECC-1842: GRIB2: Modification of ocean parameter encodings to support multiple typeOfLevel entries 2024-06-20 10:36:50 +00:00
shahramn 99cfebb1aa Tools: Deal with input being a directory 2024-06-15 13:21:06 +01:00
shahramn 1f2e30f603 Tools: Fix case with bitmap 2024-06-14 16:36:03 +01:00
shahramn d5ecfd8743 ECC-1706 2024-06-12 11:50:53 +01:00
shahramn 411b76211a ECC-1706: Hadley Centre 2024-06-12 11:11:53 +01:00
shahramn eb0080fe0d ECC-1706: KNMI fixed 2024-06-12 10:58:49 +01:00
Eugen Betke 57026bcd01 ECC-1802: Add tests 2024-06-11 12:14:41 +01:00
Eugen Betke 3699fac49e ECC-1802: Relaxed step units rule 2024-06-11 12:14:41 +01:00
Shahram Najm ca0c5f1005 ECC-1841: GRIB2: Overload wind components/speed for ERA6 with heights... 2024-06-07 13:41:26 +00:00
Philipp Geier fda9677fd9 Update ci.yml to fix notification
The notify step was skipped on failing jobs because the `always()` was not handled properly. Instead of `always() && ${{ ... }}` we have to pull in the always `${{ always() && .. }}`
2024-06-07 11:50:25 +01:00
shahramn 9cd97a7d73 ECC-1840: BUFR: Problem with edition 3 typicalDate and typicalTime 2024-06-06 15:22:06 +01:00
Shahram Najm 76179dc518 ECC-1835: GRIB2: Time-mean parameters for ERA6 on pressure levels (part 2) 2024-06-06 12:49:11 +00:00
Shahram Najm 2faecdb54b ECC-1835: GRIB2: Time-mean parameters for ERA6 on pressure levels 2024-06-06 12:35:28 +00:00
Shahram Najm 7ac53385ae ECC-1836: GRIB2: Add correct unit to paramId 43 2024-06-06 11:11:16 +00:00