Skip to content

Commit 5d9735c

Browse files
committed
Merge branch 'get_era5' of https://github.com/kandersolar/pvlib-python into get_era5
2 parents 6568cf6 + 2313c80 commit 5d9735c

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)