<xarray.Dataset>
Dimensions: (realization: 10, forecast_reference_time: 3,
leadtime: 3, lat: 2, lon: 2)
Coordinates:
* realization (realization) int64 1 2 3 4 5 6 7 8 9 10
* forecast_reference_time (forecast_reference_time) datetime64[ns] 2018-07...
* leadtime (leadtime) timedelta64[ns] 1 days 2 days 3 days
* lat (lat) float64 44.85 44.95
* lon (lon) float64 11.55 11.65
time (forecast_reference_time, leadtime) datetime64[ns] ...
Data variables:
dis24 (realization, forecast_reference_time, leadtime, lat, lon) float32 ...
Attributes:
GRIB_edition: 2
GRIB_centre: ecmf
GRIB_centreDescription: European Centre for Medium-Range Weather Forecasts
GRIB_subCentre: 0
Conventions: CF-1.7
institution: European Centre for Medium-Range Weather Forecasts
history: 2023-01-02T10:13 GRIB to CDM+CF via cfgrib-0.9.1...- realization: 10
- forecast_reference_time: 3
- leadtime: 3
- lat: 2
- lon: 2
realization
(realization)
int64
1 2 3 4 5 6 7 8 9 10
- long_name :
- ensemble member numerical id
- units :
- 1
- standard_name :
- realization
array([ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10])
forecast_reference_time
(forecast_reference_time)
datetime64[ns]
2018-07-01 2018-07-04 2018-07-08
- long_name :
- initial time of forecast
- standard_name :
- forecast_reference_time
array(['2018-07-01T00:00:00.000000000', '2018-07-04T00:00:00.000000000',
'2018-07-08T00:00:00.000000000'], dtype='datetime64[ns]')leadtime
(leadtime)
timedelta64[ns]
1 days 2 days 3 days
- long_name :
- time since forecast_reference_time
- standard_name :
- forecast_period
array([ 86400000000000, 172800000000000, 259200000000000],
dtype='timedelta64[ns]')lat
(lat)
float64
44.85 44.95
- units :
- degrees_north
- standard_name :
- latitude
- long_name :
- latitude
- stored_direction :
- decreasing
lon
(lon)
float64
11.55 11.65
- units :
- degrees_east
- standard_name :
- longitude
- long_name :
- longitude
time
(forecast_reference_time, leadtime)
datetime64[ns]
...
- standard_name :
- time
- long_name :
- time
[9 values with dtype=datetime64[ns]]
PandasIndex
PandasIndex(Int64Index([1, 2, 3, 4, 5, 6, 7, 8, 9, 10], dtype='int64', name='realization'))
PandasIndex
PandasIndex(DatetimeIndex(['2018-07-01', '2018-07-04', '2018-07-08'], dtype='datetime64[ns]', name='forecast_reference_time', freq=None))
PandasIndex
PandasIndex(TimedeltaIndex(['1 days', '2 days', '3 days'], dtype='timedelta64[ns]', name='leadtime', freq=None))
PandasIndex
PandasIndex(Float64Index([44.85, 44.95], dtype='float64', name='lat'))
PandasIndex
PandasIndex(Float64Index([11.55, 11.65], dtype='float64', name='lon'))
- GRIB_edition :
- 2
- GRIB_centre :
- ecmf
- GRIB_centreDescription :
- European Centre for Medium-Range Weather Forecasts
- GRIB_subCentre :
- 0
- Conventions :
- CF-1.7
- institution :
- European Centre for Medium-Range Weather Forecasts
- history :
- 2023-01-02T10:13 GRIB to CDM+CF via cfgrib-0.9.10.3/ecCodes-2.27.0 with {"source": "N/A", "filter_by_keys": {}, "encode_cf": ["parameter", "time", "geography", "vertical"]}