mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
b2002314e8
- 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
12 lines
605 B
Plaintext
12 lines
605 B
Plaintext
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.mpimet.mpg.de/projects/cgribex
|