We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc75255 commit 7519df9Copy full SHA for 7519df9
pvlib/iotools/era5.py
@@ -12,13 +12,15 @@
12
'sp': 'pressure',
13
'ssrd': 'ghi',
14
'tp': 'precipitation',
15
+ 'strd': 'longwave_down',
16
17
# long names
18
'2m_dewpoint_temperature': 'temp_dew',
19
'2m_temperature': 'temp_air',
20
'surface_pressure': 'pressure',
21
'surface_solar_radiation_downwards': 'ghi',
22
'total_precipitation': 'precipitation',
23
+ 'surface_thermal_radiation_downwards': 'longwave_down',
24
}
25
26
0 commit comments