mirror of https://github.com/ecmwf/eccodes.git
METAR and TAF are experimental
This commit is contained in:
parent
969ed8934e
commit
336cabee39
3
memfs.py
3
memfs.py
|
@ -9,7 +9,8 @@ assert len(sys.argv) > 2
|
||||||
|
|
||||||
# For now exclude GRIB3 as it is still experimental
|
# For now exclude GRIB3 as it is still experimental
|
||||||
# The BUFR codetables is not used in the engine
|
# The BUFR codetables is not used in the engine
|
||||||
EXCLUDED = ['grib3', 'codetables']
|
# METAR and TAF are also experimental
|
||||||
|
EXCLUDED = ['grib3', 'codetables', 'taf', 'metar']
|
||||||
|
|
||||||
dirs = [os.path.realpath(x) for x in sys.argv[1:-1]]
|
dirs = [os.path.realpath(x) for x in sys.argv[1:-1]]
|
||||||
print(dirs)
|
print(dirs)
|
||||||
|
|
Loading…
Reference in New Issue