mirror of https://github.com/ecmwf/eccodes.git
Testing: Exclude taf and metar (not fully supported)
This commit is contained in:
parent
968fb4692e
commit
9fa22f73c7
|
@ -16,7 +16,7 @@ tempOut=temp.$label.txt
|
|||
|
||||
[ -z "$ECCODES_DEFINITION_PATH" ] || ECCODES_DEFINITION_PATH=`${tools_dir}/codes_info -d`
|
||||
|
||||
for file in `find ${ECCODES_DEFINITION_PATH}/ -name '*.def' -print | grep -v grib3/`
|
||||
for file in `find ${ECCODES_DEFINITION_PATH}/ -name '*.def' -print | grep -v grib3/ | grep -v metar/ | grep -v taf/`
|
||||
do
|
||||
${tools_dir}/codes_parser $file > $REDIRECT
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue