Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 1.9.0 | Sunpoet Po-Chuan Hsieh | 2019-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update MASTER_SITES - Update WWW 1.9.0: - gribZip: remove large file support - store Decimal scale factor to int16 (bug fix) - bug fix for large grib records - Added CALENDAR_GREGORIAN 1.8.1: - Skip GridDataSection if not available - Changed boolean ints to stdbool - file_fill_buffer: set offset (bug fix) [patch from Harald Anlauf] 1.8.0: - Fix unreliable rounding 1.7.6: - Added support for GRIB level type 210 - gribReadSize/gribGetSize: changed type of return value to size_t - Removed libaec specific calls Notes: svn path=/head/; revision=492215 | ||||
* | - Add cgribex 1.6.3 | Sunpoet Po-Chuan Hsieh | 2014-04-29 | 1 | -0/+11 |
GRIBEX is an interface for encoding and decoding WMO FM-92 GRIB edition 1 messages and some ancillary subroutines for controlling printing and debugging. The GRIBEX software was developed at the European Centre for Medium-range Weather Forecasts (ECMWF) and is part of the EMOS library. EMOS is mostly written in Fortran. Therefore it has only a Fortran interface. CGRIBEX is a lightweight version of GRIBEX written in ANSI C with a portable Fortran interface. For best compatibility some of the C sources were converted from the Fortran GRIBEX version. WWW: https://code.zmaw.de/projects/cgribex Notes: svn path=/head/; revision=352619 |