Skip to content

Commit d78e178

Browse files
Minor fixes
1 parent fe96916 commit d78e178

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/xarray_data_accessor/data_accessors/era5_from_cds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def get_data(
202202
if not variable in self.dataset_variables()[self.dataset_name]:
203203
warnings.warn(
204204
message=(
205-
f'Variable={variable} cannot be found for AWS'
205+
f'Variable={variable} cannot be found for CDS'
206206
),
207207
)
208208
continue

src/xarray_data_accessor/info/era5.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
'10m_v_component_of_neutral_wind',
6767
'10m_v_component_of_wind',
6868
'10m_wind_gust_since_previous_post_processing',
69-
'10m_wind_speed',
7069
'2m_dewpoint_temperature',
7170
'2m_temperature',
7271
'air_density_over_the_oceans',

0 commit comments

Comments
 (0)