Testing: Exclude taf and metar (not fully supported)

This commit is contained in:
shahramn 2024-04-26 17:10:50 +01:00
parent 968fb4692e
commit 9fa22f73c7
1 changed files with 1 additions and 1 deletions

View File

@ -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