Skip to content

Commit 7519df9

Browse files
committed
Add longwave_down to ERA5 variable map
1 parent cc75255 commit 7519df9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pvlib/iotools/era5.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
'sp': 'pressure',
1313
'ssrd': 'ghi',
1414
'tp': 'precipitation',
15+
'strd': 'longwave_down',
1516

1617
# long names
1718
'2m_dewpoint_temperature': 'temp_dew',
1819
'2m_temperature': 'temp_air',
1920
'surface_pressure': 'pressure',
2021
'surface_solar_radiation_downwards': 'ghi',
2122
'total_precipitation': 'precipitation',
23+
'surface_thermal_radiation_downwards': 'longwave_down',
2224
}
2325

2426

0 commit comments

Comments
 (0)