Skip to content

Commit 764eed1

Browse files
committed
Update nasa_power VARIABLE_MAP with additional parameters
1 parent 6fd4b07 commit 764eed1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pvlib/iotools/nasa_power.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
'T2M': 'temp_air',
1919
'WS2M': 'wind_speed_2m',
2020
'WS10M': 'wind_speed',
21+
'T2MDEW': 'dew_point',
22+
'T2MWET': 'dew_frost_point',
23+
'TQV': 'precipitable_water',
24+
'RH2M': 'relative_humidity',
2125
'ALLSKY_SRF_ALB': 'albedo',
2226
}
2327

0 commit comments

Comments
 (0)