From 5c52f70c5ea80dbc91fcce82a10dd5a7c17b3720 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 29 Apr 2014 13:28:31 +0000 Subject: - Add cgribex 1.6.3 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 --- science/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'science/Makefile') diff --git a/science/Makefile b/science/Makefile index f5a105389c6f..7e321a3ebf7c 100644 --- a/science/Makefile +++ b/science/Makefile @@ -27,6 +27,7 @@ SUBDIR += cdf SUBDIR += cdo SUBDIR += cgnslib + SUBDIR += cgribex SUBDIR += checkmol SUBDIR += chemical-mime-data SUBDIR += chemtool -- cgit v1.2.3