Skip to content

Commit dc1be9e

Browse files
committed
add era5 land 2m temp
1 parent 2a384b5 commit dc1be9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dweather_client/gridded_datasets.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ class ChirpscFinal25Daily(SimpleGriddedDataset):
5050
class ChirpscPrelim05Daily(SimpleGriddedDataset):
5151
dataset = "chirpsc_prelim_05-daily"
5252

53+
class Era5Land2mTempHourly(SimpleGriddedDataset):
54+
dataset = "era5_land_2m_temp-hourly"
55+
5356
class Era5LandPrecipHourly(SimpleGriddedDataset):
5457
dataset = "era5_land_precip-hourly"
5558

0 commit comments

Comments
 (0)