Commit Graph

9531 Commits

Author SHA1 Message Date
Shahram Najm 3b86b179c4 Examples: Fortran 2024-01-13 17:14:08 +00:00
Shahram Najm 87f34c24b8 Testing: Sub-hourly with grib_filter (needs fixing - see src/grib_accessor_class_optimal_step_units.cc) 2024-01-13 14:52:25 +00:00
kevstone 35ab5ff4f0 Removed incorrect import 2024-01-12 20:12:52 +00:00
kevstone ead8c99192 Cleanly separated default conversion from GribAccessor conversion 2024-01-12 20:08:46 +00:00
Shahram Najm b60198320d Merge branch 'develop' into feature/ECC-1620_sub-hourly 2024-01-12 17:24:37 +00:00
kevstone e36b4b9939 Removed premature C++ conversion 2024-01-12 17:08:16 +00:00
kevstone 09a038aecb Added explicit C AST Parser 2024-01-12 14:51:47 +00:00
Shahram Najm 080f08363d ECC-1745: GRIB2: Local ECMWF parameters for covariances 2024-01-12 13:43:25 +00:00
Shahram Najm 27ef7b9062 Debugging: Output list of key/value pairs being set 2024-01-12 13:38:57 +00:00
kevstone 40b3a7ca5f Added ternary operator support 2024-01-12 12:26:39 +00:00
shahramn 9d556f9d43
Merge pull request #185 from ecmwf/feature/EDAcovariances
feature/EDAcovariances
2024-01-12 12:21:20 +00:00
Shahram Najm a5406e2063 ECC-1743: GRIB2: new hydro and wave parameters 2024-01-12 11:12:18 +00:00
Shahram Najm cd9a4b2f0a ECC-1744: Rounding errors in 2 tests with intel LLVM-based compilers 2023.2 2024-01-12 11:11:27 +00:00
Robert Osinski 94e804c716 renamed level in local ECMWF table 2024-01-12 10:57:01 +00:00
kevstone 65b05aa62a Added macro definitions to global declaration 2024-01-12 10:12:12 +00:00
kevstone dfd287999e Added if() and array subscript support 2024-01-12 08:13:26 +00:00
Shahram Najm eb4bf8dea7 Compiler warnings: Unused variables 2024-01-11 17:59:58 +00:00
Shahram Najm 52f6530493 Testing: Avoid comparing floats as strings (SD-88343) 2024-01-11 17:25:52 +00:00
Shahram Najm c35fdc2471 Unused variables 2024-01-11 16:56:33 +00:00
Shahram Najm e65ca5f98c Expressions/Actions: Unused functions 2024-01-11 16:16:37 +00:00
kevstone 81ac4c1cfe Added support for for() 2024-01-11 15:18:46 +00:00
Robert Osinski b3ae7cdef6 correction of unit 2024-01-11 13:42:03 +00:00
Shahram Najm 5619ade9c2 Examples: Test long integer interface 2024-01-11 13:40:31 +00:00
Shahram Najm 5e6313407f Fortran: Reformatting 2024-01-11 13:40:07 +00:00
Shahram Najm 6f4a3f625a Fortran: Dead code removal 2024-01-11 12:37:38 +00:00
kevstone 6ae5c4db01 Added if() support 2024-01-11 09:56:44 +00:00
Eugen Betke 7cebae4d70 Merge branch 'feature/ECC-1620_sub-hourly' of github.com:ecmwf/eccodes into feature/ECC-1620_sub-hourly 2024-01-11 08:10:55 +00:00
kevstone ef0a88b1dc Added initial support for macros 2024-01-11 08:01:10 +00:00
Shahram Najm d3e7e2ecb2 Testing: Fortran key setting 2024-01-10 21:05:38 +00:00
Shahram Najm 45f47d1b90 Indexing: Make functions local 2024-01-10 17:57:20 +00:00
Shahram Najm ff522d0990 Tools: Dead code removal 2024-01-10 17:38:46 +00:00
Shahram Najm 5e843d1600 Testing: GTS/METAR tools 2024-01-10 17:26:12 +00:00
Shahram Najm d061202a59 Testing: Error conditions (indexing tools) 2024-01-10 17:09:10 +00:00
Shahram Najm 9c693eabab Tools: Error messages 2024-01-10 17:08:29 +00:00
Shahram Najm 78aa519961 Testing: GRIB1 data_dummy_field packing 2024-01-10 16:20:19 +00:00
Shahram Najm f3f8025d57 Testing: GRIB1 data_dummy_field packing 2024-01-10 16:20:12 +00:00
Shahram Najm cbd277dc64 Testing: filter GTS headers 2024-01-10 16:05:58 +00:00
Shahram Najm cf73750268 Testing: filter write 2024-01-10 15:50:44 +00:00
Shahram Najm 2ad5dd29e9 Action write: check for -ve value 2024-01-10 15:50:30 +00:00
Shahram Najm ea84ba6381 Testing: is_in_list expression 2024-01-10 14:43:23 +00:00
Shahram Najm 21a76256ce Testing: Unused accessors 2024-01-10 13:26:23 +00:00
Shahram Najm 2ae9638663 Testing: Deprecated statements 2024-01-10 13:18:20 +00:00
Shahram Najm b5f86e688a Actions: Dead code removal 2024-01-10 12:43:12 +00:00
Shahram Najm 6081d7c0d5 Testing: Tools options 2024-01-10 12:42:45 +00:00
Shahram Najm 3bb3e025f8 Tools: deprecated options 2024-01-10 12:42:17 +00:00
Shahram Najm 9f565bed85 Const correctness 2024-01-09 15:42:16 +00:00
Shahram Najm 86db8002ad Testing: Windows 2024-01-09 13:13:32 +00:00
Shahram Najm 81f40a3735 Check return value of grib_buffer_replace 2024-01-09 10:23:13 +00:00
Shahram Najm ee51e30d10 Merge branch 'develop' into feature/ECC-1620_sub-hourly 2024-01-08 20:26:08 +00:00
shahramn e4bf750349
Merge pull request #184 from ecmwf/bugfix/ECC-1741-LargeGrib1
Bugfix/ECC-1741 large grib1
2024-01-08 19:44:13 +00:00