/* * Copyright 2005-2017 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * * In applying this licence, ECMWF does not waive the privileges and immunities granted to it by * virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction. */ /* * C Implementation: multi2.c * * Description: Repeatedly print data contained in a multi-field grib message * */ #include "eccodes.h" #include #include #include void read_data(int num_msgs); const int NUM_FIELDS = 4; const int COUNT = 20; const char* file_path = "../../data/multi_created.grib2"; int main(int argc, char** argv) { int i; /* turn on support for multi fields messages */ codes_grib_multi_support_on(0); for(i=1; i