Skip to content

Commit 48764b8

Browse files
author
Vincent van der Wal
committed
correct variables
1 parent db570eb commit 48764b8

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

src/utils/domains.ts

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -823,16 +823,12 @@ export const domains: Array<Domain> = [
823823
'precipitation',
824824
'pressure_msl',
825825
'relative_humidity_2m',
826+
'shortwave_radiation',
827+
'sunshine_duration',
826828
'temperature_2m',
827-
'temperature_80m',
828-
'temperature_120m',
829-
'temperature_180m',
830829
'visibility',
831830
'weather_code',
832831
'wind_10m',
833-
'wind_80m',
834-
'wind_120m',
835-
'wind_180m',
836832
'wind_gusts_10m'
837833
],
838834
windUVComponents: true
@@ -866,16 +862,12 @@ export const domains: Array<Domain> = [
866862
'precipitation',
867863
'pressure_msl',
868864
'relative_humidity_2m',
865+
'shortwave_radiation',
866+
'sunshine_duration',
869867
'temperature_2m',
870-
'temperature_80m',
871-
'temperature_120m',
872-
'temperature_180m',
873868
'visibility',
874869
'weather_code',
875870
'wind_10m',
876-
'wind_80m',
877-
'wind_120m',
878-
'wind_180m',
879871
'wind_gusts_10m'
880872
],
881873
windUVComponents: true

src/utils/variables.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export const variables = [
1010

1111
{ value: 'shortwave_radiation', label: 'Shortwave Solar Radiation' },
1212

13+
{ value: 'sunshine_duration', label: 'Sunshine Duration' },
14+
1315
{ value: 'temperature_2m', label: 'Temperature 2m' },
1416
{ value: 'temperature_50m', label: 'Temperature 50m' },
1517
{ value: 'temperature_80m', label: 'Temperature 80m' },

0 commit comments

Comments
 (0)