Home
last modified time | relevance | path

Searched refs:dataCategory (Results 1 – 21 of 21) sorted by relevance

/dports/science/eccodes/eccodes-2.23.0-Source/tests/
H A Dbufr_copy.sh33 ${tools_dir}/bufr_copy -w dataCategory=0 $fBufrInput $fBufrTmp >> $fLog
36 category=`${tools_dir}/bufr_get -w count=$i -p dataCategory:l $fBufrTmp`
46 ${tools_dir}/bufr_copy -w dataCategory!=0 $fBufrInput $fBufrTmp >> $fLog
48 [ `${tools_dir}/bufr_get -p dataCategory:l $fBufrTmp` = "2" ]
57 ${tools_dir}/bufr_copy $fBufrInput ${fBufrTmp}_[dataCategory].bufr >> $fLog
H A Dbufr_compare.sh63 ${tools_dir}/bufr_set -s dataCategory=2 $f ${fBufrTmp} >> $fLog
74 ${tools_dir}/bufr_compare -b dataCategory $f ${fBufrTmp}>> $fLog
H A Dbufr_keys_iter.sh36 dataCategory
H A Dkeys626 dataCategory,621
/dports/science/eccodes/eccodes-2.23.0-Source/examples/F90/
H A Dbufr_read_header.f9022 integer(kind=4) :: dataCategory, dataSubCategory, typicalDate variable
38 call codes_get(ibufr, 'dataCategory', dataCategory);
39 write (*, *) ' dataCategory:', dataCategory
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/bufr/
H A Dold_section.1.def8 unsigned[1] dataCategory;
H A Dsection.1.1.def8 unsigned[1] dataCategory : dump;
H A Dsection.1.2.def14 unsigned[1] dataCategory : dump;
H A Dsection.1.3.def15 unsigned[1] dataCategory : dump;
H A Dsection.1.4.def16 unsigned[1] dataCategory : dump;
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A DlinesRR1D.c127 Category dataCategory; in _dxfInitialize() local
164 DXGetArrayInfo(li->dataArray, NULL, &dataType, &dataCategory, NULL, NULL); in _dxfInitialize()
H A DquadsRR2D.c167 Category dataCategory; in _dxfInitialize() local
202 DXGetArrayInfo(qi->dataArray, NULL, &dataType, &dataCategory, NULL, NULL); in _dxfInitialize()
H A DcubesRR.c167 Category dataCategory; in _dxfInitialize() local
206 DXGetArrayInfo(ci->dataArray, NULL, &dataType, &dataCategory, NULL, NULL); in _dxfInitialize()
H A DtrisRI2D.c150 Category dataCategory; in _dxfInitialize() local
210 DXGetArrayInfo(ti->dArray, NULL, &dataType, &dataCategory, NULL, NULL); in _dxfInitialize()
H A DquadsII2D.c194 Category dataCategory; in _dxfInitialize() local
213 DXGetArrayInfo(qi->dArray, NULL, &dataType, &dataCategory, NULL, NULL); in _dxfInitialize()
H A DcubesII.c204 Category dataCategory; in _dxfInitialize() local
279 DXGetArrayInfo(ci->dataArray, NULL, &dataType, &dataCategory, NULL, NULL); in _dxfInitialize()
/dports/science/eccodes/eccodes-2.23.0-Source/data/
H A DBUFR3.tmpl.dump.plain.ref8 dataCategory=1
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dbufr_util.c370 …hdr->dataCategory = (long)grib_decode_unsigned_long(pMessage, &pos_dataCategory, nbit… in bufr_decode_edition3()
500 …hdr->dataCategory = (long)grib_decode_unsigned_long(pMessage, &pos_dataCategory, n… in bufr_decode_edition4()
881 *len = sprintf(val, "%ld", bh->dataCategory); in codes_bufr_header_get_string()
H A Dgrib_api.h1599 long dataCategory; member
/dports/science/py-eccodes/eccodes-1.3.3/gribapi/
H A Dgrib_api.h185 long dataCategory; member
/dports/science/grib_api/grib_api-1.28.0-Source/tests/
H A Dkeys410 dataCategory,405