Skip to content

Commit 2313c80

Browse files
Apply suggestions from code review
Co-authored-by: Anton Driesse <[email protected]>
1 parent ac6fe82 commit 2313c80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pvlib/iotools/era5.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ def get_era5(latitude, longitude, start, end, variables, api_key,
7777
end : datetime like or str
7878
Last day of the requested period.
7979
variables : list of str
80-
List of variable names to retrieve. See [1]_ for options.
80+
List of variable names to retrieve, for example ``['ghi',
81+
'temp_air']``. See [1]_ for additional options.
8182
api_key : str
8283
ECMWF CDS API key.
8384
map_variables : bool, default True

0 commit comments

Comments
 (0)