Skip to content

Commit 34271c1

Browse files
committed
Add dni to example variable in doc
1 parent a7ff7a3 commit 34271c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/iotools/era5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_era5(latitude, longitude, start, end, variables, api_key,
8282
Last day of the requested period. Assumed to be UTC if not localized.
8383
variables : list of str
8484
List of variable names to retrieve, for example
85-
``['ghi', 'temp_air']``. Both pvlib and ERA5 names can be used.
85+
``['ghi', 'dni', 'temp_air']``. Both pvlib and ERA5 names can be used.
8686
See [1]_ for additional options.
8787
api_key : str
8888
ECMWF CDS API key.

0 commit comments

Comments
 (0)