Commit Graph

9644 Commits

Author SHA1 Message Date
shahramn d4464199b7 Testing: Remove temporary files 2024-04-23 12:17:03 +01:00
shahramn 9fd499d5ac ECC-1805: GRIB2: Sub-hourly: Fix race condition 2024-04-22 16:34:48 +01:00
shahramn 0411d7793b Debugging 2024-04-22 13:36:01 +01:00
shahramn 8a9186a37a Testing: Detect empty concept value 2024-04-22 13:35:25 +01:00
shahramn dace02c52f Functor: clean up 2024-04-21 17:53:13 +01:00
shahramn 25bbb21950 Add is_one_of functor 2024-04-21 16:21:35 +01:00
shahramn 19e2201d7c Initialise return values 2024-04-21 13:11:19 +01:00
shahramn 302c88ba62
Merge pull request #205 from ecmwf/feature/ECC-1806-paramIdConversion
https://jira.ecmwf.int/browse/ECC-1806
2024-04-20 22:28:39 +01:00
shahramn 403ef585e0 ECC-1806: Move the concept into its own file 2024-04-20 13:57:17 +01:00
shahramn 9dc4707525 ECC-1806: Entries for stepType 2024-04-20 13:01:54 +01:00
shahramn b81ab6324a ECC-1806: Additional entries for stepType 2024-04-19 22:18:09 +01:00
shahramn ce791332a5 ECC-1806: Further tests 2024-04-19 18:21:30 +01:00
shahramn a39eb883cd ECC-1806: Add tests 2024-04-19 14:07:51 +01:00
Shahram Najm e6e3c58f3c ECC-1806: GRIB: Change of paramId in conversion from GRIB1 to GRIB2 (Try 1) 2024-04-19 10:44:09 +00:00
shahramn 21fdb254ee Dead code removal 2024-04-18 11:25:51 +01:00
shahramn c31eb49313 Expression: Print an error if functor is not implemented 2024-04-18 11:25:38 +01:00
shahramn f13b2af3e3 Debugging: Print the handle's address (to distinguish different threads/processes) 2024-04-17 21:57:12 +01:00
Shahram Najm 4a5cc04100 ECC-1804: GRIB2: Removal of 192 encodings to avoid confusion with new time-mean parameters 2024-04-17 15:45:53 +00:00
shahramn 09f7774abd Definitions: Faster to copy the concept so we evaluate it once 2024-04-17 15:32:58 +01:00
Shahram Najm 303a8ea9a5 Filter: Allow 'size' accessor to be used in IF statements 2024-04-17 12:12:28 +00:00
Shahram Najm 02f9a17b24 DGOV-461: paramDB: Create pseudo-centre for ECMWF reanalyses 2024-04-16 14:40:38 +00:00
Shahram Najm 65f4d736a0 ECC-1799: GRIB2: Populate the ERA pseudo-centre with relevant encodings 2024-04-16 14:40:12 +00:00
shahramn afbd560a00 ECC-1801: GRIB2: Issue with post metadata hook for DestinE 2024-04-16 10:28:04 +01:00
shahramn cc3caa2938 Definitions: Faster to decode two keys than concept 2024-04-15 16:31:43 +01:00
shahramn 7250f5cbc3 Documentation 2024-04-15 14:46:32 +01:00
shahramn 518fdc677c Debugging messages 2024-04-13 12:33:36 +01:00
shahramn 68457aafa3 ECC-1800: More tests 2024-04-13 12:33:09 +01:00
shahramn d937a838c7 Cleanup 2024-04-13 12:32:50 +01:00
shahramn 8c28b0fcc5 ECC-1800: GRIB2: Failure setting stepUnits=s,paramId=210203 2024-04-12 11:33:00 +01:00
Shahram Najm 95539f79dd Clang 17 compiler warnings 2024-04-10 16:06:19 +00:00
shahramn d10140227d ECC-1797: Add aliases to key names 2024-04-10 14:18:12 +01:00
Shahram Najm e6a4240f77 Testing: grib_repair depends on downloaded data 2024-04-10 12:18:48 +00:00
Shahram Najm a74264659e Bump up version 2024-04-10 12:18:23 +00:00
Shahram Najm 80e9bb7e4f Definitions: Fix KWBC local parameter cfVarNames 2024-04-09 13:19:43 +00:00
Shahram Najm d4655ac366 ECC-1798: GRIB2: New parameter encodings for DestinationEarth 2024-04-09 12:41:00 +00:00
shahramn 7ff5e2eaf3 Tools: Dead code removal and cppcheck warnings 2024-04-09 12:03:22 +01:00
Shahram Najm f5c4b5d713 ECC-1787: GRIB2: Add time-mean versions of existing parameters 2024-04-08 15:06:08 +00:00
Shahram Najm 2158a5ef83 ECC-1787: GRIB2: Add time-mean versions of existing parameters 2024-04-08 14:33:15 +00:00
Shahram Najm 0945dec141 ECC-1788: GRIB2: Add mean parameters for ECMWF and CERISE (Part 1) 2024-04-08 12:43:34 +00:00
Shahram Najm c7e802b850 ECC-1789: GRIB2: Add parameters 51/52 to pseudo-centre CERISE 2024-04-08 09:12:33 +00:00
shahramn 69ec58ed14 Error handling 2024-04-07 14:28:29 +01:00
shahramn 8ae55cbf0c Tools: Where clause with doubles 2024-04-05 17:32:52 +01:00
shahramn aee114c9bd Expressions: Fix the print function 2024-04-05 17:32:34 +01:00
shahramn c63a9f621b Testing: logical OR for doubles 2024-04-05 14:54:41 +01:00
shahramn fab9f0ec6b ECC-1797: GRIB2: Correct order of keys in templates 4.51 and 4.91 regarding the WMO Manual on Codes 2024-04-05 14:54:20 +01:00
shahramn 54d415cc4d
Merge pull request #204 from ecmwf/feature/ECC-1796_stepRange_indexing
ECC-1796: Implement stepRange indexing for DestinE ExtremesDT and On-Demand ExtremesDT data
2024-04-05 13:16:16 +01:00
Matthew Griffith d9157db3d7 ECC-1796: Modified test as now we must also set dataset=climate-dt, since in other datasets mars.step is set to stepRange 2024-04-05 10:59:18 +00:00
Matthew Griffith 698d811776 ECC-1796: mars step aliased to stepRange for all datasets except climate-dt where step is not used. 2024-04-05 10:31:43 +00:00
shahramn 49c4ca3cbf ECC-1795: Geoiterator for polar stereographic: Keys orientationOfTheGridInDegrees and LaDInDegrees decoded as integers 2024-04-04 17:00:05 +01:00
shahramn 157dbfb192 Dead code removal: Unused members/structs 2024-04-04 15:42:46 +01:00