Commit Graph

237 Commits

Author SHA1 Message Date
Florian Rathgeber 2c0e9406bc ECC-188 PEP8ify python examples 2015-11-12 15:16:42 +00:00
Enrico Fucile d2309250a1 used BufrTemplate in bufr_encode_flight 2015-11-12 14:24:30 +00:00
Florian Rathgeber 9223729592 ECC-184 Parse first two column as date and time 2015-11-12 13:58:43 +00:00
Florian Rathgeber 19ccb6b296 ECC-184 PEP8ify bufr_encode_flight example 2015-11-12 13:58:25 +00:00
Shahram Najm a01bdaf146 Python examples: PEP8ify 2015-11-11 18:20:31 +00:00
Shahram Najm 3e31de7a59 Add description to examples 2015-11-11 17:53:52 +00:00
Shahram Najm c00cb92f0a ECC-184: rename python example 2015-11-11 10:30:40 +00:00
Shahram Najm a52fda2727 ECC-184: improve python flight encoding example 2015-11-11 10:24:37 +00:00
Shahram Najm 9afebc4ca1 ECC-184: Create python example to read CSV and encode BUFR 2015-11-10 20:45:59 +00:00
Shahram Najm 5d58da9af0 F90 codes_dump for GRIB and BUFR (debugging aid) 2015-11-10 11:21:44 +00:00
Shahram Najm bc2d1d67db ECC-180: Test failure with cray intel compiler: bufr_subset.sh 2015-11-06 17:35:12 +00:00
Shahram Najm 3615479033 Add valgrind support (by default commented out) 2015-11-05 11:30:46 +00:00
Shahram Najm 0b275fe45d Add valgrind support (by default commented out) 2015-11-05 11:14:41 +00:00
Shahram Najm 72705b0e28 Fix compiler warning 2015-10-28 17:35:25 +00:00
Enrico Fucile 384164a9ca ECC-167 2015-10-28 16:07:41 +00:00
Enrico Fucile bd4385fce0 ECC-53 ECC-163 2015-10-28 11:46:53 +00:00
Shahram Najm a278f01138 Python examples: No need to copy python files to build area 2015-10-16 18:17:30 +01:00
Shahram Najm b6b84114f0 Add the Fortran grib_dump call 2015-10-02 17:03:26 +01:00
Shahram Najm f71808a281 Move check_gaussian_grid.c from examples to tools 2015-09-25 17:09:27 +01:00
Shahram Najm bcc33f4cfe Add check for reduced GG: iDirectionIncrement must be missing 2015-09-23 15:30:30 +01:00
Enrico Fucile fb7434b671 ECC-147 and part ECC-133 2015-09-03 15:49:24 +01:00
Shahram Najm 53de0863c4 Merge branch 'develop' of ssh://software.ecmwf.int:7999/eccodes/eccodes into develop 2015-08-27 16:06:49 +01:00
Shahram Najm e072d9ca9f Tests: clean up and remove unnecessary redirection to /dev/null 2015-08-27 16:06:43 +01:00
Enrico Fucile c67997cdcf ECC-137 2015-08-27 16:01:17 +01:00
Shahram Najm 79664ea975 Cleanup 2015-08-25 11:22:19 +01:00
Shahram Najm 36cca9a5a3 Use relative path for temp file 2015-08-14 11:39:10 +01:00
Shahram Najm 004460c333 Increase size of string array for gridType 2015-08-12 14:40:45 +01:00
Shahram Najm 03bdf4f77c GRIB-813: grib_nearest_find does not work on successive calls for Lambert grid 2015-08-11 14:00:45 +01:00
Shahram Najm 0de8534b85 Add tropical cyclone test 2015-07-29 15:48:10 +01:00
Marijana Crepulja 3c5f89b649 Tropical cyclone python test added for BUFR 2015-07-29 14:42:51 +01:00
Shahram Najm eb3d1862a0 CMake tests: prepend name of package 2015-07-14 17:50:28 +01:00
Shahram Najm 37611fcf71 CMake tests: prepend name of package 2015-07-14 17:11:57 +01:00
Shahram Najm 74ecaedb89 Add grib_clone.sh 2015-07-09 14:11:13 +01:00
Shahram Najm a3be715b5c Refactoring C example 2015-07-07 17:50:09 +01:00
Shahram Najm 9e2af2f8e7 GRIB-786: Cmake performance 2015-07-02 13:02:54 +01:00
Shahram Najm 80f57efcb7 GRIB-786: cmake run is slow due to copying definitions to build dir 2015-06-30 17:18:51 +01:00
Shahram Najm 76bd03e33a CMake: fortran and examples features 2015-06-09 14:50:51 +01:00
Shahram Najm e3389fe601 Fix compiler errors when using g++ 2015-06-01 16:59:48 +01:00
Shahram Najm eff8dc5090 GRIB-774: Leak in example 2015-06-01 14:27:47 +01:00
Enrico Fucile da1afef0a0 hopefully final fix for scatterometer failing 2015-05-28 16:42:26 +01:00
Enrico Fucile d9118d21c7 fix for bufr scatterometer example failing on some platfomrs 2015-05-28 16:02:32 +01:00
Enrico Fucile a25a368214 fixed problem with failing scatterometer test on some platforms 2015-05-28 15:25:25 +01:00
Enrico Fucile b5709af577 ECC-129 fixed 2015-05-28 09:56:33 +01:00
Shahram Najm 31b82ee08a C examples: Close input file handle asap 2015-05-26 14:40:27 +01:00
Shahram Najm 87ce084617 GRIB-744 use isOctahedral key 2015-05-26 14:17:57 +01:00
Shahram Najm 5b36903347 ECC-117: Eliminate function codes_is_defined (Part 1) 2015-05-13 13:00:31 +01:00
Enrico Fucile 5f8f69908b solved ECC-85, ECC-118 2015-05-11 14:58:23 +01:00
Shahram Najm 94cba0999a Added python metar test to build 2015-04-22 18:11:56 +01:00
Shahram Najm a11654746a Metar example: metar_get_keys.py 2015-04-22 17:58:21 +01:00
Shahram Najm ce4635c3be Python example: Added shell wrapper script 2015-04-22 12:49:18 +01:00