Skip to content

Commit 668b9e2

Browse files
committed
lint
1 parent 53b90ed commit 668b9e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pvlib/iotools/era5.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ def get_era5(latitude, longitude, start, end, variables, api_key,
7777
end : datetime like or str
7878
Last day of the requested period. Assumed to be UTC if not localized.
7979
variables : list of str
80-
List of variable names to retrieve, for example ``['ghi',
81-
'temp_air']``. See [1]_ for additional options.
80+
List of variable names to retrieve, for example
81+
``['ghi', 'temp_air']``. Both pvlib and ERA5 names can be used.
82+
See [1]_ for additional options.
8283
api_key : str
8384
ECMWF CDS API key.
8485
map_variables : bool, default True

0 commit comments

Comments
 (0)