mirror of https://github.com/ecmwf/eccodes.git
Performance: Exclude METAR definition files from MEMFS
This commit is contained in:
parent
31992d0f32
commit
4af92cba83
2
memfs.py
2
memfs.py
|
@ -66,7 +66,7 @@ print("MEMFS: Starting")
|
||||||
|
|
||||||
# Exclude experimental features e.g. GRIB3 and TAF
|
# Exclude experimental features e.g. GRIB3 and TAF
|
||||||
# The BUFR codetables is not used in the engine
|
# The BUFR codetables is not used in the engine
|
||||||
EXCLUDED = ["grib3", "codetables", "taf", "stations", "grib1_mlgrib2_ieee32"]
|
EXCLUDED = ["grib3", "codetables", "taf", "metar", "stations", "grib1_mlgrib2_ieee32"]
|
||||||
|
|
||||||
EXCLUDE = {
|
EXCLUDE = {
|
||||||
None: [],
|
None: [],
|
||||||
|
|
Loading…
Reference in New Issue