We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe96916 commit d78e178Copy full SHA for d78e178
2 files changed
src/xarray_data_accessor/data_accessors/era5_from_cds.py
@@ -202,7 +202,7 @@ def get_data(
202
if not variable in self.dataset_variables()[self.dataset_name]:
203
warnings.warn(
204
message=(
205
- f'Variable={variable} cannot be found for AWS'
+ f'Variable={variable} cannot be found for CDS'
206
),
207
)
208
continue
src/xarray_data_accessor/info/era5.py
@@ -66,7 +66,6 @@
66
'10m_v_component_of_neutral_wind',
67
'10m_v_component_of_wind',
68
'10m_wind_gust_since_previous_post_processing',
69
- '10m_wind_speed',
70
'2m_dewpoint_temperature',
71
'2m_temperature',
72
'air_density_over_the_oceans',
0 commit comments