Commit Graph

10216 Commits

Author SHA1 Message Date
shahramn 9235522326 Testing: More codes_count tests 2024-08-15 10:30:24 +01:00
shahramn 329bec63cd Testing: count with -f option 2024-08-14 21:34:27 +01:00
shahramn 72d806c33b Definitions: paramId for conversion 2024-08-14 17:50:24 +01:00
Shahram Najm f0bd218441 Examples: Fix valgrind errors 2024-08-14 14:08:39 +00:00
Shahram Najm e78f3be92f Testing: Replace tigge_dir. Use bin_dir instead 2024-08-14 14:07:46 +00:00
Shahram Najm 098592568f ECC-1902: GRIB2: Parameter cleanup in preparation for the addition of statistically processed parameters 2024-08-14 10:44:05 +00:00
Shahram Najm caced72efc ECC-1901: GRIB2: remove is_chemical from ERA6 pseudo-centre parameters 2024-08-14 08:55:42 +00:00
shahramn 55e8fe9ab3 Testing: productDefinitionTemplate concept uniqueness 2024-08-13 20:03:08 +01:00
Shahram Najm d1835db760 Unused data member 2024-08-13 16:54:07 +00:00
shahramn 92fc7c938a ECC-1880: Conversion from grib1 to grib2 2024-08-13 16:32:01 +01:00
shahramn d9af67b46a ECC-1880: Conversion from grib1 to grib2 2024-08-13 16:24:02 +01:00
shahramn ea3314977c Merge branch 'develop' of github.com:ecmwf/eccodes into develop 2024-08-13 16:03:19 +01:00
Shahram Najm 14986da02c ECC-1880: GRIB2: Additions & modifications of instantaneous parameters for generalised time processing approach (part 5) 2024-08-13 14:57:08 +00:00
Shahram Najm 146be3258f ECC-1880: Revert the legacy settings 2024-08-13 13:29:38 +00:00
shahramn c79e5c92e2 GRIB2: Concept for productDefinitionTemplate (Robert's input) 2024-08-13 14:13:52 +01:00
Shahram Najm fcc21c05c8 ECC-1880: GRIB2: Additions & modifications of instantaneous parameters for generalised time processing approach (part 4) 2024-08-13 13:13:07 +00:00
Eugen Betke e7d593f76b ECC-1900: Fixed uninitialized value 2024-08-13 13:30:49 +02:00
Shahram Najm 9f0432deb0 ECC-1880: GRIB2: Additions & modifications of instantaneous parameters for generalised time processing approach (part 3) 2024-08-12 16:52:26 +00:00
Shahram Najm 3e617ab7df ECC-1882: cfVarNames fixed properly 2024-08-12 15:44:02 +00:00
Shahram Najm dd6c68e94d ECC-1886: Exclude retired parameters 2024-08-12 15:42:20 +00:00
Shahram Najm a1679fff75 ECC-1880: GRIB2: Additions & modifications of instantaneous parameters for generalised time processing approach (part 2) 2024-08-12 15:27:32 +00:00
Shahram Najm de8e34b00a ECC-1880: GRIB2: Additions & modifications of instantaneous parameters for generalised time processing approach (part 1) 2024-08-12 15:04:15 +00:00
Shahram Najm 76e625675e ECC-1882: cfVarNames fixed 2024-08-12 12:20:11 +00:00
Shahram Najm 9b203f1184 Change assertion into proper error 2024-08-12 11:12:46 +00:00
Shahram Najm 9c40c63f46 ECC-1895: GRIB2: Time processed equivalents for total column integrated graupel 2024-08-12 10:55:35 +00:00
shahramn 11a4563c8b ECC-1899: Fix the Fortran call 2024-08-12 11:54:59 +01:00
Shahram Najm 1db0056878 ECC-1882: GRIB2: Adapt recently added On-Demand DT encodings to fit generalised approach 2024-08-12 09:31:36 +00:00
Eugen Betke ad9edbe114 Modernisation: Remove unused variables 2024-08-12 02:21:03 +02:00
Eugen Betke cf3f40fab6 Merge branch 'develop' into feature/modernisation_merge_accessor_classes 2024-08-12 02:00:44 +02:00
Eugen Betke 26f586f7c1 Modernisation: Merge accessor classes 2024-08-12 01:54:29 +02:00
shahramn 29f64e6cf3 Cosmetics 2024-08-11 12:27:10 +01:00
shahramn a210b14ec6 Cosmetics 2024-08-10 20:25:07 +01:00
shahramn 5fa6a7452d Testing: BUFR descriptor checks 2024-08-10 14:02:42 +01:00
shahramn 6899fe8f90 GRIB2: Concept for productDefinitionTemplate 2024-08-10 13:18:12 +01:00
shahramn f76247b0fc Testing: Coverage 2024-08-10 13:15:28 +01:00
shahramn 89ec3a19eb ECC-1899: Test 2024-08-09 17:25:51 +01:00
shahramn 137136b893 ECC-1899: Functor for filter 2024-08-09 16:00:32 +01:00
shahramn eac06e8853 ECC-1899: API function to allow setting debug level 2024-08-09 14:27:16 +01:00
Shahram Najm f5b8a9b7f1 ECC-1894: GRIB2: Transfer encoding from 240016 to 26 2024-08-08 16:14:03 +00:00
shahramn f50d2c5884 ECC-1858: Allow user to control encoding via optimizeScaleFactor (by default 0) 2024-08-08 13:37:07 +01:00
shahramn cbb4389334 ECC-1695: GRIB2 definitions: Group files into sub-directories 2024-08-08 09:59:28 +01:00
Gioele Barabucci 3230077c67 tools/bufr_compare_dir: Support directory names with spaces 2024-08-07 19:48:31 +01:00
Gioele Barabucci 7d8a2b65fd tools/bufs_compare_dir: Make compatible with POSIX sh
`bufr_compare_dir` is the only installed script that requires `ksh`. With
minor changes it is possible to make this script compatible with standard
POSIX sh.

Removing the need to use `ksh` greatly simplifies many aspects of the efforts
needed to package, install and maintain eccodes in distributions like
Debian.

See: https://bugs.debian.org/1078095
2024-08-07 19:48:31 +01:00
shahramn db8d72582e Testing: Increase coverage 2024-08-03 17:10:21 +01:00
shahramn 4b197520e3 Testing: Increase coverage 2024-08-03 16:56:29 +01:00
shahramn c81b491edc Testing: Increase coverage 2024-08-03 16:48:50 +01:00
shahramn c1ecf95334 Cosmetics 2024-08-03 15:59:26 +01:00
shahramn fe5a4b168c ECC-1897: GRIB2: Print a warning if the packing type template is experimental or deprecated 2024-08-03 14:44:40 +01:00
Shahram Najm 6f3f99beb3 ECC-1886: Fix failing tests 2024-08-02 14:50:26 +01:00
Shahram Najm 331bb6942f ECC-1886: Comments 2024-08-02 14:50:26 +01:00