Skip to content

Commit

Permalink
Disable MULTI-FILED support again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Jun 1, 2019
1 parent 40105c2 commit 39e4660
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions README.rst
Expand Up @@ -345,13 +345,12 @@ Coordinates:
time datetime64[ns] 2018-09-17
step timedelta64[ns] 00:00:00
heightAboveGround int64 10
latitude (y, x) float64 12.19 12.39 12.58 ... 57.68 57.49 57.29
longitude (y, x) float64 226.5 227.2 227.9 ... 308.5 309.6 310.6
valid_time datetime64[ns] 2018-09-17
latitude (y, x) float64 ...
longitude (y, x) float64 ...
valid_time datetime64[ns] ...
Dimensions without coordinates: x, y
Data variables:
u10 (y, x) float32 ...
v10 (y, x) float32 ...
Attributes:
GRIB_edition: 2
GRIB_centre: kwbc
Expand Down Expand Up @@ -407,7 +406,6 @@ Coordinates:
Dimensions without coordinates: x, y
Data variables:
t (isobaricInhPa, y, x) float32 ...
v (isobaricInhPa, y, x) float32 ...
u (isobaricInhPa, y, x) float32 ...
w (isobaricInhPa, y, x) float32 ...
gh (isobaricInhPa, y, x) float32 ...
Expand Down Expand Up @@ -467,7 +465,6 @@ Coordinates:
Dimensions without coordinates: x, y
Data variables:
pres (y, x) float32 ...
v (y, x) float32 ...
u (y, x) float32 ...
gh (y, x) float32 ...
Attributes:
Expand Down Expand Up @@ -526,7 +523,6 @@ Coordinates:
Dimensions without coordinates: x, y
Data variables:
t (pressureFromGroundLayer, y, x) float32 ...
v (pressureFromGroundLayer, y, x) float32 ...
u (pressureFromGroundLayer, y, x) float32 ...
r (pressureFromGroundLayer, y, x) float32 ...
Attributes:
Expand Down Expand Up @@ -583,7 +579,7 @@ Coordinates:
Dimensions without coordinates: x, y
Data variables:
cape (y, x) float32 ...
v (y, x) float32 ...
sp (y, x) float32 ...
acpcp (y, x) float32 ...
cin (y, x) float32 ...
orog (y, x) float32 ...
Expand Down Expand Up @@ -613,7 +609,6 @@ Dimensions without coordinates: x, y
Data variables:
pres (y, x) float32 ...
t (y, x) float32 ...
v (y, x) float32 ...
u (y, x) float32 ...
Attributes:
GRIB_edition: 2
Expand Down
2 changes: 1 addition & 1 deletion cfgrib/messages.py
Expand Up @@ -42,7 +42,7 @@
#
# No explicit support for MULTI-FIELD at Message level.
#
eccodes.codes_grib_multi_support_on()
# eccodes.codes_grib_multi_support_on()


@attr.attrs()
Expand Down

0 comments on commit 39e4660

Please sign in to comment.