Commit Graph

5615 Commits

Author SHA1 Message Date
Shahram Najm d5224a2433 ECC-566: multi-threading improvements 2020-07-27 19:15:11 +01:00
Shahram Najm c6511d0db4 Definitions: Move TypeOfLevel concept into a external file. Also added sea ice level/layer 2020-07-27 14:28:33 +01:00
Shahram Najm ad1881a375 ECC-1137: Test 2020-07-25 21:22:44 +01:00
Shahram Najm 0bfa65f9bf ECC-1137: BUFR performance: use fixed-length strings for descriptor name and units (Part 2) 2020-07-25 21:16:23 +01:00
Shahram Najm 2bb11fb4ee Merge branch 'develop' into feature/ECC-1137-bufr-fixed-length 2020-07-25 20:15:54 +01:00
Shahram Najm fc5b4f7ec1 ECC-1139: CRASH: bufr_ls -p numericValues 2020-07-25 17:27:02 +01:00
Shahram Najm 91768957bf Merge branch 'develop' into feature/ECC-1137-bufr-fixed-length 2020-07-25 15:07:31 +01:00
Shahram Najm 7874d76141 ECC-1138: CRASH: bufr_dump -p on invalid file 2020-07-25 15:02:42 +01:00
Shahram Najm 0a6ce6ea3f ECC-1137: BUFR performance: use fixed-length strings for descriptor name and units (Part 1) 2020-07-25 13:13:31 +01:00
Shahram Najm 386dfe0529 Testing: Use own Assert macro 2020-07-24 12:20:58 +01:00
Shahram Najm 367a1410c4 ECC-811: Add test 2020-07-23 15:32:29 +01:00
Shahram Najm bc02391435 Merge branch 'bugfix/ECC-811-shapeOfTheEarth' into develop 2020-07-23 15:13:40 +01:00
Shahram Najm de64bb89e1 Testing: OrcaGrids 2020-07-22 16:35:32 +01:00
Shahram Najm f04237c4e0 Merge develop into this branch 2020-07-22 15:58:37 +01:00
Shahram Najm 3b19d236cc ECC-1135: Add parameters for latitude and longitude for use with unstructured grids 2020-07-22 12:36:57 +01:00
Sebastien Villaume bf73d50eb1 correct typo on where to find typeOfLevelConcept.def 2020-07-20 18:25:00 +01:00
Sebastien Villaume 4406ecd129 move TypeOfLevel concept into a external file typeOfLevelConcept.def 2020-07-20 18:18:16 +01:00
Sebastien Villaume 8d912cc8d2 adding sea ice Level and sea ice layer in the GRIB2 typeOfLevel concept 2020-07-20 18:18:00 +01:00
Shahram Najm b6cf5a33e4 Add check for bits accessor 2020-07-20 18:11:31 +01:00
Shahram Najm 4808994174 ECC-811: shapeOfTheEarth=6 for GRIB1 2020-07-19 18:18:55 +01:00
Shahram Najm e4b43ba4c5 Print error string rather than just the code 2020-07-19 15:20:40 +01:00
Shahram Najm fe6cf8ba96 Guard against context->grib_reader being NULL 2020-07-19 15:20:00 +01:00
Shahram Najm 0d04b7aa9a Tools: print stdin if input filter is '-' 2020-07-19 15:19:31 +01:00
Shahram Najm 2e295d5674 Testing: print full path of script being run 2020-07-19 15:18:57 +01:00
Shahram Najm 1f1a2cbe5b Tools: Rename of common variables 2020-07-17 15:37:57 +01:00
Shahram Najm 2c0f6bc9da Indexing: allow dump on index file 2020-07-17 15:15:32 +01:00
Shahram Najm e1d4c60c37 Documentation: GRIB-API confluence space is removed 2020-07-17 15:04:05 +01:00
Shahram Najm 68f5517838 Testing: Add test for constant field with dsf!=0. Also sanity test on grib_dump 2020-07-17 12:30:53 +01:00
Shahram Najm bed7997b90 clang address sanitizer suppressions 2020-07-16 18:43:46 +01:00
Shahram Najm 1bd6da5881 ECC-1134: BUFR indexing (Part 1) 2020-07-16 17:51:42 +01:00
Shahram Najm d42b0223eb Testing: remove extra / 2020-07-16 17:44:48 +01:00
Shahram Najm 3aac9157d5 Move is_index_file to grib_index.c 2020-07-14 22:11:45 +01:00
Shahram Najm dae93ea523 Merge branch 'develop' into feature/concepts_local_master_dir 2020-07-14 19:33:17 +01:00
Shahram Najm 0bb8d503eb ECC-1123: CARRA (non UERRA) parameters. New parameters 2020-07-14 17:39:29 +01:00
Shahram Najm e76e3b35f0 Formatting 2020-07-14 16:08:46 +01:00
Shahram Najm 0bdf0a5acd Merge branch 'feature/packingType-grid_ieee-via-grib_util_set_spec' into feature/BufrIndexing 2020-07-14 15:31:04 +01:00
Pedro Maciel bb5c00de5a Set packingType=grid_ieee via grib_util_set_spec (experimental) 2020-07-14 14:35:04 +01:00
Shahram Najm 3962aace11 BUFR indexing: clean up 2020-07-13 21:29:38 +01:00
Shahram Najm b2cfc4d60c BUFR indexing: first draft 2020-07-13 19:09:48 +01:00
Shahram Najm 1a260c942b ECC-1133: C API: Propagate const char* for codes_index_new_from_file and codes_index_select_string 2020-07-13 14:54:54 +01:00
Shahram Najm 0b2f29008b Merge branch 'develop' of https://github.com/ecmwf/eccodes into develop 2020-07-13 14:42:05 +01:00
shahramn c80b135b54
Merge pull request #33 from CaptainCarrot/cc/grib_const_char_star_propagation
Propagate const char* for codes/grib_index_new_from_file and codes/grib_index_select_string
2020-07-13 14:41:53 +01:00
Shahram Najm d60202be42 Indexing: remove the unused grib_index_get_handle and add proper error handling in codes_index_get_handle 2020-07-13 14:39:11 +01:00
shahramn 41c61d5f12
Merge branch 'develop' into cc/grib_const_char_star_propagation 2020-07-13 13:01:22 +01:00
Shahram Najm 108feb4aa9 ECC-1123: CARRA (non UERRA) parameters. Part 1 2020-07-13 10:57:49 +01:00
Shahram Najm 94d4f83ec7 Memory leaks in grib_merge tool 2020-07-12 16:55:26 +01:00
Shahram Najm 386e0764c5 Merge branch 'develop' into bugfix/memory_leaks 2020-07-11 17:57:39 +01:00
Shahram Najm 5ac62218d2 Indentation 2020-07-11 17:56:43 +01:00
Shahram Najm 03e06a3f86 Memory leaks 2020-07-11 17:53:23 +01:00
Shahram Najm 9b4f4327ec Memory leak suppressions 2020-07-11 16:18:55 +01:00